Uses of Class
bibliothek.gui.dock.station.split.SplitDockPathProperty.Location

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

Uses of SplitDockPathProperty.Location in bibliothek.gui.dock.station.split
 

Methods in bibliothek.gui.dock.station.split that return SplitDockPathProperty.Location
 SplitDockPathProperty.Location SplitDockPathProperty.Node.getLocation()
          Gets the direction into which the path goes
static SplitDockPathProperty.Location SplitDockPathProperty.Location.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SplitDockPathProperty.Location[] SplitDockPathProperty.Location.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockPathProperty.Location
 void SplitDockPathProperty.add(SplitDockPathProperty.Location location, double size, long id)
          Adds a new element to the end of the path.
 void SplitDockPathProperty.insert(SplitDockPathProperty.Location location, double size, int index, long id)
          Adds a new element to the path.
 

Constructors in bibliothek.gui.dock.station.split with parameters of type SplitDockPathProperty.Location
SplitDockPathProperty.Node(SplitDockPathProperty.Location location, double size, long id)
          Creates a new turn.