public interface ScaledAxis
Axes that have both size and scale.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Get the scale of this axis.
    Get the size of this axis.
  • Method Details

    • getSize

      Size getSize()
      Get the size of this axis.
      Returns:
      The size.
    • getScale

      double getScale()
      Get the scale of this axis.
      Returns:
      The scale (might be constant).