|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Axis.Direction | |
|---|---|
| org.cts.cs | |
| Uses of Axis.Direction in org.cts.cs |
|---|
| Methods in org.cts.cs that return Axis.Direction | |
|---|---|
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. |
| Methods in org.cts.cs with parameters of type Axis.Direction | |
|---|---|
static Axis |
Axis.getAxis(Axis.Direction dir,
String name)
|
| Constructors in org.cts.cs with parameters of type Axis.Direction | |
|---|---|
Axis(String name,
Axis.Direction dir)
Create a new Axis. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||