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

java.lang.Object
  extended by bibliothek.gui.dock.station.split.AbstractSplitDockGrid.Line
Enclosing class:
AbstractSplitDockGrid<D>

protected static class AbstractSplitDockGrid.Line
extends java.lang.Object

Represents a dividing line in the grid.

Author:
Benjamin Sigg

Field Summary
 double alpha
          the coordinate which is always the same on the line
 double betaMax
          the end with the higher coordinate
 double betaMin
          the end with the smaller coordinate
 boolean horizontal
          whether this line is horizontal or not
 
Constructor Summary
protected AbstractSplitDockGrid.Line()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

horizontal

public boolean horizontal
whether this line is horizontal or not


alpha

public double alpha
the coordinate which is always the same on the line


betaMin

public double betaMin
the end with the smaller coordinate


betaMax

public double betaMax
the end with the higher coordinate

Constructor Detail

AbstractSplitDockGrid.Line

protected AbstractSplitDockGrid.Line()