Uses of Class
org.jzy3d.maths.PlaneAxis
-
Packages that use PlaneAxis Package Description 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.primitives.volume.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 Modifier and Type Method Description 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 Constructor Description PickableTexture(SharedTexture resource, PlaneAxis orientation)
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
PickableTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
-
Uses of PlaneAxis in org.jzy3d.plot3d.primitives.textured
Fields in org.jzy3d.plot3d.primitives.textured declared as PlaneAxis Modifier and Type Field Description protected PlaneAxis
NativeDrawableImage. orientation
Constructors in org.jzy3d.plot3d.primitives.textured with parameters of type PlaneAxis Constructor Description NativeDrawableImage(SharedTexture resource, PlaneAxis orientation)
NativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue)
NativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)
NativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
NativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, Color filter)
-
Uses of PlaneAxis in org.jzy3d.plot3d.primitives.volume.textured
Constructors in org.jzy3d.plot3d.primitives.volume.textured with parameters of type PlaneAxis Constructor Description AWTNativeDrawableImage(Shape shape, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation)
AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue)
AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)
AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
AWTNativeDrawableImage(SharedTexture resource, PlaneAxis orientation, float axisValue, Color filter)
-
Uses of PlaneAxis in org.jzy3d.plot3d.text.drawable
Constructors in org.jzy3d.plot3d.text.drawable with parameters of type PlaneAxis Constructor Description DrawableTextTexture(SharedTexture resource, PlaneAxis orientation)
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue)
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords)
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
DrawableTextTexture(SharedTexture resource, PlaneAxis orientation, float axisValue, Color color)
-
Uses of PlaneAxis in org.jzy3d.plot3d.text.drawable.cells
Constructors in org.jzy3d.plot3d.text.drawable.cells with parameters of type PlaneAxis Constructor Description DrawableTextCell(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)
-