public class CellDivider extends Object implements bibliothek.gui.dock.station.split.Divideable
Dockable
of one column as being resized.Constructor and Description |
---|
CellDivider(WizardSplitDockStation station,
bibliothek.gui.dock.station.split.Leaf leaf) |
Modifier and Type | Method and Description |
---|---|
double |
getActualDivider() |
double |
getDivider() |
double |
getDividerAt(int x,
int y) |
Rectangle |
getDividerBounds(double divider,
Rectangle bounds) |
bibliothek.gui.dock.station.split.Leaf |
getLeaf() |
bibliothek.gui.dock.SplitDockStation.Orientation |
getOrientation() |
void |
setDivider(double dividier) |
double |
validateDivider(double divider) |
public CellDivider(WizardSplitDockStation station, bibliothek.gui.dock.station.split.Leaf leaf)
public bibliothek.gui.dock.station.split.Leaf getLeaf()
public double getDividerAt(int x, int y)
getDividerAt
in interface bibliothek.gui.dock.station.split.Divideable
public Rectangle getDividerBounds(double divider, 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