ExtendedApsGlyphs
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.note.ExtendedApsNode
public class ExtendedApsGlyphs extends ExtendedApsNode
Represents wrapper for standard ApsGlyphs, which extends some of the drawing behavior.
Constructors
Constructor | Description |
---|---|
ExtendedApsGlyphs(ApsGlyphs internalGlyphs) | Initializes a new instance of the ExtendedApsGlyphs class. |
Methods
Method | Description |
---|---|
addToCompositeNode(ApsCompositeNode compositeNode) | Adds this node to given compositeNode . |
applyPlaneTransform(System.Drawing.PointF transformVector) | Applies plane transform, moving node in x and y planes. |
applyScaleTransform(float scaleTransform) | Applies scaling to the glyphs. |
getBottom() | Gets the bottom of the glyphs. |
getCopy() | Gets the copy of the glyphs. |
getOrigin() | Gets the origin. |
getSize() | Gets the size. |
getTop() | Gets the top. |
ExtendedApsGlyphs(ApsGlyphs internalGlyphs)
public ExtendedApsGlyphs(ApsGlyphs internalGlyphs)
Initializes a new instance of the ExtendedApsGlyphs
class.
Parameters:
Parameter | Type | Description |
---|---|---|
internalGlyphs | com.aspose.foundation.rendering.ApsGlyphs | An original aps glyphs. |
addToCompositeNode(ApsCompositeNode compositeNode)
public void addToCompositeNode(ApsCompositeNode compositeNode)
Adds this node to given compositeNode
.
Parameters:
Parameter | Type | Description |
---|---|---|
compositeNode | com.aspose.foundation.rendering.ApsCompositeNode |
applyPlaneTransform(System.Drawing.PointF transformVector)
public void applyPlaneTransform(System.Drawing.PointF transformVector)
Applies plane transform, moving node in x and y planes.
Parameters:
Parameter | Type | Description |
---|---|---|
transformVector | com.aspose.ms.System.Drawing.PointF |
applyScaleTransform(float scaleTransform)
public void applyScaleTransform(float scaleTransform)
Applies scaling to the glyphs.
Parameters:
Parameter | Type | Description |
---|---|---|
scaleTransform | float | The scale factor for the transformation. |
getBottom()
public float getBottom()
Gets the bottom of the glyphs.
Returns: float
getCopy()
public ExtendedApsNode getCopy()
Gets the copy of the glyphs.
Returns:
ExtendedApsNode - The IExtendedApsNode
.
getOrigin()
public System.Drawing.PointF getOrigin()
Gets the origin.
Returns: com.aspose.ms.System.Drawing.PointF
getSize()
public System.Drawing.SizeF getSize()
Gets the size.
Returns: com.aspose.ms.System.Drawing.SizeF
getTop()
public float getTop()
Gets the top.
Returns: float