bibliothek.gui.dock.station.toolbar
Class ToolbarStationPaint

java.lang.Object
  extended by bibliothek.gui.dock.themes.basic.BasicStationPaint
      extended by bibliothek.gui.dock.station.toolbar.ToolbarStationPaint
All Implemented Interfaces:
bibliothek.gui.dock.station.StationPaint

public class ToolbarStationPaint
extends bibliothek.gui.dock.themes.basic.BasicStationPaint

This StationPaint is used to draw content on all the toolbar- DockStations.

Author:
Benjamin Sigg

Constructor Summary
ToolbarStationPaint(Color dropColor, Color dragColor)
           
 
Method Summary
 void drawRemoval(Graphics g, bibliothek.gui.DockStation station, Rectangle stationBounds, Rectangle dockableBounds)
           
 
Methods inherited from class bibliothek.gui.dock.themes.basic.BasicStationPaint
drawDivider, drawInsertion, drawInsertionLine, getColor, setColor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolbarStationPaint

public ToolbarStationPaint(Color dropColor,
                           Color dragColor)
Method Detail

drawRemoval

public void drawRemoval(Graphics g,
                        bibliothek.gui.DockStation station,
                        Rectangle stationBounds,
                        Rectangle dockableBounds)
Specified by:
drawRemoval in interface bibliothek.gui.dock.station.StationPaint
Overrides:
drawRemoval in class bibliothek.gui.dock.themes.basic.BasicStationPaint