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

Packages that use SplitDockPathProperty.Location
bibliothek.gui.dock.station.split   
 

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're declared.
 

Methods in bibliothek.gui.dock.station.split with parameters of type SplitDockPathProperty.Location
 void SplitDockPathProperty.add(SplitDockPathProperty.Location location, double size)
          Adds a new element to the end of the path.
 void SplitDockPathProperty.insert(SplitDockPathProperty.Location location, double size, int index)
          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)
          Creates a new turn.