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
Constructor | Description |
---|---|
VectorPath() | Initializes a new instance of VectorPath. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
vectorPathDataResource | VectorPathDataResource |
Returns: VectorPath
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
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
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:
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 |
setItems(IPathShape[] shapes)
public final void setItems(IPathShape[] shapes)
Sets array of Shapes in a Path.
Parameters:
Parameter | Type | Description |
---|---|---|
shapes | IPathShape[] | 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:
Parameter | Type | Description |
---|---|---|
value | boolean |
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 |