Uses of Class
org.psychomad.psycholib.j3d.axis.Axis.LINE_TYPES

Packages that use Axis.LINE_TYPES
org.psychomad.psycholib.j3d.axis Provides for use prebuild basic axis in your J3D scene 
 

Uses of Axis.LINE_TYPES in org.psychomad.psycholib.j3d.axis
 

Methods in org.psychomad.psycholib.j3d.axis that return Axis.LINE_TYPES
static Axis.LINE_TYPES Axis.LINE_TYPES.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Axis.LINE_TYPES[] Axis.LINE_TYPES.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.psychomad.psycholib.j3d.axis with parameters of type Axis.LINE_TYPES
Axis(float length, boolean showLabels, Axis.LINE_TYPES lineType)
          Create the 3 axis (oX,oY,oZ) with specified length.
 



Copyright 2006 null. All Rights Reserved.