VectorShapeOriginSettings
Inheritance: java.lang.Object
public final class VectorShapeOriginSettings
Vector shape origination settings.
Constructors
Constructor | Description |
---|---|
VectorShapeOriginSettings(boolean isShapeInvalidated, int originIndex) | Initializes a new instance of the VectorShapeOriginSettings class. |
VectorShapeOriginSettings() |
Fields
Field | Description |
---|---|
KeyOriginIndex_internalized | The descriptor key to save shape origin index. |
KeyOriginRRectRadii_internalized | The origin rect radii descriptor key |
KeyOriginResolution_internalized | The origin resolution descriptor key |
KeyOriginShapeBBox_internalized | The origin shape bounding box descriptor key |
KeyOriginType_internalized | The origin type descriptor key |
KeyShapeInvalidated_internalized | The descriptor key to save shape invalidated value. |
KnownKeys_internalized | The known property keys |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getId_internalized() | Gets the unique identifier. |
getOriginBoxCorners() | Gets or sets the origin box corners. |
getOriginIndex() | Gets or sets the origin shape index. |
getOriginRadiiRectangle() | Gets or sets the origin radii rectangle. |
getOriginResolution() | Gets or sets the origin resolution. |
getOriginShapeBox() | Gets or sets the origin shape bounding box. |
getOriginType() | Gets or sets the type of the origin. |
getTransform() | Gets or sets the transformation matrix. |
hasUnknownProperties_internalized() | Gets or sets a value indicating whether this instance has unknown properties. |
hashCode() | |
isChanged_internalized() | Gets or sets a value indicating whether this instance is changed. |
isOriginBoxCornersPresent() | Gets a value indicating whether this instance has the origin box corners property. |
isOriginIndexPresent() | Gets a value indicating whether this instance has origin index property. |
isOriginRadiiRectanglePresent() | Gets a value indicating whether this instance is origin radii rectangle present. |
isOriginResolutionPresent() | Gets a value indicating whether this instance has origin resolution property. |
isOriginShapeBBoxPresent() | Gets a value indicating whether this instance has the rectangle property. |
isOriginTypePresent() | Gets a value indicating whether this instance has origin type property. |
isPropertyPresent_internalized(String key) | Determines whether the property with the specified key is present. |
isShapeInvalidated() | Gets or sets a value indicating whether shape is invalidated. |
isShapeInvalidatedPresent() | Gets a value indicating whether this instance has a shape invalidated property set. |
isTransformPresent() | Gets a value indicating whether this instance has the transform property. |
notify() | |
notifyAll() | |
setChanged_internalized(boolean value) | Gets or sets a value indicating whether this instance is changed. |
setOriginBoxCorners(double[] value) | Gets or sets the origin box corners. |
setOriginIndex(int value) | Gets or sets the origin shape index. |
setOriginRadiiRectangle(VectorShapeRadiiRectangle value) | Gets or sets the origin radii rectangle. |
setOriginResolution(double value) | Gets or sets the origin resolution. |
setOriginShapeBox(VectorShapeBoundingBox value) | Gets or sets the origin shape bounding box. |
setOriginType(int value) | Gets or sets the type of the origin. |
setShapeInvalidated(boolean value) | Gets or sets a value indicating whether shape is invalidated. |
setTransform(VectorShapeTransform value) | Gets or sets the transformation matrix. |
setUnknownProperties_internalized(boolean value) | Gets or sets a value indicating whether this instance has unknown properties. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
VectorShapeOriginSettings(boolean isShapeInvalidated, int originIndex)
public VectorShapeOriginSettings(boolean isShapeInvalidated, int originIndex)
Initializes a new instance of the VectorShapeOriginSettings class.
Parameters:
Parameter | Type | Description |
---|---|---|
isShapeInvalidated | boolean | The shape is invalidated value. |
originIndex | int | The shape origin index. |
VectorShapeOriginSettings()
public VectorShapeOriginSettings()
KeyOriginIndex_internalized
public static final String KeyOriginIndex_internalized
The descriptor key to save shape origin index.
KeyOriginRRectRadii_internalized
public static final String KeyOriginRRectRadii_internalized
The origin rect radii descriptor key
KeyOriginResolution_internalized
public static final String KeyOriginResolution_internalized
The origin resolution descriptor key
KeyOriginShapeBBox_internalized
public static final String KeyOriginShapeBBox_internalized
The origin shape bounding box descriptor key
KeyOriginType_internalized
public static final String KeyOriginType_internalized
The origin type descriptor key
KeyShapeInvalidated_internalized
public static final String KeyShapeInvalidated_internalized
The descriptor key to save shape invalidated value.
KnownKeys_internalized
public static final String[] KnownKeys_internalized
The known property keys
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getId_internalized()
public final System.Guid getId_internalized()
Gets the unique identifier.
Value: The unique identifier.
Returns: com.aspose.ms.System.Guid
getOriginBoxCorners()
public final double[] getOriginBoxCorners()
Gets or sets the origin box corners.
Value: The origin box corners.
Returns: double[]
getOriginIndex()
public final int getOriginIndex()
Gets or sets the origin shape index.
Returns: int
getOriginRadiiRectangle()
public final VectorShapeRadiiRectangle getOriginRadiiRectangle()
Gets or sets the origin radii rectangle.
Value: The origin radii rectangle.
Returns: VectorShapeRadiiRectangle
getOriginResolution()
public final double getOriginResolution()
Gets or sets the origin resolution.
Value: The origin resolution.
Returns: double
getOriginShapeBox()
public final VectorShapeBoundingBox getOriginShapeBox()
Gets or sets the origin shape bounding box.
Value: The origin shape box.
Returns: VectorShapeBoundingBox
getOriginType()
public final int getOriginType()
Gets or sets the type of the origin.
Value: The type of the origin.
Returns: int
getTransform()
public final VectorShapeTransform getTransform()
Gets or sets the transformation matrix.
Value: The transformation matrix.
Returns: VectorShapeTransform
hasUnknownProperties_internalized()
public final boolean hasUnknownProperties_internalized()
Gets or sets a value indicating whether this instance has unknown properties.
Value: true if this instance has unknown properties; otherwise, false .
Returns: boolean
hashCode()
public native int hashCode()
Returns: int
isChanged_internalized()
public final boolean isChanged_internalized()
Gets or sets a value indicating whether this instance is changed.
Value: true if this instance is changed; otherwise, false .
Returns: boolean
isOriginBoxCornersPresent()
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 .
Returns: boolean
isOriginIndexPresent()
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 .
Returns: boolean
isOriginRadiiRectanglePresent()
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 .
Returns: boolean
isOriginResolutionPresent()
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 .
Returns: boolean
isOriginShapeBBoxPresent()
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 .
Returns: boolean
isOriginTypePresent()
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 .
Returns: boolean
isPropertyPresent_internalized(String key)
public final boolean isPropertyPresent_internalized(String key)
Determines whether the property with the specified key is present.
Parameters:
Parameter | Type | Description |
---|---|---|
key | java.lang.String | The property key. |
Returns: boolean - true if the property with the specified key is present; otherwise, false .
isShapeInvalidated()
public final boolean isShapeInvalidated()
Gets or sets a value indicating whether shape is invalidated.
Returns: boolean
isShapeInvalidatedPresent()
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 .
Returns: boolean
isTransformPresent()
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 .
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setChanged_internalized(boolean value)
public final void setChanged_internalized(boolean value)
Gets or sets a value indicating whether this instance is changed.
Value: true if this instance is changed; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setOriginBoxCorners(double[] value)
public final void setOriginBoxCorners(double[] value)
Gets or sets the origin box corners.
Value: The origin box corners.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double[] |
setOriginIndex(int value)
public final void setOriginIndex(int value)
Gets or sets the origin shape index.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setOriginRadiiRectangle(VectorShapeRadiiRectangle value)
public final void setOriginRadiiRectangle(VectorShapeRadiiRectangle value)
Gets or sets the origin radii rectangle.
Value: The origin radii rectangle.
Parameters:
Parameter | Type | Description |
---|---|---|
value | VectorShapeRadiiRectangle |
setOriginResolution(double value)
public final void setOriginResolution(double value)
Gets or sets the origin resolution.
Value: The origin resolution.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setOriginShapeBox(VectorShapeBoundingBox value)
public final void setOriginShapeBox(VectorShapeBoundingBox value)
Gets or sets the origin shape bounding box.
Value: The origin shape box.
Parameters:
Parameter | Type | Description |
---|---|---|
value | VectorShapeBoundingBox |
setOriginType(int value)
public final void setOriginType(int value)
Gets or sets the type of the origin.
Value: The type of the origin.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setShapeInvalidated(boolean value)
public final void setShapeInvalidated(boolean value)
Gets or sets a value indicating whether shape is invalidated.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setTransform(VectorShapeTransform value)
public final void setTransform(VectorShapeTransform value)
Gets or sets the transformation matrix.
Value: The transformation matrix.
Parameters:
Parameter | Type | Description |
---|---|---|
value | VectorShapeTransform |
setUnknownProperties_internalized(boolean value)
public final void setUnknownProperties_internalized(boolean value)
Gets or sets a value indicating whether this instance has unknown properties.
Value: true if this instance has unknown properties; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |