Uses of Class
bibliothek.gui.dock.station.split.AbstractSplitDockGrid.Line

Packages that use AbstractSplitDockGrid.Line
bibliothek.gui.dock.station.split Elements which are needed by the SplitDockStation, and which are needed to interact with the station. 
 

Uses of AbstractSplitDockGrid.Line in bibliothek.gui.dock.station.split
 

Methods in bibliothek.gui.dock.station.split that return AbstractSplitDockGrid.Line
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.
 

Methods in bibliothek.gui.dock.station.split that return types with arguments of type AbstractSplitDockGrid.Line
protected  List<AbstractSplitDockGrid.Line> AbstractSplitDockGrid.getLines()
          Gets a list containing all lines of this grid.
 

Methods in bibliothek.gui.dock.station.split with parameters of type AbstractSplitDockGrid.Line
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.