eTextReader
Class ContentPane.SelectionOffsets

java.lang.Object
  extended by eTextReader.ContentPane.SelectionOffsets
Enclosing class:
ContentPane

public class ContentPane.SelectionOffsets
extends java.lang.Object

A simple wrapper class to hold the starting and ending offsets of a selection

Author:
mcfall

Field Summary
 int end
           
 int start
           
 
Constructor Summary
ContentPane.SelectionOffsets(int start, int end)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public int start

end

public int end
Constructor Detail

ContentPane.SelectionOffsets

public ContentPane.SelectionOffsets(int start,
                                    int end)