public final class Arrow extends SingleAttributes<String>
| Modifier and Type | Class and Description |
|---|---|
static class |
Arrow.DirType |
| 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(Arrow arrow) |
Attributes |
config(double size,
Arrow.DirType type) |
Attributes |
dir(Arrow.DirType type) |
Arrow |
left() |
Arrow |
open() |
Arrow |
right() |
Attributes |
size(double size) |
Arrow |
tail() |
applyTo, key, valueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyTo, attr, attrs, isEmptypublic static final Arrow BOX
public static final Arrow CROW
public static final Arrow CURVE
public static final Arrow DIAMOND
public static final Arrow DOT
public static final Arrow ICURVE
public static final Arrow INV
public static final Arrow NONE
public static final Arrow NORMAL
public static final Arrow TEE
public static final Arrow VEE
public Arrow tail()
public Arrow open()
public Arrow left()
public Arrow right()
public Attributes size(double size)
public Attributes dir(Arrow.DirType type)
public Attributes config(double size, Arrow.DirType type)
Copyright © 2015–2017. All rights reserved.