|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.metafiles.TextOutOperation
public final class TextOutOperation
Represents rendered text operation. Contains text with rendering parameters.
Method Summary | |
---|---|
java.awt.Color |
getColor()
Returns the text color. |
java.awt.Font |
getFont()
Returns the text font. |
java.awt.geom.Point2D.Float |
getPos()
Returns the text output position. |
java.lang.String |
getText()
Returns the rendered text. |
java.awt.geom.AffineTransform |
getTransform()
Returns the transform matrix applied to text. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getText()
public java.awt.geom.Point2D.Float getPos()
public java.awt.Font getFont()
public java.awt.Color getColor()
public java.awt.geom.AffineTransform getTransform()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |