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 ISquarifierView. getSquarifier()Methods in org.jzy3d.plot3d.rendering.view with parameters of type ISquarifier Modifier and Type Method Description voidView. 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 classXYSquarifierXY square, YZ correct aspect ratioclassXZSquarifierXZ square, XY correct aspect ratioclassYXSquarifierXY square, XZ correct aspect ratioclassYZSquarifierZY square, XY correct aspect ratioclassZXSquarifierXZ square, YZ correct aspect ratioclassZYSquarifierYZ square, XZ correct aspect ratio
-