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

ConstructorDescription
VectorPathData(byte[] data)Initializes a new instance of the VectorPathData class.
VectorPathData()Initializes a new instance of the VectorPathData class.

Fields

FieldDescription
SizeOfTheGeneralInfo_internalizedThe size of the general information like version and flags.

Methods

MethodDescription
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:

ParameterTypeDescription
databyte[]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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valueboolean

setPaths(VectorPathRecord[] value)

public final void setPaths(VectorPathRecord[] value)

Gets or sets the path records.

Value: The paths.

Parameters:

ParameterTypeDescription
valueVectorPathRecord[]

setVersion(int value)

public final void setVersion(int value)

Gets or sets the version.

Value: The version.

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int