public abstract class ExtendedApsNode extends Object
Represents wrapper for a standard ApsNode, which extends some of the drawing behavior.
Constructor and Description |
---|
ExtendedApsNode() |
Modifier and Type | Method and Description |
---|---|
abstract void |
addToCompositeNode(com.aspose.foundation.rendering.ApsCompositeNode compositeNode)
Adds this node to given
compositeNode . |
abstract void |
applyPlaneTransform(com.aspose.ms.System.Drawing.PointF transformVector)
Applies plane transform, moving node in x and y planes.
|
abstract void |
applyScaleTransform(float scaleTransform)
Applies scaling to the node.
|
static void |
copyAttributes(com.aspose.foundation.rendering.ApsNode src,
com.aspose.foundation.rendering.ApsNode dst) |
static void |
copyAttributes(com.aspose.foundation.rendering.ApsNodeAttributes src,
com.aspose.foundation.rendering.ApsNodeAttributes dst) |
float |
getBottom()
Gets or sets y coordinate of the node's bottom.
|
abstract ExtendedApsNode |
getCopy()
Creates a full copy of this node.
|
com.aspose.ms.System.Drawing.PointF |
getOrigin()
Gets or sets the origin of the node.
|
com.aspose.ms.System.Drawing.SizeF |
getSize()
Gets or sets the size of the node.
|
float |
getTop()
Gets or sets y coordinate of the node's top.
|
public float getBottom()
Gets or sets y coordinate of the node's bottom.
public com.aspose.ms.System.Drawing.PointF getOrigin()
Gets or sets the origin of the node.
public com.aspose.ms.System.Drawing.SizeF getSize()
Gets or sets the size of the node.
public float getTop()
Gets or sets y coordinate of the node's top.
public abstract void applyScaleTransform(float scaleTransform)
Applies scaling to the node.
scaleTransform
- The scale factor for the transformation.public abstract void applyPlaneTransform(com.aspose.ms.System.Drawing.PointF transformVector)
Applies plane transform, moving node in x and y planes.
public abstract ExtendedApsNode getCopy()
Creates a full copy of this node.
!:ExtendedApsNode
.public abstract void addToCompositeNode(com.aspose.foundation.rendering.ApsCompositeNode compositeNode)
Adds this node to given compositeNode
.
public static void copyAttributes(com.aspose.foundation.rendering.ApsNodeAttributes src, com.aspose.foundation.rendering.ApsNodeAttributes dst)
public static void copyAttributes(com.aspose.foundation.rendering.ApsNode src, com.aspose.foundation.rendering.ApsNode dst)
Copyright (c) 2002-2021 Aspose. All Rights Reserved.