Packagecom.yworks.graph.drawing
Classpublic class ArrowType
InheritanceArrowType Inheritance Object

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

CONCAVEConstant 
public static const CONCAVE:uint = 11

A 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)

CONVEXConstant 
public static const CONVEX:uint = 12

A 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)

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.

DASHConstant 
public static const DASH:uint = 15

A 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)

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, yFiles.NET, and yFiles for Java (2.7 and higher).

SKEWED_DASHConstant 
public static const SKEWED_DASH:uint = 13

A 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)

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.

T_SHAPEConstant 
public static const T_SHAPE:uint = 14

A 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)