Searched defs:getMinimumValue (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DSpring.java154 public abstract int getMinimumValue(); method in class:Spring
189 return contract ? (getPreferredValue() - getMinimumValue()) :
252 public int getMinimumValue() { method in class:Spring.StaticSpring
275 public int getMinimumValue() { method in class:Spring.NegativeSpring
284 return -s.getMinimumValue();
311 public int getMinimumValue() { method in class:Spring.ScaleSpring
312 return Math.round((factor < 0 ? s.getMaximumValue() : s.getMinimumValue()) * factor);
320 return Math.round((factor < 0 ? s.getMinimumValue() : s.getMaximumValue()) * factor);
347 public int getMinimumValue() { method in class:Spring.WidthSpring
370 public int getMinimumValue() { method in class:Spring.HeightSpring
394 public int getMinimumValue() { method in class:Spring.SpringMap
448 public int getMinimumValue() { method in class:Spring.CompoundSpring
[all...]
H A DSpringLayout.java850 public int getMinimumValue() { method in class:SpringLayout.SpringProxy
851 return getConstraint().getMinimumValue();
966 return addInsets(abandonCycles(pc.getWidth()).getMinimumValue(),
967 abandonCycles(pc.getHeight()).getMinimumValue(),

Completed in 44 milliseconds