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 IAxisChartFactory. newAxe(BoundingBox3d box, View view)IAxisIChartFactory. 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 classAxisBox2d -
Uses of IAxis in org.jzy3d.plot3d.primitives.axis
Classes in org.jzy3d.plot3d.primitives.axis that implement IAxis Modifier and Type Class Description classAxisBaseAn AxeBase provide a simple 3-segment object which is configured by a BoundingBox.classAxisBoxTheAxisBoxdisplays a box with front face invisible and ticks labels.classAxisBoxWithTxtRendererThe AxeBox displays a box with front face invisible and ticks labels.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. -
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 IAxisView. axisMethods in org.jzy3d.plot3d.rendering.view that return IAxis Modifier and Type Method Description IAxisView. getAxis()Methods in org.jzy3d.plot3d.rendering.view with parameters of type IAxis Modifier and Type Method Description protected voidView. renderAxeBox(IAxis axe, Scene scene, Camera camera, Coord3d scaling, boolean axeBoxDisplayed)voidView. setAxis(IAxis axis)
-