Packagecom.yworks.graph.drawing
Classpublic class ArrowType

Predefines some arrow types that can be used together with ArrowPaintable.create(uint,IPoint,IPoint,IStroke,IFill)



Public Constants
 ConstantDefined 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
Constant detail
CIRCLEconstant
public static const CIRCLE:uint = 4

Circular arrow

This arrow type is only supported by the yFiles FLEX client and yFiles for .NET

CROSSconstant 
public static const CROSS:uint = 9

A cross shaped arrow.

This arrow type is only supported by the yFiles FLEX client and yFiles.NET

CUSTOMconstant 
public static const CUSTOM:uint = 7

Custom arrow.

DEFAULTconstant 
public static const DEFAULT:uint = 2

Default arrow

DELTAconstant 
public static const DELTA:uint = 6

Triangular arrow.

This arrow type is only supported by the yFiles FLEX client and yFiles Java.

DIAMONDconstant 
public static const DIAMOND:uint = 5

Diamond shaped arrow

NONEconstant 
public static const NONE:uint = 1

No arrow

SHORTconstant 
public static const SHORT:uint = 8

A short and broad arrow.

SIMPLEconstant 
public static const SIMPLE:uint = 10

A simple arrow.

This arrow type is only supported by the yFiles FLEX client and yFiles.NET

SPEARHEADconstant 
public static const SPEARHEAD:uint = 3

An 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.