|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StationPaint in bibliothek.extension.gui.dock.theme.bubble |
---|
Classes in bibliothek.extension.gui.dock.theme.bubble that implement StationPaint | |
---|---|
class |
BubbleStationPaint
|
Uses of StationPaint in bibliothek.extension.gui.dock.theme.flat |
---|
Classes in bibliothek.extension.gui.dock.theme.flat that implement StationPaint | |
---|---|
class |
FlatStationPaint
A paint which draws gray and white markings |
Uses of StationPaint in bibliothek.gui |
---|
Methods in bibliothek.gui that return StationPaint | |
---|---|
StationPaint |
DockTheme.getPaint(DockStation station)
Gets the paint which is used to draw things onto station . |
static StationPaint |
DockUI.getPaint(StationPaint paint,
DockStation station)
Gets a StationPaint for station . |
Methods in bibliothek.gui with parameters of type StationPaint | |
---|---|
static StationPaint |
DockUI.getPaint(StationPaint paint,
DockStation station)
Gets a StationPaint for station . |
Uses of StationPaint in bibliothek.gui.dock.station.support |
---|
Classes in bibliothek.gui.dock.station.support that implement StationPaint | |
---|---|
class |
StationPaintWrapper
A wrapper for a StationPaint . |
Fields in bibliothek.gui.dock.station.support declared as StationPaint | |
---|---|
private StationPaint |
StationPaintWrapper.delegate
The delegate that is used if not equal to null |
Methods in bibliothek.gui.dock.station.support that return StationPaint | |
---|---|
StationPaint |
StationPaintWrapper.getDelegate()
Gets the StationPaint to which calls to this paint are
forwarded. |
Methods in bibliothek.gui.dock.station.support with parameters of type StationPaint | |
---|---|
void |
StationPaintWrapper.setDelegate(StationPaint delegate)
Sets the delegate property. |
Uses of StationPaint in bibliothek.gui.dock.themes |
---|
Fields in bibliothek.gui.dock.themes declared as StationPaint | |
---|---|
private StationPaint |
BasicTheme.paint
paints on stations |
Methods in bibliothek.gui.dock.themes that return StationPaint | |
---|---|
StationPaint |
BasicTheme.getPaint(DockStation station)
|
StationPaint |
NoStackTheme.getPaint(DockStation station)
|
Methods in bibliothek.gui.dock.themes with parameters of type StationPaint | |
---|---|
void |
BasicTheme.setPaint(StationPaint paint)
Sets the StationPaint of this theme. |
Uses of StationPaint in bibliothek.gui.dock.themes.basic |
---|
Classes in bibliothek.gui.dock.themes.basic that implement StationPaint | |
---|---|
class |
BasicStationPaint
A simple implementation of StationPaint . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |