|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindfusion.diagramming.ArrowHeads
public class ArrowHeads
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 |
---|
public static Shape None
public static Shape Arrow
public static Shape Triangle
public static Shape Circle
public static Shape Tetragon
public static Shape Rhombus
public static Shape BowArrow
public static Shape PointerArrow
public static Shape Pentagon
public static Shape DoubleArrow
public static Shape Reversed
public static Shape RevTriangle
public static Shape Quill
public static Shape RevWithLine
public static Shape RevWithCirc
public static Shape BackSlash
public static Shape Slash
public static Shape DefaultFlow
Constructor Detail |
---|
public ArrowHeads()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |