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.pickable   
org.jzy3d.plot3d.primitives.textured   
org.jzy3d.plot3d.text.drawable   
org.jzy3d.plot3d.text.drawable.cells   
 

Uses of PlaneAxis in org.jzy3d.maths
 

Methods in org.jzy3d.maths that return PlaneAxis
static PlaneAxis PlaneAxis.valueOf(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.pickable
 

Constructors in org.jzy3d.plot3d.primitives.pickable 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, List<Coord2d> coords)
           
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
           
 

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

Fields in org.jzy3d.plot3d.primitives.textured declared as PlaneAxis
protected  PlaneAxis DrawableTexture.orientation
           
 

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, List<Coord2d> coords)
           
DrawableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
           
 

Uses of PlaneAxis in org.jzy3d.plot3d.text.drawable
 

Constructors in org.jzy3d.plot3d.text.drawable with parameters of type PlaneAxis
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation)
           
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)
           
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
           
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)
           
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
           
 

Uses of PlaneAxis in org.jzy3d.plot3d.text.drawable.cells
 

Constructors in org.jzy3d.plot3d.text.drawable.cells with parameters of type PlaneAxis
DrawableTextCell(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)