cookxml.cookswing.helper
Class MatteBorderHelper

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

public class MatteBorderHelper
extends Object
implements Helper

Helper class for constructing a MatteBorder object.

Since:
CookSwing 1.0
See Also:
MatteBorder

Field Summary
 int bottom
           
 Insets insets
           
 int left
           
 Color matteColor
           
 int right
           
 Icon tileIcon
           
 int top
           
 
Constructor Summary
MatteBorderHelper()
           
 
Method Summary
 void add(Color color)
           
 void add(Icon icon)
           
 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

matteColor

public Color matteColor

tileIcon

public Icon tileIcon
Constructor Detail

MatteBorderHelper

public MatteBorderHelper()
Method Detail

getFinalObject

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

add

public void add(Icon icon)

add

public void add(Color color)

add

public void add(Insets insets)