BezierKnotRecord

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.core.vectorpaths.VectorPathRecord

public class BezierKnotRecord extends VectorPathRecord

Bezier Knot Record Class

Constructors

ConstructorDescription
BezierKnotRecord()Initializes a new instance of the BezierKnotRecord class.
BezierKnotRecord(byte[] data)Initializes a new instance of the BezierKnotRecord class.

Methods

MethodDescription
getPathPoints()Gets the path points.
setPathPoints(PointF[] value)Sets the path points.
getPoints()Gets the points.
setPoints(Point[] value)Sets the points.
isClosed()Gets a value indicating whether this instance is closed.
setClosed(boolean value)Sets a value indicating whether this instance is closed.
isLinked()Gets a value indicating whether this instance is linked.
setLinked(boolean value)Sets a value indicating whether this instance is linked.
isOpen()Gets a value indicating whether this instance is open.
setOpen(boolean value)Sets a value indicating whether this instance is open.
getType()Gets the type.

BezierKnotRecord()

public BezierKnotRecord()

Initializes a new instance of the BezierKnotRecord class.

BezierKnotRecord(byte[] data)

public BezierKnotRecord(byte[] data)

Initializes a new instance of the BezierKnotRecord class.

Parameters:

ParameterTypeDescription
databyte[]The record data.

getPathPoints()

public final PointF[] getPathPoints()

Gets the path points.

Value: The path points.

Returns: com.aspose.imaging.PointF[] - the path points.

setPathPoints(PointF[] value)

public final void setPathPoints(PointF[] value)

Sets the path points.

Value: The path points.

Parameters:

ParameterTypeDescription
valuePointF[]the path points.

getPoints()

public final Point[] getPoints()

Gets the points.

Returns: com.aspose.imaging.Point[] - the points.

setPoints(Point[] value)

public final void setPoints(Point[] value)

Sets the points.

Parameters:

ParameterTypeDescription
valuePoint[]the points.

isClosed()

public final boolean isClosed()

Gets a value indicating whether this instance is closed.

Value: true if this instance is closed; otherwise, false.

Returns: boolean - a value indicating whether this instance is closed.

setClosed(boolean value)

public final void setClosed(boolean value)

Sets a value indicating whether this instance is closed.

Value: true if this instance is closed; otherwise, false.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether this instance is closed.

isLinked()

public final boolean isLinked()

Gets a value indicating whether this instance is linked.

Value: true if this instance is linked; otherwise, false.

Returns: boolean - a value indicating whether this instance is linked.

setLinked(boolean value)

public final void setLinked(boolean value)

Sets a value indicating whether this instance is linked.

Value: true if this instance is linked; otherwise, false.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether this instance is linked.

isOpen()

public final boolean isOpen()

Gets a value indicating whether this instance is open.

Value: true if this instance is open; otherwise, false.

Returns: boolean - a value indicating whether this instance is open.

setOpen(boolean value)

public final void setOpen(boolean value)

Sets a value indicating whether this instance is open.

Value: true if this instance is open; otherwise, false.

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether this instance is open.

getType()

public short getType()

Gets the type.

Value: The type.

Returns: short - the type.