com.aspose.metafiles
Class TextOutOperation

java.lang.Object
  extended by com.aspose.metafiles.TextOutOperation

public final class TextOutOperation
extends java.lang.Object

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

getText

public java.lang.String getText()
Returns the rendered text.


getPos

public java.awt.geom.Point2D.Float getPos()
Returns the text output position.


getFont

public java.awt.Font getFont()
Returns the text font.


getColor

public java.awt.Color getColor()
Returns the text color.


getTransform

public java.awt.geom.AffineTransform getTransform()
Returns the transform matrix applied to text.