Package de.sciss.gui

Class SpringPanel.ComponentHeightRatioSpring

  • Enclosing class:
    SpringPanel

    public static class SpringPanel.ComponentHeightRatioSpring
    extends javax.swing.Spring
    • Field Summary

      • Fields inherited from class javax.swing.Spring

        UNSET
    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentHeightRatioSpring​(java.awt.Component c, int nom, int div)  
    • Constructor Detail

      • ComponentHeightRatioSpring

        public ComponentHeightRatioSpring​(java.awt.Component c,
                                          int nom,
                                          int div)
    • Method Detail

      • getMinimumValue

        public int getMinimumValue()
        Specified by:
        getMinimumValue in class javax.swing.Spring
      • getPreferredValue

        public int getPreferredValue()
        Specified by:
        getPreferredValue in class javax.swing.Spring
      • getMaximumValue

        public int getMaximumValue()
        Specified by:
        getMaximumValue in class javax.swing.Spring
      • getValue

        public int getValue()
        Specified by:
        getValue in class javax.swing.Spring
      • setValue

        public void setValue​(int value)
        Specified by:
        setValue in class javax.swing.Spring