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

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

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

Methods in bibliothek.gui.dock.station.split that return SplitDockGrid.Line
protected  SplitDockGrid.Line SplitDockGrid.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 SplitDockGrid.Line
protected  List<SplitDockGrid.Line> SplitDockGrid.getLines()
          Gets a list containing all lines of this grid.
 

Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockGrid.Line
protected  double SplitDockGrid.penalty(double x, double y, double w, double h, SplitDockGrid.Line line)
          Used by diff to calculate add a penalty if a line hits a rectangle.