Class MapScaleBar.ScaleBarLengthAndValue

  • Enclosing class:
    MapScaleBar

    protected static class MapScaleBar.ScaleBarLengthAndValue
    extends java.lang.Object
    Internal class used by calculateScaleBarLengthAndValue
    • Constructor Summary

      Constructors 
      Constructor Description
      ScaleBarLengthAndValue​(int scaleBarLength, int scaleBarValue)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • scaleBarLength

        public int scaleBarLength
      • scaleBarValue

        public int scaleBarValue
    • Constructor Detail

      • ScaleBarLengthAndValue

        public ScaleBarLengthAndValue​(int scaleBarLength,
                                      int scaleBarValue)