JIDE 3.5.15

com.jidesoft.diff
Class DiffSpan

java.lang.Object
  extended by com.jidesoft.diff.DiffSpan

public class DiffSpan
extends Object


Constructor Summary
DiffSpan(int startIndex, int stopIndex)
           
 
Method Summary
 int getStartIndex()
           
 int getStopIndex()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffSpan

public DiffSpan(int startIndex,
                int stopIndex)
Method Detail

getStartIndex

public int getStartIndex()

getStopIndex

public int getStopIndex()

JIDE 3.5.15