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

Packages that use SplitDockGrid.Line
bibliothek.gui.dock.station.split   
 

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

Fields in bibliothek.gui.dock.station.split with type parameters of type SplitDockGrid.Line
private  java.util.List<SplitDockGrid.Line> SplitDockGrid.lines
          The dividing lines which should appear
 

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  java.util.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.