Uses of Interface
org.pushingpixels.radiance.component.api.common.icon.DecoratedRadianceIcon.IconDecorator
-
Packages that use DecoratedRadianceIcon.IconDecorator Package Description org.pushingpixels.radiance.component.api.common.icon -
-
Uses of DecoratedRadianceIcon.IconDecorator in org.pushingpixels.radiance.component.api.common.icon
Fields in org.pushingpixels.radiance.component.api.common.icon with type parameters of type DecoratedRadianceIcon.IconDecorator Modifier and Type Field Description private java.util.List<DecoratedRadianceIcon.IconDecorator>
DecoratedRadianceIcon. decorators
List of icon decorators.Methods in org.pushingpixels.radiance.component.api.common.icon with parameters of type DecoratedRadianceIcon.IconDecorator Modifier and Type Method Description void
DecoratedRadianceIcon. addIconDecorator(DecoratedRadianceIcon.IconDecorator decorator)
Adds the specified decorator to the end of the decorator sequence.static RadianceIcon.Factory
DecoratedRadianceIcon. factory(RadianceIcon.Factory original, DecoratedRadianceIcon.IconDecorator... decorators)
void
DecoratedRadianceIcon. removeIconDecorator(DecoratedRadianceIcon.IconDecorator decorator)
Removes the specified decorator.Constructors in org.pushingpixels.radiance.component.api.common.icon with parameters of type DecoratedRadianceIcon.IconDecorator Constructor Description DecoratedRadianceIcon(RadianceIcon delegate, DecoratedRadianceIcon.IconDecorator... decorators)
Creates a new decorated icon.
-