Uses of Class
com.iwolverton.smartbeetle.Axis
-
Packages that use Axis Package Description com.iwolverton.smartbeetle -
-
Uses of Axis in com.iwolverton.smartbeetle
Methods in com.iwolverton.smartbeetle that return Axis Modifier and Type Method Description AxisDirection. getAxis()whether this is an x-axis or y-axis directionAxisAxis. opposite()static AxisAxis. valueOf(String name)Returns the enum constant of this type with the specified name.static Axis[]Axis. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.iwolverton.smartbeetle with parameters of type Axis Modifier and Type Method Description static DirectionDirection. forAxis(Axis axis, int sign)Get the direction that has the given sign on the given axis.
-