|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectthings.data.language.AText
public class AText
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 History
EPG - Initial - 10 MAY 06
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 |
---|
public int currentWrap
public java.lang.StringBuffer text
Constructor Detail |
---|
public AText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |