ClipboardRecord

Inheritance: java.lang.Object, com.aspose.psd.fileformats.psd.layers.layerresources.vectorpaths.VectorPathRecord

public class ClipboardRecord extends VectorPathRecord

Clipboard Record Class

Constructors

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

Methods

MethodDescription
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:

ParameterTypeDescription
databyte[]The record data.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueRectangleF

setResolution(float value)

public final void setResolution(float value)

Gets or sets the resolution.

Value: The resolution.

Parameters:

ParameterTypeDescription
valuefloat

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int