Uses of Interface
org.jzy3d.plot3d.transform.squarifier.ISquarifier
-
Packages that use ISquarifier Package Description org.jzy3d.plot3d.rendering.view org.jzy3d.plot3d.transform.squarifier -
-
Uses of ISquarifier in org.jzy3d.plot3d.rendering.view
Methods in org.jzy3d.plot3d.rendering.view that return ISquarifier Modifier and Type Method Description ISquarifier
View. getSquarifier()
Methods in org.jzy3d.plot3d.rendering.view with parameters of type ISquarifier Modifier and Type Method Description void
View. setSquarifier(ISquarifier squarifier)
-
Uses of ISquarifier in org.jzy3d.plot3d.transform.squarifier
Classes in org.jzy3d.plot3d.transform.squarifier that implement ISquarifier Modifier and Type Class Description class
XYSquarifier
XY square, YZ correct aspect ratioclass
XZSquarifier
XZ square, XY correct aspect ratioclass
YXSquarifier
XY square, XZ correct aspect ratioclass
YZSquarifier
ZY square, XY correct aspect ratioclass
ZXSquarifier
XZ square, YZ correct aspect ratioclass
ZYSquarifier
YZ square, XZ correct aspect ratio
-