Package de.sciss.gui
Class SpringPanel.ComponentWidthRatioSpring
- java.lang.Object
-
- javax.swing.Spring
-
- de.sciss.gui.SpringPanel.ComponentWidthRatioSpring
-
- Enclosing class:
- SpringPanel
public static class SpringPanel.ComponentWidthRatioSpring extends javax.swing.Spring
-
-
Constructor Summary
Constructors Constructor Description ComponentWidthRatioSpring(java.awt.Component c, int nom, int div)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaximumValue()intgetMinimumValue()intgetPreferredValue()intgetValue()voidsetValue(int value)
-
-
-
Method Detail
-
getMinimumValue
public int getMinimumValue()
- Specified by:
getMinimumValuein classjavax.swing.Spring
-
getPreferredValue
public int getPreferredValue()
- Specified by:
getPreferredValuein classjavax.swing.Spring
-
getMaximumValue
public int getMaximumValue()
- Specified by:
getMaximumValuein classjavax.swing.Spring
-
getValue
public int getValue()
- Specified by:
getValuein classjavax.swing.Spring
-
setValue
public void setValue(int value)
- Specified by:
setValuein classjavax.swing.Spring
-
-