Uses of Interface
org.jzy3d.plot3d.primitives.axis.IAxis
-
Packages that use IAxis Package Description org.jzy3d.chart.factories org.jzy3d.chart2d org.jzy3d.plot3d.primitives.axis org.jzy3d.plot3d.rendering.view -
-
Uses of IAxis in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return IAxis Modifier and Type Method Description IAxis
ChartFactory. newAxe(BoundingBox3d box, View view)
IAxis
IChartFactory. newAxe(BoundingBox3d box, View view)
-
Uses of IAxis in org.jzy3d.chart2d
Classes in org.jzy3d.chart2d that implement IAxis Modifier and Type Class Description class
AxisBox2d
-
Uses of IAxis in org.jzy3d.plot3d.primitives.axis
Classes in org.jzy3d.plot3d.primitives.axis that implement IAxis Modifier and Type Class Description class
AxisBase
An AxeBase provide a simple 3-segment object which is configured by a BoundingBox.class
AxisBox
TheAxisBox
displays a box with front face invisible and ticks labels.class
ContourAxisBox
An axe box for displaying a contour map that remains on bottom of the box, whatever the box scale is.class
FeedbackBufferAxisBox
ThisAxisBox
implementation was the first to appear in Jzy3d. -
Uses of IAxis in org.jzy3d.plot3d.rendering.view
Fields in org.jzy3d.plot3d.rendering.view declared as IAxis Modifier and Type Field Description protected IAxis
View. axis
Methods in org.jzy3d.plot3d.rendering.view that return IAxis Modifier and Type Method Description IAxis
View. getAxis()
Methods in org.jzy3d.plot3d.rendering.view with parameters of type IAxis Modifier and Type Method Description protected void
View. renderAxeBox(IAxis axe, Scene scene, Camera camera, Coord3d scaling, boolean axeBoxDisplayed)
void
View. setAxis(IAxis axis)
-