IPathShape
public interface IPathShape
The Shape from the knots of the Bezier curve.
Methods
Method | Description |
---|---|
getItems() | Gets array of Bezier knots. |
getPathOperations() | The operations for the path shapes combining (Boolean operations). |
isClosed() | Gets or sets property that determines if Shape is closed. |
setClosed(boolean value) | Gets or sets property that determines if Shape is closed. |
setItems(BezierKnotRecord[] bezierPoints) | Assignes array of Bexier knots. |
setPathOperations(int value) | The operations for the path shapes combining (Boolean operations). |
getItems()
public abstract BezierKnotRecord[] getItems()
Gets array of Bezier knots.
Returns: com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.BezierKnotRecord[] - Array of BezierKnotRecord.
getPathOperations()
public abstract int getPathOperations()
The operations for the path shapes combining (Boolean operations).
Returns: int
isClosed()
public abstract boolean isClosed()
Gets or sets property that determines if Shape is closed.
Returns: boolean
setClosed(boolean value)
public abstract void setClosed(boolean value)
Gets or sets property that determines if Shape is closed.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setItems(BezierKnotRecord[] bezierPoints)
public abstract void setItems(BezierKnotRecord[] bezierPoints)
Assignes array of Bexier knots.
Parameters:
Parameter | Type | Description |
---|---|---|
bezierPoints | BezierKnotRecord[] | Array of bezier knots |
setPathOperations(int value)
public abstract void setPathOperations(int value)
The operations for the path shapes combining (Boolean operations).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |