Uses of Class
org.pzgui.DockLocation

Packages that use DockLocation
org.pzgui Provides a GUI system which supports multiple windows which can be panned and zoomed. 
 

Uses of DockLocation in org.pzgui
 

Methods in org.pzgui that return DockLocation
 DockLocation PZWindow.getDockLocation()
          get the location where the window is docked, if any
static DockLocation DockLocation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DockLocation[] DockLocation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pzgui with parameters of type DockLocation
 void PZWindow.setDockLocation(DockLocation dockLocation)
          set how the window is docked