things.data.language
Class AText

java.lang.Object
  extended by things.data.language.AText

public class AText
extends java.lang.Object

A hunk of text. I'm just exposing the fields and not making methods, because it'll just slow it down way too much.

THIS PACKAGE WAS ABANDONED IN FAVOR OF ANOTHER PROJECT

Version:
1.0

Version History

EPG - Initial - 10 MAY 06
 
Author:
Erich P. Gatejen

Field Summary
 int currentWrap
          Current wrap position.
 java.lang.StringBuffer text
          The text.
 
Constructor Summary
AText()
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentWrap

public int currentWrap
Current wrap position.


text

public java.lang.StringBuffer text
The text.

Constructor Detail

AText

public AText()
Constructor.



Things.