Frame

Inheritance: java.lang.Object

public final class Frame

The options of time line frame item.

Constructors

ConstructorDescription
Frame()Initializes a new instance of the Frame class.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDelay()Gets or sets the frame delay value in centa-seconds.
getDisposalMethod()Gets or sets the disposal method of frame.
getFrGA()Gets or sets the FrGA value.
getId()Gets or sets the frame id.
getLayerStates()Gets ot sets the layer states of frame.
getLayerStatesList_internalized()Gets the list of layer states of frame.
hashCode()
notify()
notifyAll()
setDelay(int value)Gets or sets the frame delay value in centa-seconds.
setDisposalMethod(int value)Gets or sets the disposal method of frame.
setFrGA(double value)Gets or sets the FrGA value.
setId(int value)Gets or sets the frame id.
setLayerStates(LayerState[] value)Gets ot sets the layer states of frame.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

Frame()

public Frame()

Initializes a new instance of the Frame class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDelay()

public int getDelay()

Gets or sets the frame delay value in centa-seconds. For example, in 1 second contains 100 centa-seconds.

Returns: int

getDisposalMethod()

public final int getDisposalMethod()

Gets or sets the disposal method of frame.

Returns: int

getFrGA()

public double getFrGA()

Gets or sets the FrGA value.

Returns: double

getId()

public int getId()

Gets or sets the frame id.

Returns: int

getLayerStates()

public LayerState[] getLayerStates()

Gets ot sets the layer states of frame.

Returns: com.aspose.psd.fileformats.psd.layers.animation.LayerState[]

getLayerStatesList_internalized()

public System.Collections.Generic.List<LayerState> getLayerStatesList_internalized()

Gets the list of layer states of frame.

Returns: com.aspose.ms.System.Collections.Generic.List<com.aspose.psd.fileformats.psd.layers.animation.LayerState>

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setDelay(int value)

public void setDelay(int value)

Gets or sets the frame delay value in centa-seconds. For example, in 1 second contains 100 centa-seconds.

Parameters:

ParameterTypeDescription
valueint

setDisposalMethod(int value)

public final void setDisposalMethod(int value)

Gets or sets the disposal method of frame.

Parameters:

ParameterTypeDescription
valueint

setFrGA(double value)

public void setFrGA(double value)

Gets or sets the FrGA value.

Parameters:

ParameterTypeDescription
valuedouble

setId(int value)

public void setId(int value)

Gets or sets the frame id.

Parameters:

ParameterTypeDescription
valueint

setLayerStates(LayerState[] value)

public void setLayerStates(LayerState[] value)

Gets ot sets the layer states of frame.

Parameters:

ParameterTypeDescription
valueLayerState[]

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