public class BezierKnotRecord extends VectorPathRecord
Bezier Knot Record Class
| Constructor and Description |
|---|
BezierKnotRecord()
Initializes a new instance of the
BezierKnotRecord class. |
BezierKnotRecord(byte[] data)
Initializes a new instance of the
BezierKnotRecord class. |
| Modifier and Type | Method and Description |
|---|---|
PointF[] |
getPathPoints()
Gets the path points.
|
Point[] |
getPoints()
Gets the points.
|
short |
getType()
Gets the type.
|
boolean |
isClosed()
Gets a value indicating whether this instance is closed.
|
boolean |
isLinked()
Gets a value indicating whether this instance is linked.
|
boolean |
isOpen()
Gets a value indicating whether this instance is open.
|
void |
setClosed(boolean value)
Sets a value indicating whether this instance is closed.
|
void |
setLinked(boolean value)
Sets a value indicating whether this instance is linked.
|
void |
setOpen(boolean value)
Sets a value indicating whether this instance is open.
|
void |
setPathPoints(PointF[] value)
Sets the path points.
|
void |
setPoints(Point[] value)
Sets the points.
|
public BezierKnotRecord()
Initializes a new instance of the BezierKnotRecord class.
public BezierKnotRecord(byte[] data)
Initializes a new instance of the BezierKnotRecord class.
data - The record data.public final PointF[] getPathPoints()
Gets the path points.
Value: The path points.public final void setPathPoints(PointF[] value)
Sets the path points.
Value: The path points.value - the path points.public final Point[] getPoints()
Gets the points.
public final void setPoints(Point[] value)
Sets the points.
value - the points.public final boolean isClosed()
Gets a value indicating whether this instance is closed.
Value:true if this instance is closed; otherwise, false.public final void setClosed(boolean value)
Sets a value indicating whether this instance is closed.
Value:true if this instance is closed; otherwise, false.value - a value indicating whether this instance is closed.public final boolean isLinked()
Gets a value indicating whether this instance is linked.
Value:true if this instance is linked; otherwise, false.public final void setLinked(boolean value)
Sets a value indicating whether this instance is linked.
Value:true if this instance is linked; otherwise, false.value - a value indicating whether this instance is linked.public final boolean isOpen()
Gets a value indicating whether this instance is open.
Value:true if this instance is open; otherwise, false.public final void setOpen(boolean value)
Sets a value indicating whether this instance is open.
Value:true if this instance is open; otherwise, false.value - a value indicating whether this instance is open.public short getType()
Gets the type.
Value: The type.getType in class VectorPathRecordCopyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.