Class ZoneSpec.RampSpec

  • Enclosing class:
    ZoneSpec

    public static class ZoneSpec.RampSpec
    extends java.lang.Object
    Specification for colour ramp display options.
    • Constructor Summary

      Constructors 
      Constructor Description
      RampSpec​(double crowding, java.lang.String label)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getCrowding()
      Returns axis tick crowding factor.
      java.lang.String getLabel()
      Returns axis text label.
      • Methods inherited from class java.lang.Object

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

      • RampSpec

        public RampSpec​(double crowding,
                        java.lang.String label)
        Constructor.
        Parameters:
        crowding - tick crowding indicator, 1 is normal
        label - axis text label
    • Method Detail

      • getCrowding

        public double getCrowding()
        Returns axis tick crowding factor.
        Returns:
        crowding factor, 1 is normal
      • getLabel

        public java.lang.String getLabel()
        Returns axis text label.
        Returns:
        axis text label