public abstract class DockStationIcon extends DockIcon
DockStation
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND_DOCK_STATION |
Constructor and Description |
---|
DockStationIcon(java.lang.String id,
DockStation station)
Creates the icon.
|
Modifier and Type | Method and Description |
---|---|
DockStation |
getStation()
Gets the station for which the icon is used
|
me, setController
public static final Path KIND_DOCK_STATION
public DockStationIcon(java.lang.String id, DockStation station)
id
- the unique identifier of the iconstation
- the station for which the icon is usedpublic DockStation getStation()