| Package | flare.vis.data.render |
| Class | public class ArrowType |
| Method | Defined by | ||
|---|---|---|---|
|
This constructor will throw an error, as this is an abstract class.
| ArrowType | ||
| Constant | Defined by | ||
|---|---|---|---|
| LINES : String = "lines" [static] Indicates that two lines should be used to draw the arrow head.
| ArrowType | ||
| NONE : String = "none" [static] Indicates that no arrows should be drawn.
| ArrowType | ||
| TRIANGLE : String = "triangle" [static] Indicates that a closed triangular arrow head should be drawn.
| ArrowType | ||
| ArrowType | () | constructor |
public function ArrowType()This constructor will throw an error, as this is an abstract class.
| LINES | constant |
public static const LINES:String = "lines"Indicates that two lines should be used to draw the arrow head.
| NONE | constant |
public static const NONE:String = "none"Indicates that no arrows should be drawn.
| TRIANGLE | constant |
public static const TRIANGLE:String = "triangle"Indicates that a closed triangular arrow head should be drawn.