Class NiceSliderGroup

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean add​(NiceGroupedSlider e)  
      double getConstantSum()  
      java.awt.Dimension getRequiredTitleDimension()  
      boolean isKeepConstant()  
      void setConstantSum​(double constantSum)  
      void setKeepConstant​(boolean keepConstant)  
      • Methods inherited from class java.util.HashSet

        clear, clone, contains, isEmpty, iterator, remove, size, spliterator
      • Methods inherited from class java.util.AbstractSet

        equals, hashCode, removeAll
      • Methods inherited from class java.util.AbstractCollection

        addAll, containsAll, retainAll, toArray, toArray, toString
      • Methods inherited from class java.lang.Object

        finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Collection

        parallelStream, removeIf, stream, toArray
      • Methods inherited from interface java.lang.Iterable

        forEach
      • Methods inherited from interface java.util.Set

        addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
    • Constructor Detail

      • NiceSliderGroup

        public NiceSliderGroup()
      • NiceSliderGroup

        public NiceSliderGroup​(boolean keepConstant,
                               double constantSum)
      • NiceSliderGroup

        public NiceSliderGroup​(java.util.Set<NiceGroupedSlider> sliders)
    • Method Detail

      • getRequiredTitleDimension

        public java.awt.Dimension getRequiredTitleDimension()
      • isKeepConstant

        public boolean isKeepConstant()
      • setKeepConstant

        public void setKeepConstant​(boolean keepConstant)
      • getConstantSum

        public double getConstantSum()
      • setConstantSum

        public void setConstantSum​(double constantSum)