Uses of Enum
org.jzy3d.maths.PlaneAxis
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of PlaneAxis in org.jzy3d.maths
-
Uses of PlaneAxis in org.jzy3d.plot3d.primitives.pickable
ModifierConstructorDescriptionPickableTexture
(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
ModifierConstructorDescriptionNativeDrawableImage
(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
ModifierConstructorDescriptionAWTNativeDrawableImage
(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
ModifierConstructorDescriptionDrawableTextTexture
(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
ModifierConstructorDescriptionDrawableTextCell
(SharedTexture resource, PlaneAxis orientation, float axisValue, List<Coord2d> coords, Color filter)