IVectorPathData

public interface IVectorPathData

The interface for access to the vector path data.

Methods

MethodDescription
getPaths()Gets or sets the path records.
getVersion()Gets or sets the version.
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.
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.

getPaths()

public abstract VectorPathRecord[] getPaths()

Gets or sets the path records.

Value: The paths.

Returns: com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.VectorPathRecord[]

getVersion()

public abstract int getVersion()

Gets or sets the version.

Value: The version.

Returns: int

isDisabled()

public abstract 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 abstract 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 abstract 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

setDisabled(boolean value)

public abstract 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 abstract 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 abstract 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 abstract void setPaths(VectorPathRecord[] value)

Gets or sets the path records.

Value: The paths.

Parameters:

ParameterTypeDescription
valueVectorPathRecord[]

setVersion(int value)

public abstract void setVersion(int value)

Gets or sets the version.

Value: The version.

Parameters:

ParameterTypeDescription
valueint