public class FwkColorDialogPaneValue extends FwkDialogPaneValue
,
Serialized FormgetHt, ident, propertyChange, setHt, version
Constructor and Description |
---|
FwkColorDialogPaneValue()
The default construtor.
|
FwkColorDialogPaneValue(java.lang.String ident,
java.awt.Color c,
float t)
The constructor.
|
FwkColorDialogPaneValue(java.lang.String ident,
java.awt.Color c,
java.lang.Float t)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColor()
Retrieves the color of the value.
|
java.lang.Float |
getTransparency()
Retrieves the transparency value.
|
static void |
main(java.lang.String[] args)
The Main Body to test the class.
|
void |
setColor(java.awt.Color c)
Set the color of the value.
|
void |
setTransparency(java.lang.Float t)
Sets the transparency value.
|
void |
setTransparencyValue(float t)
Sets the transparency value.
|
addPropertyChangeListener, addPropertyChangeListener, entrySet, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getIdent, getProperties, getProperty, getPropertyChangeArray, getPropertyChangeListenerArray, getPropertyChangeListenerArray, getVersion, isPropertyChangeEventSuspended, release, removePropertyChangeListener, removePropertyChangeListener, setIdent, setProperties, setProperty, setSource, suspendPropertyChangeEvents, toString
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
public FwkColorDialogPaneValue()
public FwkColorDialogPaneValue(java.lang.String ident, java.awt.Color c, float t)
ident
- The ident of the value.c
- The color of the value.t
- The transparency float value.public FwkColorDialogPaneValue(java.lang.String ident, java.awt.Color c, java.lang.Float t)
ident
- The ident of the value.c
- The color of the value.t
- The transparency Float object.public java.awt.Color getColor()
public void setColor(java.awt.Color c)
c
- The object color.public java.lang.Float getTransparency()
public void setTransparency(java.lang.Float t)
t
- The transparency float object.public void setTransparencyValue(float t)
t
- The transparency float value.public static void main(java.lang.String[] args)