| Package | com.yworks.graph.drawing |
| Class | public class ArrowType |
| Inheritance | ArrowType Object |
ArrowPaintable.create(uint,IPoint,IPoint,IStroke,IFill)
| Constant | Defined By | ||
|---|---|---|---|
| CIRCLE : uint = 4 [static]
Circular arrow
This arrow type is only supported by the yFiles FLEX client
and yFiles for .NET
| ArrowType | ||
| CONCAVE : uint = 11 [static]
A simple arrow with a concave head. | ArrowType | ||
| CONVEX : uint = 12 [static]
A simple arrow with a concave head. | ArrowType | ||
| CROSS : uint = 9 [static]
A cross shaped arrow. | ArrowType | ||
| CUSTOM : uint = 7 [static]
Custom arrow. | ArrowType | ||
| DASH : uint = 15 [static]
A dash near the end of the edge. | ArrowType | ||
| DEFAULT : uint = 2 [static]
Default arrow
| ArrowType | ||
| DELTA : uint = 6 [static]
Triangular arrow. | ArrowType | ||
| DIAMOND : uint = 5 [static]
Diamond shaped arrow
| ArrowType | ||
| NONE : uint = 1 [static]
No arrow
| ArrowType | ||
| SHORT : uint = 8 [static]
A short and broad arrow. | ArrowType | ||
| SIMPLE : uint = 10 [static]
A simple arrow. | ArrowType | ||
| SKEWED_DASH : uint = 13 [static]
A slanted dash near the end of the edge. | ArrowType | ||
| SPEARHEAD : uint = 3 [static]
An arrow shaped like a spearhead
This arrow type is only supported by the yFiles FLEX client. | ArrowType | ||
| T_SHAPE : uint = 14 [static]
A dash at the end of the edge. | ArrowType | ||
| CIRCLE | Constant |
public static const CIRCLE:uint = 4Circular arrow
This arrow type is only supported by the yFiles FLEX client and yFiles for .NET
| CONCAVE | Constant |
public static const CONCAVE:uint = 11A simple arrow with a concave head.
This arrow type is only supported by the yFiles FLEX client and yFiles for Java (2.7 and higher)
| CONVEX | Constant |
public static const CONVEX:uint = 12A simple arrow with a concave head.
This arrow type is only supported by the yFiles FLEX client and yFiles for Java (2.7 and higher)
| CROSS | Constant |
public static const CROSS:uint = 9A cross shaped arrow.
This arrow type is only supported by the yFiles FLEX client and yFiles.NET
| CUSTOM | Constant |
public static const CUSTOM:uint = 7Custom arrow.
| DASH | Constant |
public static const DASH:uint = 15A dash near the end of the edge.
This arrow type is only supported by the yFiles FLEX client and yFiles for Java (2.7 and higher)
| DEFAULT | Constant |
public static const DEFAULT:uint = 2Default arrow
| DELTA | Constant |
public static const DELTA:uint = 6Triangular arrow.
This arrow type is only supported by the yFiles FLEX client and yFiles Java.
| DIAMOND | Constant |
public static const DIAMOND:uint = 5Diamond shaped arrow
| NONE | Constant |
public static const NONE:uint = 1No arrow
| SHORT | Constant |
public static const SHORT:uint = 8A short and broad arrow.
| SIMPLE | Constant |
public static const SIMPLE:uint = 10A simple arrow.
This arrow type is only supported by the yFiles FLEX client, yFiles.NET, and yFiles for Java (2.7 and higher).
| SKEWED_DASH | Constant |
public static const SKEWED_DASH:uint = 13A slanted dash near the end of the edge.
This arrow type is only supported by the yFiles FLEX client and yFiles for Java (2.7 and higher)
| SPEARHEAD | Constant |
public static const SPEARHEAD:uint = 3An arrow shaped like a spearhead
This arrow type is only supported by the yFiles FLEX client. It is not available in yFiles for Java or yFiles.NET.
| T_SHAPE | Constant |
public static const T_SHAPE:uint = 14A dash at the end of the edge. The edge ends a few pixels away from its target.
This arrow type is only supported by the yFiles FLEX client and yFiles for Java (2.7 and higher)