edu.toronto.cs.util.gui
Class StandardFiller

java.lang.Object
  extended by edu.toronto.cs.util.gui.StandardFiller

public class StandardFiller
extends java.lang.Object

The standard fillers for our GUI.


Method Summary
static int getSize()
          Get the value of STANDARD_FILLER_SIZE.
static javax.swing.border.Border makeEmptyBorder()
           
static java.awt.Component makeHstrut()
           
static java.awt.Component makeLongHstrut()
           
static java.awt.Component makeLongVstrut()
           
static java.awt.Component makeVstrut()
           
static javax.swing.border.Border makeWideEmptyBorder()
           
static void setSize(int v)
          Set the value of STANDARD_FILLER_SIZE.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

makeVstrut

public static java.awt.Component makeVstrut()

makeLongVstrut

public static java.awt.Component makeLongVstrut()

makeHstrut

public static java.awt.Component makeHstrut()

makeLongHstrut

public static java.awt.Component makeLongHstrut()

makeEmptyBorder

public static javax.swing.border.Border makeEmptyBorder()

makeWideEmptyBorder

public static javax.swing.border.Border makeWideEmptyBorder()

getSize

public static int getSize()
Get the value of STANDARD_FILLER_SIZE.

Returns:
value of STANDARD_FILLER_SIZE.

setSize

public static void setSize(int v)
Set the value of STANDARD_FILLER_SIZE.

Parameters:
v - Value to assign to STANDARD_FILLER_SIZE.