public class Arrow
extends SingleAttributes
| Modifier and Type | Field and Description |
|---|---|
static Arrow |
BOX |
static Arrow |
CROW |
static Arrow |
CURVE |
static Arrow |
DIAMOND |
static Arrow |
DOT |
static Arrow |
ICURVE |
static Arrow |
INV |
static Arrow |
NONE |
static Arrow |
NORMAL |
static Arrow |
TEE |
static Arrow |
VEE |
key, value| Modifier and Type | Method and Description |
|---|---|
Arrow |
and() |
Attributes |
config() |
Attributes |
dir() |
Arrow |
left() |
Arrow |
open() |
Arrow |
right() |
Attributes |
size() |
Arrow |
tail() |
applyTo, key, valuepublic static Arrow BOX
public static Arrow CROW
public static Arrow CURVE
public static Arrow DIAMOND
public static Arrow DOT
public static Arrow ICURVE
public static Arrow INV
public static Arrow NONE
public static Arrow NORMAL
public static Arrow TEE
public static Arrow VEE
public Arrow tail()
public Arrow open()
public Arrow left()
public Arrow right()
public Arrow and()
public Attributes size()
public Attributes dir()
public Attributes config()