com.mindfusion.diagramming
Class ArrowHeads

java.lang.Object
  extended by com.mindfusion.diagramming.ArrowHeads

public class ArrowHeads
extends java.lang.Object

Contains predefined arrowhead shapes.


Field Summary
static Shape Arrow
          Display an arrow-like shape.
static Shape BackSlash
          Display a back slash.
static Shape BowArrow
          Display a bow arrow.
static Shape Circle
          Display a circle.
static Shape DefaultFlow
          "Default flow" in BPMN diagrams.
static Shape DoubleArrow
          Display a double arrow.
static Shape None
          Do not display an arrowhead shape.
static Shape Pentagon
          Display a pentagon.
static Shape PointerArrow
          Display a pointer arrow.
static Shape Quill
          Display a quill.
static Shape Reversed
          Reversed arrowhead.
static Shape RevTriangle
          Display a reversed triangle.
static Shape RevWithCirc
          Reversed arrowhead with a circle.
static Shape RevWithLine
          Reversed arrowhead with intersecting line.
static Shape Rhombus
          Display a rhombus.
static Shape Slash
          Display a slash.
static Shape Tetragon
          Display a tetragon.
static Shape Triangle
          Display a triangle.
 
Constructor Summary
ArrowHeads()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

public static Shape None
Do not display an arrowhead shape.


Arrow

public static Shape Arrow
Display an arrow-like shape.


Triangle

public static Shape Triangle
Display a triangle.


Circle

public static Shape Circle
Display a circle.


Tetragon

public static Shape Tetragon
Display a tetragon.


Rhombus

public static Shape Rhombus
Display a rhombus.


BowArrow

public static Shape BowArrow
Display a bow arrow.


PointerArrow

public static Shape PointerArrow
Display a pointer arrow.


Pentagon

public static Shape Pentagon
Display a pentagon.


DoubleArrow

public static Shape DoubleArrow
Display a double arrow.


Reversed

public static Shape Reversed
Reversed arrowhead.


RevTriangle

public static Shape RevTriangle
Display a reversed triangle.


Quill

public static Shape Quill
Display a quill.


RevWithLine

public static Shape RevWithLine
Reversed arrowhead with intersecting line.


RevWithCirc

public static Shape RevWithCirc
Reversed arrowhead with a circle.


BackSlash

public static Shape BackSlash
Display a back slash.


Slash

public static Shape Slash
Display a slash.


DefaultFlow

public static Shape DefaultFlow
"Default flow" in BPMN diagrams.

Constructor Detail

ArrowHeads

public ArrowHeads()