Class Range


  • public class Range
    extends Object
    • Method Detail

      • getMin

        public Object getMin()
        Returns:
        the min
      • setMin

        public void setMin​(Object min)
        Parameters:
        min - the min to set
      • getMax

        public Object getMax()
        Returns:
        the max
      • setMax

        public void setMax​(Object max)
        Parameters:
        max - the max to set
      • getToFilterProperty

        public String getToFilterProperty()
        Returns:
        the toFilterProperty
      • setToFilterProperty

        public void setToFilterProperty​(String toFilterProperty)
        Parameters:
        toFilterProperty - the toFilterProperty to set
      • getToAssignColor

        public Color getToAssignColor()
        Returns:
        the toAssignColor
      • setToAssignColor

        public void setToAssignColor​(Color toAssignColor)
        Parameters:
        toAssignColor - the toAssignColor to set