VectorPath

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.IPath

public class VectorPath implements IPath

The class that contains vector paths.

Constructors

ConstructorDescription
VectorPath()Initializes a new instance of VectorPath.

Methods

MethodDescription
create_internalized(VectorPathDataResource vectorPathDataResource)
equals(Object arg0)
getClass()
getItems()Gets array of Shapes in a Path.
getVersion()Gets or sets the version.
hashCode()
isDisabled()Gets or sets a value indicating whether this instance is disabled.
isFillStartsWithAllPixels()Gets or sets a value indicating whether is fill starts with all pixels.
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.
setFillStartsWithAllPixels(boolean value)Gets or sets a value indicating whether is fill starts with all pixels.
setInverted(boolean value)Gets or sets a value indicating whether this instance is inverted.
setItems(IPathShape[] shapes)Sets array of Shapes in a Path.
setNotLinked(boolean value)Gets or sets a value indicating whether this instance is not linked.
setVersion(int value)Gets or sets the version.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

VectorPath()

public VectorPath()

Initializes a new instance of VectorPath.

create_internalized(VectorPathDataResource vectorPathDataResource)

public static VectorPath create_internalized(VectorPathDataResource vectorPathDataResource)

Parameters:

ParameterTypeDescription
vectorPathDataResourceVectorPathDataResource

Returns: VectorPath

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getItems()

public final IPathShape[] getItems()

Gets array of Shapes in a Path.

Returns: com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.IPathShape[] - Array of IPathShape.

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

isFillStartsWithAllPixels()

public final boolean isFillStartsWithAllPixels()

Gets or sets a value indicating whether is fill starts with all pixels.

Value: The is fill starts with all pixels.

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

setFillStartsWithAllPixels(boolean value)

public final void setFillStartsWithAllPixels(boolean value)

Gets or sets a value indicating whether is fill starts with all pixels.

Value: The is fill starts with all pixels.

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

setItems(IPathShape[] shapes)

public final void setItems(IPathShape[] shapes)

Sets array of Shapes in a Path.

Parameters:

ParameterTypeDescription
shapesIPathShape[]Array of IPathShape.

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

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