org.jvnet.substance.plugin
Class BaseButtonShaperPlugin

java.lang.Object
  extended by org.jvnet.substance.plugin.BaseButtonShaperPlugin
All Implemented Interfaces:
org.jvnet.lafplugin.LafPlugin, SubstanceButtonShaperPlugin

public class BaseButtonShaperPlugin
extends java.lang.Object
implements SubstanceButtonShaperPlugin

Core plugin for button shapers. See SubstanceButtonShaperPlugin interface. This class is for internal use only.

Author:
Kirill Grouchnikov.

Field Summary
 
Fields inherited from interface org.jvnet.substance.plugin.SubstanceButtonShaperPlugin
TAG_BUTTON_SHAPER_PLUGIN_CLASS
 
Fields inherited from interface org.jvnet.lafplugin.LafPlugin
TAG_MAIN
 
Constructor Summary
BaseButtonShaperPlugin()
           
 
Method Summary
 java.util.Set<ButtonShaperInfo> getButtonShapers()
          Returns information on all available button shapers in this plugin.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseButtonShaperPlugin

public BaseButtonShaperPlugin()
Method Detail

getButtonShapers

public java.util.Set<ButtonShaperInfo> getButtonShapers()
Description copied from interface: SubstanceButtonShaperPlugin
Returns information on all available button shapers in this plugin.

Specified by:
getButtonShapers in interface SubstanceButtonShaperPlugin
Returns:
Information on all available button shapers in this plugin.