Frame
Inheritance: java.lang.Object
public final class Frame
The options of time line frame item.
Constructors
Constructor | Description |
---|---|
Frame() | Initializes a new instance of the Frame class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | int |
setDisposalMethod(int value)
public final void setDisposalMethod(int value)
Gets or sets the disposal method of frame.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setFrGA(double value)
public void setFrGA(double value)
Gets or sets the FrGA value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
setId(int value)
public void setId(int value)
Gets or sets the frame id.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setLayerStates(LayerState[] value)
public void setLayerStates(LayerState[] value)
Gets ot sets the layer states of frame.
Parameters:
Parameter | Type | Description |
---|---|---|
value | LayerState[] |
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 |