Class ScaleFloatFunction.ScaleInfo

  • Enclosing class:
    ScaleFloatFunction

    private static class ScaleFloatFunction.ScaleInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) float maxVal  
      (package private) float minVal  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ScaleInfo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • minVal

        float minVal
      • maxVal

        float maxVal
    • Constructor Detail

      • ScaleInfo

        private ScaleInfo()