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

Packages that use JArrowHead
de.uni_paderborn.fujaba.fsa.swing   
de.uni_paderborn.fujaba.uml.unparse   
 

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

Subclasses of JArrowHead in de.uni_paderborn.fujaba.fsa.swing
 class JArrowDoubleLineHead
          Simple arrow with double line
 class JBigArrow
          This class is a swing component which draws arrows.
 class JDiamondHead
          Diamond shape for generalization arrow heads etc.
 class JDirectionIndicator
          This class is a swing component which draws arrows.
 class JSimpleArrowHead
          Simple arrow with single line
 class JTriangleHead
          Triangle shape for generalization arrow heads etc.
 class JTriangleHeadWithTail
          Triangle shape with tail for collaboration stats etc.
 

Methods in de.uni_paderborn.fujaba.fsa.swing that return JArrowHead
 JArrowHead ArrowGrabUI.getArrow()
          Get the arrow attribute of the ArrowGrabUI object
protected  JArrowHead ArrowGrabUI.createArrow(JArrowHead arrowHead)
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type JArrowHead
 boolean ArrowGrabUI.setArrow(JArrowHead arrow)
          Sets the arrow attribute of the ArrowGrabUI object
protected  JArrowHead ArrowGrabUI.createArrow(JArrowHead arrowHead)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of JArrowHead in de.uni_paderborn.fujaba.uml.unparse
 

Fields in de.uni_paderborn.fujaba.uml.unparse declared as JArrowHead
static JArrowHead UMArrowHead.GENERALIZATION
          No comment provided by developer, please add a comment to improve documentation.
static JArrowHead UMArrowHead.AGGREGATION
          No comment provided by developer, please add a comment to improve documentation.
static JArrowHead UMArrowHead.COMPOSITION
          No comment provided by developer, please add a comment to improve documentation.
static JArrowHead UMArrowHead.REFERENCE
          No comment provided by developer, please add a comment to improve documentation.
static JArrowHead UMArrowHead.PATH
          No comment provided by developer, please add a comment to improve documentation.
static JArrowHead UMArrowHead.TRANSITION
          No comment provided by developer, please add a comment to improve documentation.