glass.eclipse.theme
Class CGlassStationPaint
java.lang.Object
glass.eclipse.theme.CGlassStationPaint
- All Implemented Interfaces:
- bibliothek.gui.dock.station.StationPaint
@ColorCodes(value={"glass.paint.divider","glass.paint.insertion","glass.paint.line"})
public class CGlassStationPaint
- extends Object
- implements bibliothek.gui.dock.station.StationPaint
Method Summary |
void |
drawDivider(Graphics g,
bibliothek.gui.DockStation station,
Rectangle bounds)
|
void |
drawInsertion(Graphics g,
bibliothek.gui.DockStation station,
Rectangle stationBounds,
Rectangle dockableBounds)
|
void |
drawInsertionLine(Graphics g,
bibliothek.gui.DockStation station,
int x1,
int y1,
int x2,
int y2)
|
void |
drawRemoval(Graphics g,
bibliothek.gui.DockStation station,
Rectangle stationBounds,
Rectangle dockableBounds)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CGlassStationPaint
public CGlassStationPaint()
drawDivider
public void drawDivider(Graphics g,
bibliothek.gui.DockStation station,
Rectangle bounds)
- Specified by:
drawDivider
in interface bibliothek.gui.dock.station.StationPaint
drawInsertion
public void drawInsertion(Graphics g,
bibliothek.gui.DockStation station,
Rectangle stationBounds,
Rectangle dockableBounds)
- Specified by:
drawInsertion
in interface bibliothek.gui.dock.station.StationPaint
drawInsertionLine
public void drawInsertionLine(Graphics g,
bibliothek.gui.DockStation station,
int x1,
int y1,
int x2,
int y2)
- Specified by:
drawInsertionLine
in interface bibliothek.gui.dock.station.StationPaint
drawRemoval
public void drawRemoval(Graphics g,
bibliothek.gui.DockStation station,
Rectangle stationBounds,
Rectangle dockableBounds)
- Specified by:
drawRemoval
in interface bibliothek.gui.dock.station.StationPaint