All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CH.ifa.draw.util.Filler

CH.ifa.draw.util.Filler

public class Filler
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()
 o getPreferredSize
 public Dimension getPreferredSize()
 o getBackground
 public Color getBackground()

All Packages  Class Hierarchy  This Package  Previous  Next  Index