@ColorCodes(value={"glass.paint.divider","glass.paint.insertion","glass.paint.line"}) public class CGlassStationPaint extends Object implements bibliothek.gui.dock.station.StationPaint
Constructor and Description |
---|
CGlassStationPaint() |
Modifier and Type | Method and Description |
---|---|
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) |
public void drawDivider(Graphics g, bibliothek.gui.DockStation station, Rectangle bounds)
drawDivider
in interface bibliothek.gui.dock.station.StationPaint
public void drawInsertion(Graphics g, bibliothek.gui.DockStation station, Rectangle stationBounds, Rectangle dockableBounds)
drawInsertion
in interface bibliothek.gui.dock.station.StationPaint
public void drawInsertionLine(Graphics g, bibliothek.gui.DockStation station, int x1, int y1, int x2, int y2)
drawInsertionLine
in interface bibliothek.gui.dock.station.StationPaint