Uses of Class
org.jzy3d.plot3d.primitives.axis.AxisBox
-
Packages that use AxisBox Package Description org.jzy3d.chart.factories org.jzy3d.chart2d org.jzy3d.plot3d.primitives.axis org.jzy3d.plot3d.primitives.axis.annotations -
-
Uses of AxisBox in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return AxisBox Modifier and Type Method Description AxisBoxContourChartFactory. newAxe(BoundingBox3d box, View view) -
Uses of AxisBox in org.jzy3d.chart2d
Subclasses of AxisBox in org.jzy3d.chart2d Modifier and Type Class Description classAxisBox2d -
Uses of AxisBox in org.jzy3d.plot3d.primitives.axis
Subclasses of AxisBox in org.jzy3d.plot3d.primitives.axis Modifier and Type Class Description classContourAxisBoxAn axe box for displaying a contour map that remains on bottom of the box, whatever the box scale is.classFeedbackBufferAxisBoxThisAxisBoximplementation was the first to appear in Jzy3d.Fields in org.jzy3d.plot3d.primitives.axis declared as AxisBox Modifier and Type Field Description protected AxisBoxAxisLabelProcessor. axisprotected AxisBoxAxisTickProcessor. axisConstructors in org.jzy3d.plot3d.primitives.axis with parameters of type AxisBox Constructor Description AxisLabelProcessor(AxisBox axis)AxisTickProcessor(AxisBox axis) -
Uses of AxisBox in org.jzy3d.plot3d.primitives.axis.annotations
Methods in org.jzy3d.plot3d.primitives.axis.annotations with parameters of type AxisBox Modifier and Type Method Description voidAxeAnnotation. draw(IPainter painter, AxisBox axe)voidAxeCrossAnnotation. draw(IPainter painter, AxisBox axe)voidAxeXLineAnnotation. draw(IPainter painter, AxisBox axe)voidAxeYLineAnnotation. draw(IPainter painter, AxisBox axe)
-