Uses of Class
org.jzy3d.maths.PlaneAxis

Packages that use PlaneAxis
org.jzy3d.maths Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions. 
org.jzy3d.plot3d.primitives.graphs.nodes   
org.jzy3d.plot3d.primitives.textured   
 

Uses of PlaneAxis in org.jzy3d.maths
 

Methods in org.jzy3d.maths that return PlaneAxis
static PlaneAxis PlaneAxis.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PlaneAxis[] PlaneAxis.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PlaneAxis in org.jzy3d.plot3d.primitives.graphs.nodes
 

Constructors in org.jzy3d.plot3d.primitives.graphs.nodes with parameters of type PlaneAxis
PickableTexture(SharedTexture resource, PlaneAxis orientation)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)
           
 

Uses of PlaneAxis in org.jzy3d.plot3d.primitives.textured
 

Constructors in org.jzy3d.plot3d.primitives.textured with parameters of type PlaneAxis
DrawableTexture(SharedTexture resource, PlaneAxis orientation)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color filter)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, java.util.List<Coord2d> coords, Color filter)