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.


Constructor Index

 o Filler(int, int)
 o Filler(int, int, Color)

Method Index

 o getBackground()
 o getMinimumSize()
 o getPreferredSize()

Constructors

 o Filler
 public Filler(int width,
               int height)
 o Filler
 public Filler(int width,
               int height,
               Color background)

Methods

 o getMinimumSize
 public Dimension getMinimumSize()
Overrides:
getMinimumSize in class Component
 o getPreferredSize
 public Dimension getPreferredSize()
Overrides:
getPreferredSize in class Component
 o getBackground
 public Color getBackground()
Overrides:
getBackground in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index