Uses of Class
bibliothek.gui.dock.station.support.StationPaintWrapper

Packages that use StationPaintWrapper
bibliothek.gui.dock.station   
 

Uses of StationPaintWrapper in bibliothek.gui.dock.station
 

Fields in bibliothek.gui.dock.station declared as StationPaintWrapper
private  StationPaintWrapper SplitDockStation.paint
          A StationPaint to draw some markings onto this station
private  StationPaintWrapper StackDockStation.paint
          A paint to draw lines
private  StationPaintWrapper FlapDockStation.paint
          The StationPaint used to paint on this station
private  StationPaintWrapper ScreenDockStation.stationPaint
          The paint used to draw information on this station
 

Methods in bibliothek.gui.dock.station that return StationPaintWrapper
 StationPaintWrapper SplitDockStation.getPaint()
          Gets a StationPaint to paint markings on this station.
 StationPaintWrapper StackDockStation.getPaint()
          Gets a StationPaint which is used to paint some lines onto this station.
 StationPaintWrapper FlapDockStation.getPaint()
          Gets the StationPaint to paint on this station.
 StationPaintWrapper ScreenDockStation.getPaint()
          Gets the StationPaint for this station.