VectorPathData
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.IVectorPathData
public final class VectorPathData implements IVectorPathData
The class to work with a vector path.
Constructors
Constructor | Description |
---|---|
VectorPathData(byte[] data) | Initializes a new instance of the VectorPathData class. |
VectorPathData() | Initializes a new instance of the VectorPathData class. |
Fields
Field | Description |
---|---|
SizeOfTheGeneralInfo_internalized | The size of the general information like version and flags. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAsByteArray_internalized() | Gets as byte array. |
getClass() | |
getLength() | Gets the vector path data length in the resource as bytes. |
getPaths() | Gets or sets the path records. |
getVersion() | Gets or sets the version. |
hashCode() | |
isDisabled() | Gets or sets a value indicating whether this instance is disabled. |
isInverted() | Gets or sets a value indicating whether this instance is inverted. |
isNotLinked() | Gets or sets a value indicating whether this instance is not linked. |
notify() | |
notifyAll() | |
setDisabled(boolean value) | Gets or sets a value indicating whether this instance is disabled. |
setInverted(boolean value) | Gets or sets a value indicating whether this instance is inverted. |
setNotLinked(boolean value) | Gets or sets a value indicating whether this instance is not linked. |
setPaths(VectorPathRecord[] value) | Gets or sets the path records. |
setVersion(int value) | Gets or sets the version. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
VectorPathData(byte[] data)
public VectorPathData(byte[] data)
Initializes a new instance of the VectorPathData class.
Parameters:
Parameter | Type | Description |
---|---|---|
data | byte[] | The resource data. |
VectorPathData()
public VectorPathData()
Initializes a new instance of the VectorPathData class.
SizeOfTheGeneralInfo_internalized
public static final int SizeOfTheGeneralInfo_internalized
The size of the general information like version and flags.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAsByteArray_internalized()
public final byte[] getAsByteArray_internalized()
Gets as byte array.
Returns: byte[] - The resource as byte array.
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getLength()
public final int getLength()
Gets the vector path data length in the resource as bytes.
Returns: int
getPaths()
public final VectorPathRecord[] getPaths()
Gets or sets the path records.
Value: The paths.
Returns: com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.VectorPathRecord[]
getVersion()
public final int getVersion()
Gets or sets the version.
Value: The version.
Returns: int
hashCode()
public native int hashCode()
Returns: int
isDisabled()
public final boolean isDisabled()
Gets or sets a value indicating whether this instance is disabled.
Value: true if this instance is disabled; otherwise, false .
Returns: boolean
isInverted()
public final boolean isInverted()
Gets or sets a value indicating whether this instance is inverted.
Value: true if this instance is inverted; otherwise, false .
Returns: boolean
isNotLinked()
public final boolean isNotLinked()
Gets or sets a value indicating whether this instance is not linked.
Value: true if this instance is not linked; otherwise, false .
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDisabled(boolean value)
public final void setDisabled(boolean value)
Gets or sets a value indicating whether this instance is disabled.
Value: true if this instance is disabled; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setInverted(boolean value)
public final void setInverted(boolean value)
Gets or sets a value indicating whether this instance is inverted.
Value: true if this instance is inverted; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setNotLinked(boolean value)
public final void setNotLinked(boolean value)
Gets or sets a value indicating whether this instance is not linked.
Value: true if this instance is not linked; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setPaths(VectorPathRecord[] value)
public final void setPaths(VectorPathRecord[] value)
Gets or sets the path records.
Value: The paths.
Parameters:
Parameter | Type | Description |
---|---|---|
value | VectorPathRecord[] |
setVersion(int value)
public final void setVersion(int value)
Gets or sets the version.
Value: The version.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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 |