| Package | Description |
|---|---|
| org.cts.cs |
| Modifier and Type | Method and Description |
|---|---|
Axis.Direction |
Axis.getDirection()
Return the direction of this Axis (NORTH, SOUTH, EAST, WEST or OTHER).
|
static Axis.Direction |
Axis.getDirection(String dir)
Return the direction correpsonding to the string in parameter.
|
static Axis.Direction |
Axis.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Axis.Direction[] |
Axis.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Axis |
Axis.getAxis(Axis.Direction dir,
String name) |
| Constructor and Description |
|---|
Axis(String name,
Axis.Direction dir)
Create a new Axis.
|
Copyright © 2019 CNRS. All rights reserved.