Uses of Class
bibliothek.gui.dock.station.split.SplitDockProperty

Packages that use SplitDockProperty
bibliothek.gui.dock.station   
bibliothek.gui.dock.station.split   
 

Uses of SplitDockProperty in bibliothek.gui.dock.station
 

Methods in bibliothek.gui.dock.station with parameters of type SplitDockProperty
 boolean SplitDockStation.drop(Dockable dockable, SplitDockProperty property)
          Tries to add Dockable such that the boundaries given by property are full filled.
 

Uses of SplitDockProperty in bibliothek.gui.dock.station.split
 

Fields in bibliothek.gui.dock.station.split declared as SplitDockProperty
static SplitDockProperty SplitDockProperty.EAST
          A property covering the right quarter of the station
static SplitDockProperty SplitDockProperty.NORTH
          A property covering the top quarter of the station
static SplitDockProperty SplitDockProperty.SOUTH
          A property covering the bottom quarter of the station
static SplitDockProperty SplitDockProperty.WEST
          A property covering the left quarter of the station
 

Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockProperty
 double SplitNode.intersection(SplitDockProperty property)
          Calculates how much of the rectangle given by the property lies inside this node and how much of this node lies in the rectangle.