Uses of Class
bibliothek.gui.dock.common.location.TreeLocationRoot

Packages that use TreeLocationRoot
bibliothek.gui.dock.common.location   
 

Uses of TreeLocationRoot in bibliothek.gui.dock.common.location
 

Methods in bibliothek.gui.dock.common.location that return TreeLocationRoot
 TreeLocationRoot CWorkingAreaLocation.east(double size)
          Creates a location describing a normalized element at the east of the normalized-area.
 TreeLocationRoot CBaseLocation.normalEast(double size)
          Creates a location describing a normalized element at the east of the normalized-area.
 TreeLocationRoot CBaseLocation.normalNorth(double size)
          Creates a location describing a normalized element at the north of the normalized-area.
 TreeLocationRoot CBaseLocation.normalSouth(double size)
          Creates a location describing a normalized element at the south of the normalized-area.
 TreeLocationRoot CBaseLocation.normalWest(double size)
          Creates a location describing a normalized element at the west of the normalized-area.
 TreeLocationRoot CWorkingAreaLocation.north(double size)
          Creates a location describing a normalized element at the north of the normalized-area.
 TreeLocationRoot CWorkingAreaLocation.south(double size)
          Creates a location describing a normalized element at the south of the normalized-area.
 TreeLocationRoot CWorkingAreaLocation.west(double size)
          Creates a location describing a normalized element at the west of the normalized-area.