Uses of Enum
org.jzy3d.maths.PlaneAxis
Packages that use PlaneAxis
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of PlaneAxis in org.jzy3d.maths
Methods in org.jzy3d.maths that return PlaneAxis -
Uses of PlaneAxis in org.jzy3d.plot3d.primitives.pickable
Constructors in org.jzy3d.plot3d.primitives.pickable with parameters of type PlaneAxisModifierConstructorDescriptionPickableTexture
(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 PlaneAxisConstructors in org.jzy3d.plot3d.primitives.textured with parameters of type PlaneAxisModifierConstructorDescriptionNativeDrawableImage
(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 PlaneAxisModifierConstructorDescriptionAWTNativeDrawableImage
(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 PlaneAxisModifierConstructorDescriptionDrawableTextTexture
(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 PlaneAxisModifierConstructorDescriptionDrawableTextCell
(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)