public final class VectorShapeOriginSettings extends Object
Vector shape origination settings.
| Constructor and Description |
|---|
VectorShapeOriginSettings() |
VectorShapeOriginSettings(boolean isShapeInvalidated,
int originIndex)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getOriginBoxCorners()
Gets or sets the origin box corners.
|
int |
getOriginIndex()
Gets or sets the origin shape index.
|
VectorShapeRadiiRectangle |
getOriginRadiiRectangle()
Gets or sets the origin radii rectangle.
|
double |
getOriginResolution()
Gets or sets the origin resolution.
|
VectorShapeBoundingBox |
getOriginShapeBox()
Gets or sets the origin shape bounding box.
|
int |
getOriginType()
Gets or sets the type of the origin.
|
VectorShapeTransform |
getTransform()
Gets or sets the transformation matrix.
|
boolean |
isOriginBoxCornersPresent()
Gets a value indicating whether this instance has the origin box corners property.
|
boolean |
isOriginIndexPresent()
Gets a value indicating whether this instance has origin index property.
|
boolean |
isOriginRadiiRectanglePresent()
Gets a value indicating whether this instance is origin radii rectangle present.
|
boolean |
isOriginResolutionPresent()
Gets a value indicating whether this instance has origin resolution property.
|
boolean |
isOriginShapeBBoxPresent()
Gets a value indicating whether this instance has the rectangle property.
|
boolean |
isOriginTypePresent()
Gets a value indicating whether this instance has origin type property.
|
boolean |
isShapeInvalidated()
Gets or sets a value indicating whether shape is invalidated.
|
boolean |
isShapeInvalidatedPresent()
Gets a value indicating whether this instance has a shape invalidated property set.
|
boolean |
isTransformPresent()
Gets a value indicating whether this instance has the transform property.
|
void |
setOriginBoxCorners(double[] value)
Gets or sets the origin box corners.
|
void |
setOriginIndex(int value)
Gets or sets the origin shape index.
|
void |
setOriginRadiiRectangle(VectorShapeRadiiRectangle value)
Gets or sets the origin radii rectangle.
|
void |
setOriginResolution(double value)
Gets or sets the origin resolution.
|
void |
setOriginShapeBox(VectorShapeBoundingBox value)
Gets or sets the origin shape bounding box.
|
void |
setOriginType(int value)
Gets or sets the type of the origin.
|
void |
setShapeInvalidated(boolean value)
Gets or sets a value indicating whether shape is invalidated.
|
void |
setTransform(VectorShapeTransform value)
Gets or sets the transformation matrix.
|
@Deprecated public VectorShapeOriginSettings(boolean isShapeInvalidated, int originIndex)
Initializes a new instance of the VectorShapeOriginSettings class.
isShapeInvalidated - The shape is invalidated value.originIndex - The shape origin index.public VectorShapeOriginSettings()
public final boolean isShapeInvalidated()
Gets or sets a value indicating whether shape is invalidated.
public final void setShapeInvalidated(boolean value)
Gets or sets a value indicating whether shape is invalidated.
public final int getOriginIndex()
Gets or sets the origin shape index.
public final void setOriginIndex(int value)
Gets or sets the origin shape index.
public final int getOriginType()
Gets or sets the type of the origin.
Value: The type of the origin.public final void setOriginType(int value)
Gets or sets the type of the origin.
Value: The type of the origin.public final double getOriginResolution()
Gets or sets the origin resolution.
Value: The origin resolution.public final void setOriginResolution(double value)
Gets or sets the origin resolution.
Value: The origin resolution.public final VectorShapeBoundingBox getOriginShapeBox()
Gets or sets the origin shape bounding box.
Value: The origin shape box.public final void setOriginShapeBox(VectorShapeBoundingBox value)
Gets or sets the origin shape bounding box.
Value: The origin shape box.public final VectorShapeRadiiRectangle getOriginRadiiRectangle()
Gets or sets the origin radii rectangle.
Value: The origin radii rectangle.public final void setOriginRadiiRectangle(VectorShapeRadiiRectangle value)
Gets or sets the origin radii rectangle.
Value: The origin radii rectangle.public final VectorShapeTransform getTransform()
Gets or sets the transformation matrix.
Value: The transformation matrix.public final void setTransform(VectorShapeTransform value)
Gets or sets the transformation matrix.
Value: The transformation matrix.public final boolean isShapeInvalidatedPresent()
Gets a value indicating whether this instance has a shape invalidated property set.
Value:true if this instance has a shape invalidated property set; otherwise, false.public final boolean isOriginIndexPresent()
Gets a value indicating whether this instance has origin index property.
Value:true if this instance has origin index property; otherwise, false.public final boolean isOriginTypePresent()
Gets a value indicating whether this instance has origin type property.
Value:true if this instance has origin type property; otherwise, false.public final boolean isOriginResolutionPresent()
Gets a value indicating whether this instance has origin resolution property.
Value:true if this instance has origin resolution property; otherwise, false.public final boolean isOriginBoxCornersPresent()
Gets a value indicating whether this instance has the origin box corners property.
Value:true if this instance has the origin box corners property; otherwise, false.public final boolean isTransformPresent()
Gets a value indicating whether this instance has the transform property.
Value:true if this instance has the transform property; otherwise, false.public final boolean isOriginRadiiRectanglePresent()
Gets a value indicating whether this instance is origin radii rectangle present.
Value:true if this instance has the origin radii rectangle property; otherwise, false.public final boolean isOriginShapeBBoxPresent()
Gets a value indicating whether this instance has the rectangle property.
Value:true if this instance has the origin shape rectangle property; otherwise, false.public final double[] getOriginBoxCorners()
Gets or sets the origin box corners.
Value: The origin box corners.public final void setOriginBoxCorners(double[] value)
Gets or sets the origin box corners.
Value: The origin box corners.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.