public class ColumnDividier
extends java.lang.Object
implements bibliothek.gui.dock.station.split.Divideable
Divideable
that is at the end of the columns and allows the user to resize
the entire station.Constructor and Description |
---|
ColumnDividier(WizardSplitDockStation station) |
Modifier and Type | Method and Description |
---|---|
double |
getActualDivider() |
double |
getDivider() |
double |
getDividerAt(int x,
int y) |
java.awt.Rectangle |
getDividerBounds(double divider,
java.awt.Rectangle bounds) |
bibliothek.gui.dock.SplitDockStation.Orientation |
getOrientation() |
void |
setDivider(double dividier) |
double |
validateDivider(double divider) |
public ColumnDividier(WizardSplitDockStation station)
public double getDividerAt(int x, int y)
getDividerAt
in interface bibliothek.gui.dock.station.split.Divideable
public java.awt.Rectangle getDividerBounds(double divider, java.awt.Rectangle bounds)
getDividerBounds
in interface bibliothek.gui.dock.station.split.Divideable
public bibliothek.gui.dock.SplitDockStation.Orientation getOrientation()
getOrientation
in interface bibliothek.gui.dock.station.split.Divideable
public double getDivider()
getDivider
in interface bibliothek.gui.dock.station.split.Divideable
public double getActualDivider()
getActualDivider
in interface bibliothek.gui.dock.station.split.Divideable
public void setDivider(double dividier)
setDivider
in interface bibliothek.gui.dock.station.split.Divideable
public double validateDivider(double divider)
validateDivider
in interface bibliothek.gui.dock.station.split.Divideable