Searched refs:VerticalBagLayout (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/awt/
H A DVerticalBagLayout.java37 public class VerticalBagLayout implements LayoutManager { class in inherits:LayoutManager
42 * Constructs a new VerticalBagLayout.
44 public VerticalBagLayout() { method in class:VerticalBagLayout
49 * Constructs a VerticalBagLayout with the specified gaps.
52 public VerticalBagLayout(int vgap) { method in class:VerticalBagLayout
128 * constraints of the VerticalBagLayout object.
153 * Returns the String representation of this VerticalBagLayout's values.

Completed in 39 milliseconds