| Package | com.yworks.graph.drawing |
| Class | public class ArrowType |
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 | ||
| CROSS : uint = 9 [static]
A cross shaped arrow.
| ArrowType | ||
| CUSTOM : uint = 7 [static]
Custom arrow.
| 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 | ||
| SPEARHEAD : uint = 3 [static]
An arrow shaped like a spearhead
This arrow type is only supported by the yFiles FLEX client. | 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
| 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.
| 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 and yFiles.NET
| 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.