LayerState
Inheritance: java.lang.Object
public final class LayerState
The options of time line layer state.
Constructors
| Constructor | Description |
|---|---|
| LayerState() | Initializes a new instance of the LayerState class. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getBlendMode() | Gets or sets the blen mode. |
| getClass() | |
| getEnabled() | Gets or sets the enabled state. |
| getFillOpacity() | Gets or sets the fill opacity value. |
| getHorizontalFXRf() | Gets or sets the HorizontalFXRf value. |
| getId() | Gets or sets the id. |
| getOpacity() | Gets or sets the opacity value. |
| getPositionOffset() | Gets or sets the layer position offset related to the actual layer position. |
| getStateEffects() | Gets the layer state effects. |
| getVerticalFXRf() | Gets or sets the VerticalFXRf value. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setBlendMode(long value) | Gets or sets the blen mode. |
| setEnabled(boolean value) | Gets or sets the enabled state. |
| setFillOpacity(double value) | Gets or sets the fill opacity value. |
| setHorizontalFXRf(double value) | Gets or sets the HorizontalFXRf value. |
| setId(int value) | Gets or sets the id. |
| setOpacity(double value) | Gets or sets the opacity value. |
| setPositionOffset(Point value) | Gets or sets the layer position offset related to the actual layer position. |
| setVerticalFXRf(double value) | Gets or sets the VerticalFXRf value. |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
LayerState()
public LayerState()
Initializes a new instance of the LayerState class.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getBlendMode()
public final long getBlendMode()
Gets or sets the blen mode.
Returns: long
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getEnabled()
public final boolean getEnabled()
Gets or sets the enabled state.
Returns: boolean
getFillOpacity()
public final double getFillOpacity()
Gets or sets the fill opacity value.
Returns: double
getHorizontalFXRf()
public final double getHorizontalFXRf()
Gets or sets the HorizontalFXRf value.
Returns: double
getId()
public final int getId()
Gets or sets the id.
Returns: int
getOpacity()
public final double getOpacity()
Gets or sets the opacity value.
Returns: double
getPositionOffset()
public final Point getPositionOffset()
Gets or sets the layer position offset related to the actual layer position.
Returns: Point
getStateEffects()
public LayerStateEffects getStateEffects()
Gets the layer state effects.
Returns: LayerStateEffects
getVerticalFXRf()
public final double getVerticalFXRf()
Gets or sets the VerticalFXRf value.
Returns: double
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setBlendMode(long value)
public final void setBlendMode(long value)
Gets or sets the blen mode.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
setEnabled(boolean value)
public final void setEnabled(boolean value)
Gets or sets the enabled state.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setFillOpacity(double value)
public final void setFillOpacity(double value)
Gets or sets the fill opacity value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setHorizontalFXRf(double value)
public final void setHorizontalFXRf(double value)
Gets or sets the HorizontalFXRf value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setId(int value)
public final void setId(int value)
Gets or sets the id.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setOpacity(double value)
public final void setOpacity(double value)
Gets or sets the opacity value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
setPositionOffset(Point value)
public final void setPositionOffset(Point value)
Gets or sets the layer position offset related to the actual layer position.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | Point |
setVerticalFXRf(double value)
public final void setVerticalFXRf(double value)
Gets or sets the VerticalFXRf value.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | double |
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 |