| Modifier and Type | Method and Description |
|---|---|
Direction |
Direction.clockwise() |
static Direction |
Direction.fromChar(char c) |
static Direction |
Direction.fromVector(Point2D p1,
Point2D p2) |
static Direction |
StringUtils.getArrowDirection(String s) |
Direction |
Direction.getInv() |
static Direction |
StringUtils.getQueueDirection(String s) |
static Direction |
Direction.leftOrRight(Point2D p1,
Point2D p2) |
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Direction |
ConditionalContext.getDirection() |
| Constructor and Description |
|---|
ConditionalContext(ConditionalContext parent,
IEntity branch,
Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
static UPolygon |
Arrows.asTo(Direction direction) |
void |
WormTexted.drawInternalOneColor(UGraphic ug,
HtmlColorAndStyle color,
double stroke,
Direction emphasizeDirection,
UPolygon endDecoration) |
void |
Worm.drawInternalOneColor(UGraphic ug,
HtmlColorAndStyle color,
double stroke,
Direction emphasizeDirection,
UPolygon endDecoration) |
void |
Snake.emphasizeDirection(Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
Direction |
Position.reverseDirection() |
| Constructor and Description |
|---|
TextBlockArrow(Direction arrow,
FontConfiguration fontConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
static UPolygon |
Arrows.asTo(Direction direction) |
double |
TaskDraw.getY(Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
void |
Opale.setOpale(Direction strategy,
Point2D pp1,
Point2D pp2) |
Copyright © 2017. All rights reserved.