BezierKnotRecord
Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.VectorPathRecord
public class BezierKnotRecord extends VectorPathRecord
Bezier Knot Record Class
Constructors
| Constructor | Description |
|---|---|
| BezierKnotRecord() | Initializes a new instance of the BezierKnotRecord class. |
| BezierKnotRecord(byte[] data) | Initializes a new instance of the BezierKnotRecord class. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getLength_internalized() | Gets the length. |
| getPathPoints() | Gets or sets the path points. |
| getPoints() | Gets or sets the points. |
| getType() | Gets the type. |
| hashCode() | |
| isClosed() | Gets or sets a value indicating whether this instance is closed. |
| isLinked() | Gets or sets a value indicating whether this instance is linked. |
| isOpen() | Gets or sets a value indicating whether this instance is open. |
| notify() | |
| notifyAll() | |
| setClosed(boolean value) | Gets or sets a value indicating whether this instance is closed. |
| setLinked(boolean value) | Gets or sets a value indicating whether this instance is linked. |
| setOpen(boolean value) | Gets or sets a value indicating whether this instance is open. |
| setPathPoints(PointF[] value) | Gets or sets the path points. |
| setPoints(Point[] value) | Gets or sets the points. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
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:
| Parameter | Type | Description |
|---|---|---|
| data | byte[] | The record data. |
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
getLength_internalized()
public final int getLength_internalized()
Gets the length.
Value: The length.
Returns: int
getPathPoints()
public final PointF[] getPathPoints()
Gets or sets the path points.
Value: The path points.
Returns: com.aspose.psd.PointF[]
getPoints()
public final Point[] getPoints()
Gets or sets the points.
Value: The points.
Returns: com.aspose.psd.Point[]
getType()
public short getType()
Gets the type.
Value: The type.
Returns: short
hashCode()
public native int hashCode()
Returns: int
isClosed()
public final boolean isClosed()
Gets or sets a value indicating whether this instance is closed.
Value: true if this instance is closed; otherwise, false .
Returns: boolean
isLinked()
public final boolean isLinked()
Gets or sets a value indicating whether this instance is linked.
Value: true if this instance is linked; otherwise, false .
Returns: boolean
isOpen()
public final boolean isOpen()
Gets or sets a value indicating whether this instance is open.
Value: true if this instance is open; otherwise, false .
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setClosed(boolean value)
public final void setClosed(boolean value)
Gets or sets a value indicating whether this instance is closed.
Value: true if this instance is closed; otherwise, false .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setLinked(boolean value)
public final void setLinked(boolean value)
Gets or sets a value indicating whether this instance is linked.
Value: true if this instance is linked; otherwise, false .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setOpen(boolean value)
public final void setOpen(boolean value)
Gets or sets a value indicating whether this instance is open.
Value: true if this instance is open; otherwise, false .
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setPathPoints(PointF[] value)
public final void setPathPoints(PointF[] value)
Gets or sets the path points.
Value: The path points.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointF[] |
setPoints(Point[] value)
public final void setPoints(Point[] value)
Gets or sets the points.
Value: The points.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Point[] |
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 |