Uses of Class
org.tigris.gef.presentation.ArrowHead

Packages that use ArrowHead
org.tigris.gef.presentation   
 

Uses of ArrowHead in org.tigris.gef.presentation
 

Subclasses of ArrowHead in org.tigris.gef.presentation
 class ArrowHeadComposite
          Abstract class to draw arrow heads on the ends of FigEdges.
 class ArrowHeadDiamond
          Draws a Diamond at the end of a FigEdge.
 class ArrowHeadGreater
          Draws a triangluar arrow head at the end of a FigEdge
 class ArrowHeadHalfTriangle
          Draws a triangluar arrow head at the end of a FigEdge
 class ArrowHeadNone
          Draws no arrow head at the end of a FigEdge.
 class ArrowHeadQualifier
          Draws a Diamond at the end of a FigEdge.
 class ArrowHeadTriangle
          Draws a triangluar arrow head at the end of a FigEdge
 

Fields in org.tigris.gef.presentation declared as ArrowHead
protected  ArrowHead FigEdge._arrowHeadEnd
          The ArrowHead at the end of the line
protected  ArrowHead FigEdge._arrowHeadStart
          The ArrowHead at the start of the line
 

Methods in org.tigris.gef.presentation that return ArrowHead
 ArrowHead FigEdge.getDestArrowHead()
          Get the ArrowHead at the end of this FigEdge.
 ArrowHead FigEdge.getSourceArrowHead()
          Get the ArrowHead at the start of this FigEdge.
 

Methods in org.tigris.gef.presentation with parameters of type ArrowHead
 void ArrowHeadComposite.addArrowHead(ArrowHead ah)
           
 void FigEdge.setDestArrowHead(ArrowHead newArrow)
          Set the ArrowHead at the end of this FigEdge.
 void FigEdge.setSourceArrowHead(ArrowHead newArrow)
          Set the ArrowHead at the start of this FigEdge.
 

Constructors in org.tigris.gef.presentation with parameters of type ArrowHead
ArrowHeadComposite(ArrowHead ah1, ArrowHead ah2)