Uses of Class
de.uni_paderborn.fujaba.fsa.swing.GrabManager

Packages that use GrabManager
de.uni_paderborn.fujaba.fsa.swing   
 

Uses of GrabManager in de.uni_paderborn.fujaba.fsa.swing
 

Methods in de.uni_paderborn.fujaba.fsa.swing that return GrabManager
 GrabManager JGrab.getManager()
          Get the manager attribute of the JGrab object
 

Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type GrabManager
 void RhombGrabLayouter.layout(GrabManager manager)
          layout all the grabs of manager currently the grabs are simply set to their preferred location as determined by layoutGrab and getPreferredLayoutInformation.
protected  void RhombGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          puts the grab to one of the corners of the Rhomb according to the preferred orientation
 void OvalGrabLayouter.layout(GrabManager manager)
          Layouts all the grabs.
protected  void OvalGrabLayouter.layoutGrab(GrabManager manager, JGrab grab, OvalBorder border)
          Layout the Grab around the oval target.
 void LifeLineGrabLayouter.layout(GrabManager manager)
          layout all the grabs of manager currently the grabs are simply set to their preferred location as determined by layoutGrab and getPreferredLayoutInformation.
 boolean JGrab.setManager(GrabManager value)
          Sets the manager attribute of the JGrab object
 void JBendLineGrabLayouter.layout(GrabManager manager)
          layout all the grabs of manager currently the grabs are simply set to their preferred location as determined by layoutGrab and getPreferredLayoutInformation.
protected  void JBendLineGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          puts the grab to 3/4 of the JBendLine, orientation is ignored
abstract  void GrabLayouter.layout(GrabManager manager)
          Assigns every Grab of manager a position on the border of the managers target
 void DefaultGrabLayouter.layout(GrabManager manager)
          layout all the grabs of manager currently the grabs are simply set to their preferred location as determined by layoutGrab and getPreferredLayoutInformation.
protected  void DefaultGrabLayouter.layoutGrab(GrabManager manager, JGrab grab, Direction orientation, double align, double start, double end, double[] used)
          layout the grab
 void CircleGrabLayouter.layout(GrabManager manager)
          does the layout.
protected  void CircleGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          layout the Grab around the Circle
 

Constructors in de.uni_paderborn.fujaba.fsa.swing with parameters of type GrabManager
JGrab(GrabManager manager)
          Constructor for class JGrab