cookxml.cookswing.helper
Class EmptyBorderHelper

java.lang.Object
  extended bycookxml.cookswing.helper.EmptyBorderHelper
All Implemented Interfaces:
Helper, NoAdd

public class EmptyBorderHelper
extends Object
implements Helper

Helper class for constructing an EmptyBorder object.

Since:
CookSwing 1.0
See Also:
EmptyBorder

Field Summary
 int bottom
           
 Insets insets
           
 int left
           
 int right
           
 int top
           
 
Constructor Summary
EmptyBorderHelper()
           
 
Method Summary
 void add(Insets insets)
           
 Object getFinalObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

top

public int top

left

public int left

bottom

public int bottom

right

public int right

insets

public Insets insets
Constructor Detail

EmptyBorderHelper

public EmptyBorderHelper()
Method Detail

getFinalObject

public Object getFinalObject()
Specified by:
getFinalObject in interface Helper

add

public void add(Insets insets)