KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > Spring

javax.swing
Class Spring

java.lang.Object
  extended by javax.swing.Spring
See Also:
Top Examples, Source Code, XMLEncoder, sum(javax.swing.Spring, javax.swing.Spring), SpringLayout, SpringLayout.Constraints

public static Spring constant(int pref)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Spring constant(int min,
                              int pref,
                              int max)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int getMaximumValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int getMinimumValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int getPreferredValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int getValue()
See Also:
setValue(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Spring height(Component c)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Spring max(Spring s1,
                         Spring s2)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Spring minus(Spring s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Spring scale(Spring s,
                           float factor)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void setValue(int value)
See Also:
getValue()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected Spring()
See Also:
SpringLayout.Constraints, sum(javax.swing.Spring, javax.swing.Spring), minus(javax.swing.Spring), max(javax.swing.Spring, javax.swing.Spring), constant(int, int, int), constant(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Spring sum(Spring s1,
                         Spring s2)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int UNSET
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static Spring width(Component c)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags