|
|||||||||
| Home >> All >> virtuoso >> asaph >> util >> [ render overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
virtuoso.asaph.util.render
Class TextFragment

java.lang.Objectvirtuoso.asaph.util.render.TextFragment
- public class TextFragment
- extends java.lang.Object
A fragment of text to render
| Field Summary | |
private boolean |
isComment_
|
private float |
position_
|
private java.lang.String |
str_
|
| Constructor Summary | |
(package private) |
TextFragment(java.lang.String str,
float pos,
boolean isComment)
Constructor |
| Method Summary | |
float |
getPosition()
Get the position |
java.lang.String |
getString()
Get the string |
boolean |
isComment()
Is this a comment |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
str_
private java.lang.String str_
position_
private float position_
isComment_
private boolean isComment_
| Constructor Detail |
TextFragment
TextFragment(java.lang.String str, float pos, boolean isComment)
- Constructor
| Method Detail |
getString
public java.lang.String getString()
- Get the string
getPosition
public float getPosition()
- Get the position
isComment
public boolean isComment()
- Is this a comment
|
|||||||||
| Home >> All >> virtuoso >> asaph >> util >> [ render overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
virtuoso.asaph.util.render.TextFragment