jimmc.treepar
Class LayoutHitText

java.lang.Object
  |
  +--jimmc.treepar.LayoutHitText

public class LayoutHitText
extends java.lang.Object

A simple object to return a string and an offset position.


Field Summary
 int position
          The offset within the text.
 java.lang.String text
          The text line.
 
Constructor Summary
LayoutHitText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public java.lang.String text
The text line.

position

public int position
The offset within the text.
Constructor Detail

LayoutHitText

public LayoutHitText()