All Packages Class Hierarchy This Package Previous Next Index
Class CH.ifa.draw.util.Filler
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----CH.ifa.draw.util.Filler
- public class Filler
- extends Canvas
A component that can be used to reserve white space in a layout.
-
Filler(int, int)
-
-
Filler(int, int, Color)
-
-
getBackground()
-
-
getMinimumSize()
-
-
getPreferredSize()
-
Filler
public Filler(int width,
int height)
Filler
public Filler(int width,
int height,
Color background)
getMinimumSize
public Dimension getMinimumSize()
- Overrides:
- getMinimumSize in class Component
getPreferredSize
public Dimension getPreferredSize()
- Overrides:
- getPreferredSize in class Component
getBackground
public Color getBackground()
- Overrides:
- getBackground in class Component
All Packages Class Hierarchy This Package Previous Next Index