Uses of Class
org.das2.graph.Arrow.HeadStyle

Packages that use Arrow.HeadStyle
org.das2.graph Mostly contains DasCanvasComponents, which are components that live within the DasCanvas, and Renderers which draw on DasPlots. 
 

Uses of Arrow.HeadStyle in org.das2.graph
 

Methods in org.das2.graph that return Arrow.HeadStyle
 Arrow.HeadStyle DasAnnotation.getArrowStyle()
           
static Arrow.HeadStyle Arrow.HeadStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Arrow.HeadStyle[] Arrow.HeadStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.das2.graph with parameters of type Arrow.HeadStyle
static void Arrow.paintArrow(java.awt.Graphics2D g, java.awt.Point head, java.awt.Point tail, double em, Arrow.HeadStyle style)
           
 void DasAnnotation.setArrowStyle(Arrow.HeadStyle newarrowStyle)