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

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

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

Methods in de.uni_paderborn.fujaba.fsa.swing that return JGrab
 JGrab RoleLayout.getGrab()
          Get the grab attribute of the RoleLayout object
 

Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type JGrab
 boolean RoleLayout.setGrab(JGrab value)
          Sets the grab attribute of the RoleLayout object
protected  void RhombGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          puts the grab to one of the corners of the Rhomb according to the preferred orientation
protected  int PanelGrabUI.getTouchOffset(JGrab g)
          Get the touchOffset attribute of the PanelGrabUI object
protected  int PanelGrabUI.getTouchLength(JGrab g)
          Get the touchLength attribute of the PanelGrabUI object
protected  int PanelGrabUI.getAlignmentOffset(JGrab g)
          Get the alignmentOffset attribute of the PanelGrabUI object
protected  void OvalGrabLayouter.layoutGrab(GrabManager manager, JGrab grab, OvalBorder border)
          Layout the Grab around the oval target.
protected  double[] OvalGrabLayouter.getPreferredLayoutInformation(JGrab grab)
          the preferred orientation and alignment are determined by the angle of the first line of the grab to the center of the circle
protected  void JBendLineGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          puts the grab to 3/4 of the JBendLine, orientation is ignored
protected  int GrabUI.getTouchOffset(JGrab g)
          Get the touchOffset attribute of the GrabUI object
protected  int GrabUI.getTouchLength(JGrab g)
          Get the touchLength attribute of the GrabUI object
protected  int GrabUI.getAlignmentOffset(JGrab g)
          Get the alignmentOffset attribute of the GrabUI object
protected  int GrabUI.getPadOffset(JGrab g)
          Get the padOffset attribute of the GrabUI object
 boolean GrabManager.addToGrabs(JGrab value)
          Add a Grab to the list of Grabs that are managed by this Object.
 boolean GrabManager.hasInGrabs(JGrab value)
           
 boolean GrabManager.removeFromGrabs(JGrab value)
          Removes the Grab value from the list of Grabs and updates the common ancestor of all grabs
protected  double[] GrabLayouter.getPreferredLayoutInformation(JGrab grab)
          Retrieves the preferred orientation and alignment of the Grab and sets these values in the Grab.
protected  void DefaultGrabLayouter.layoutGrab(GrabManager manager, JGrab grab, Direction orientation, double align, double start, double end, double[] used)
          layout the grab
protected  void CircleGrabLayouter.layoutGrab(GrabManager manager, JGrab grab)
          layout the Grab around the Circle
protected  double[] CircleGrabLayouter.getPreferredLayoutInformation(JGrab grab)
          the preferred orientation and alignment are determined by the angle of the first line of the grab to the center of the circle
 

Constructors in de.uni_paderborn.fujaba.fsa.swing with parameters of type JGrab
RoleLayout(JGrab grab, javax.swing.JComponent adornmentComponent, javax.swing.JComponent roleComponent, javax.swing.JComponent cardComponent)
          Constructor for class RoleLayout
GrabDecoratorConstraints(JGrab target, int gapX, int gapY, byte align)
          Constructor for class GrabDecoratorConstraints
GrabDecoratorConstraints(JGrab target, byte align)
          Constructor for class GrabDecoratorConstraints
GrabConstraints(JGrab target)
          Constructor for class GrabConstraints