public abstract class DisplayerColor extends AbstractDockColor
DockableDisplayer
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND_DISPLAYER_COLOR
the kind of color
DisplayerColor is |
KIND_DOCK_COLOR
Constructor and Description |
---|
DisplayerColor(java.lang.String id,
DockableDisplayer displayer,
java.awt.Color backup)
Creates a new
DisplayerColor |
DisplayerColor(java.lang.String id,
Path kind,
DockableDisplayer displayer,
java.awt.Color backup)
Creates a new
DisplayerColor |
Modifier and Type | Method and Description |
---|---|
DockableDisplayer |
getDisplayer()
Gets the element for which this color is used.
|
color, connect, me
changed, getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, value
public static final Path KIND_DISPLAYER_COLOR
DisplayerColor
ispublic DisplayerColor(java.lang.String id, Path kind, DockableDisplayer displayer, java.awt.Color backup)
DisplayerColor
id
- the identifier of the colorkind
- which kind of color this isdisplayer
- the element for which the color is usedbackup
- a backup colorpublic DisplayerColor(java.lang.String id, DockableDisplayer displayer, java.awt.Color backup)
DisplayerColor
id
- the identifier of the colordisplayer
- the element for which the color is usedbackup
- a backup colorpublic DockableDisplayer getDisplayer()