public abstract class StationPaintColor extends AbstractDockColor
StationPaint.| Modifier and Type | Field and Description |
|---|---|
static Path |
KIND_STATION_PAINT_COLOR
the kind of color
StationPaintColor is |
KIND_DOCK_COLOR| Constructor and Description |
|---|
StationPaintColor(String id,
Path kind,
StationPaint paint,
Color backup)
Creates a new
DockColor |
StationPaintColor(String id,
StationPaint paint,
Color backup)
Creates a new
DockColor |
| Modifier and Type | Method and Description |
|---|---|
StationPaint |
getPaint()
Gets the
StationPaint that uses this color. |
color, connect, mechanged, getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, valuepublic static final Path KIND_STATION_PAINT_COLOR
StationPaintColor ispublic StationPaintColor(String id, Path kind, StationPaint paint, Color backup)
DockColorid - the identifier of this colorkind - what kind of color this ispaint - the StationPaint that uses this colorbackup - a backup used when no color was foundpublic StationPaintColor(String id, StationPaint paint, Color backup)
DockColorid - the identifier of this colorpaint - the StationPaint that uses this colorbackup - a backup used when no color was foundpublic StationPaint getPaint()
StationPaint that uses this color.thisCopyright © 2017 Docking Frames. All rights reserved.