ClipboardRecord
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.VectorPathRecord
public class ClipboardRecord extends VectorPathRecord
Clipboard Record Class
Constructors
Constructor | Description |
---|---|
ClipboardRecord() | Initializes a new instance of the ClipboardRecord class. |
ClipboardRecord(byte[] data) | Initializes a new instance of the ClipboardRecord class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getBoundingRect() | Gets or sets the bounding rect. |
getClass() | |
getLength_internalized() | Gets the length. |
getResolution() | Gets or sets the resolution. |
getType() | Gets the type. |
hashCode() | |
notify() | |
notifyAll() | |
setBoundingRect(RectangleF value) | Gets or sets the bounding rect. |
setResolution(float value) | Gets or sets the resolution. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ClipboardRecord()
public ClipboardRecord()
Initializes a new instance of the ClipboardRecord class.
ClipboardRecord(byte[] data)
public ClipboardRecord(byte[] data)
Initializes a new instance of the ClipboardRecord 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
getBoundingRect()
public final RectangleF getBoundingRect()
Gets or sets the bounding rect.
Value: The bounding rect.
Returns: RectangleF
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
getResolution()
public final float getResolution()
Gets or sets the resolution.
Value: The resolution.
Returns: float
getType()
public short getType()
Gets the type.
Value: The type.
Returns: short
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBoundingRect(RectangleF value)
public final void setBoundingRect(RectangleF value)
Gets or sets the bounding rect.
Value: The bounding rect.
Parameters:
Parameter | Type | Description |
---|---|---|
value | RectangleF |
setResolution(float value)
public final void setResolution(float value)
Gets or sets the resolution.
Value: The resolution.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
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 |