Uses of Interface
org.jvnet.flamingo.common.icon.DecoratedResizableIcon.IconDecorator

Packages that use DecoratedResizableIcon.IconDecorator
org.jvnet.flamingo.common.icon   
 

Uses of DecoratedResizableIcon.IconDecorator in org.jvnet.flamingo.common.icon
 

Methods in org.jvnet.flamingo.common.icon with parameters of type DecoratedResizableIcon.IconDecorator
 void DecoratedResizableIcon.addIconDecorator(DecoratedResizableIcon.IconDecorator decorator)
          Adds the specified decorator to the end of the decorator sequence.
 void DecoratedResizableIcon.removeIconDecorator(DecoratedResizableIcon.IconDecorator decorator)
          Removes the specified decorator.
 

Constructors in org.jvnet.flamingo.common.icon with parameters of type DecoratedResizableIcon.IconDecorator
DecoratedResizableIcon(ResizableIcon delegate, DecoratedResizableIcon.IconDecorator... decorators)
          Creates a new decorated icon.