Uses of Class
gcspy.vis.utils.AbstractFrame.Position

Packages that use AbstractFrame.Position
gcspy.vis.plugins This package provides the classes for the view plugin mechanism. 
gcspy.vis.utils This package provides utility classes for the visualiser. 
 

Uses of AbstractFrame.Position in gcspy.vis.plugins
 

Constructors in gcspy.vis.plugins with parameters of type AbstractFrame.Position
PluginFrame(AbstractFrame owner, AbstractFrame.Position position, boolean reposition)
          Create a new frame for a plugin
 

Uses of AbstractFrame.Position in gcspy.vis.utils
 

Methods in gcspy.vis.utils that return AbstractFrame.Position
static AbstractFrame.Position AbstractFrame.Position.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static AbstractFrame.Position[] AbstractFrame.Position.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in gcspy.vis.utils with parameters of type AbstractFrame.Position
protected  void AbstractFrame.placeIt(AbstractFrame.Position position)
          Place the frame
protected  void AbstractFrame.placeIt(AbstractFrame owner, AbstractFrame.Position position)
          Place the frame relative to its owner
 

Constructors in gcspy.vis.utils with parameters of type AbstractFrame.Position
AbstractFrame(AbstractFrame.Position position)
          A new AbstractFrame (with no owner)
AbstractFrame(AbstractFrame owner, AbstractFrame.Position position, boolean reposition)
          A new AbstractFrame
TextAreaFrame(AbstractFrame owner, AbstractFrame.Position position, boolean reposition)
          A new frame with a text area