Class XYSquarifier

java.lang.Object
org.jzy3d.plot3d.transform.squarifier.XYSquarifier
All Implemented Interfaces:
ISquarifier

public class XYSquarifier extends Object implements ISquarifier
XY square, YZ correct aspect ratio
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    scale(float xRange, float yRange, float zRange)
    Return a 3D scaling factor to set the aspect ratio of the axes The parameters are the current ranges of the x,y and z axes, and can be used to connection between the length of the axes and the values of the axes or to change the relative lengths.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • XYSquarifier

      public XYSquarifier()
  • Method Details

    • scale

      public Coord3d scale(float xRange, float yRange, float zRange)
      Description copied from interface: ISquarifier
      Return a 3D scaling factor to set the aspect ratio of the axes The parameters are the current ranges of the x,y and z axes, and can be used to connection between the length of the axes and the values of the axes or to change the relative lengths.
      Specified by:
      scale in interface ISquarifier
      Returns:
      scaling