javax.swing
public static class Box.Filler extends JComponent implements Accessible
| Nested Class Summary | |
|---|---|
| protected class | Box.Filler.AccessibleBoxFiller
Provides accessibility support for Box.Filler. |
| Constructor Summary | |
|---|---|
| Filler(Dimension min, Dimension pref, Dimension max)
Creates a new instance of Filler.
| |
| Method Summary | |
|---|---|
| void | changeShape(Dimension min, Dimension pref, Dimension max)
Changes the dimensions of this Filler.
|
| AccessibleContext | getAccessibleContext() |
| Dimension | getMaximumSize()
Returns the maximum size of this Filler.
|
| Dimension | getMinimumSize()
Returns the minimum size of this Filler.
|
| Dimension | getPreferredSize()
Returns the preferred size of this Filler.
|
Parameters: min the minimum size of the filler. pref the preferred size of the filler. max the maximum size of the filler.
Parameters: min the new minimum size of the filler. pref the new preferred size of the filler. max the new maximum size of the filler.
Returns: the maximum size of this Filler.
Returns: the minimum size of this Filler.
Returns: the preferred size of this Filler.