|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsddl.hierarchy.Shape
sddl.hierarchy.Text
public class Text
This Shape represents a LaTeX text. As of current version, you cannot find reference points or borders of a Text.
Constructor Summary | |
---|---|
Text()
Default SDDL constructors |
|
Text(java.lang.String text)
Constructor for use only in Java, sets text from the start |
Method Summary | |
---|---|
Text |
copy()
Returns a copy of this Text |
void |
draw(AbstractPoint location,
java.io.PrintWriter out)
Standard SDDL draw function, prints Asymptote code |
java.lang.String |
getText()
Standard SDDL getter for text parameter |
Path |
obtainPath()
Returns a Path describing the Text Not currently implemented |
void |
setText(java.lang.String text)
Standard SDDL setter for text parameter |
Methods inherited from class sddl.hierarchy.Shape |
---|
isVisible, setVisible |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Text()
public Text(java.lang.String text)
text
- The LaTeX string usedMethod Detail |
---|
public void setText(java.lang.String text)
text
- The LaTeX string usedpublic java.lang.String getText()
public void draw(AbstractPoint location, java.io.PrintWriter out)
draw
in class Shape
location
- The location of the Shape on the main drawingout
- The file to be written topublic Path obtainPath()
obtainPath
in class Shape
public Text copy()
copy
in class Shape
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |