cookxml.cookswing.helper
Class TitledBorderHelper
java.lang.Object
cookxml.cookswing.helper.TitledBorderHelper
- All Implemented Interfaces:
- Helper, NoAdd
- public class TitledBorderHelper
- extends Object
- implements Helper
Helper class for constructing a TitledBorder object.
- Since:
- CookSwing 1.0
- See Also:
TitledBorder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
title
public String title
border
public Border border
titleJustification
public int titleJustification
titlePosition
public int titlePosition
titleFont
public Font titleFont
titleColor
public Color titleColor
TitledBorderHelper
public TitledBorderHelper()
getFinalObject
public Object getFinalObject()
- Specified by:
getFinalObject
in interface Helper
add
public void add(Border border)