org.jvnet.substance.border
Class BorderPainterInfo

java.lang.Object
  extended by org.jvnet.substance.utils.AbstractTraitInfo
      extended by org.jvnet.substance.border.BorderPainterInfo
All Implemented Interfaces:
SubstanceTraitInfo

public class BorderPainterInfo
extends AbstractTraitInfo

Information on a single border painter. This class is part of officially supported API.

Since:
version 4.0
Author:
Kirill Grouchnikov

Constructor Summary
BorderPainterInfo(java.lang.String painterDisplayName, java.lang.String painterClassName)
          Simple constructor.
 
Method Summary
 
Methods inherited from class org.jvnet.substance.utils.AbstractTraitInfo
getClassName, getDisplayName, isDefault, setDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BorderPainterInfo

public BorderPainterInfo(java.lang.String painterDisplayName,
                         java.lang.String painterClassName)
Simple constructor.

Parameters:
painterDisplayName - Display name for this border painter.
painterClassName - Class name for this border painter.