Package | Description |
---|---|
bibliothek.gui.dock.station.split |
Elements which are needed by the
SplitDockStation ,
and which are needed to interact with the station. |
Modifier and Type | Method and Description |
---|---|
protected AbstractSplitDockGrid.Line |
AbstractSplitDockGrid.bestFittingLine(double x,
double y,
double w,
double h,
boolean horizontal,
double split)
Searches the line that divides the rectangle
x, y, width, height
best. |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<AbstractSplitDockGrid.Line> |
AbstractSplitDockGrid.getLines()
Gets a list containing all lines of this grid.
|
Modifier and Type | Method and Description |
---|---|
protected double |
AbstractSplitDockGrid.penalty(double x,
double y,
double w,
double h,
AbstractSplitDockGrid.Line line)
Used by
diff
to add a penalty if a line hits a rectangle. |