|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.daylight.DaylightCppObject
com.daylight.DepictorText
public class DepictorText
Object representing depictor text
Field Summary |
---|
Fields inherited from class com.daylight.DaylightCppObject |
---|
ref |
Constructor Summary | |
---|---|
DepictorText()
|
Method Summary | |
---|---|
protected void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
float |
getAngleInRadians()
The desired angle in radians of text to the horizontal baseline. |
float |
getBaseSize()
The vertical size of the text in the units of the depiction coordinate space. |
HorizontalJustification |
getHorizontalJustification()
The horizontal justification for the text. |
java.awt.geom.Point2D.Float |
getLocation()
The desired location of the text in the depiction coordinate space. |
float[] |
getSizes()
The size of each letter of text as an array. |
float[] |
getSuperSubscripts()
the superscript or subscript indication for each letter of text as an array. |
java.lang.String |
getText()
The text to be displayed. |
VerticalJustification |
getVerticalJustification()
The vertical justification for the text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DepictorText()
Method Detail |
---|
public java.lang.String getText() throws DaylightException
DaylightException
public float[] getSizes() throws DaylightException
DaylightException
public float[] getSuperSubscripts() throws DaylightException
DaylightException
public VerticalJustification getVerticalJustification() throws DaylightException
DaylightException
public HorizontalJustification getHorizontalJustification() throws DaylightException
DaylightException
public java.awt.geom.Point2D.Float getLocation() throws DaylightException
DaylightException
public float getBaseSize() throws DaylightException
DaylightException
public float getAngleInRadians() throws DaylightException
DaylightException
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |