Uses of Interface
org.pushingpixels.radiance.component.api.common.icon.DecoratedRadianceIcon.IconDecorator
Packages that use DecoratedRadianceIcon.IconDecorator
-
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.IconDecoratorModifier and TypeFieldDescriptionprivate List<DecoratedRadianceIcon.IconDecorator> DecoratedRadianceIcon.decoratorsList of icon decorators.Methods in org.pushingpixels.radiance.component.api.common.icon with parameters of type DecoratedRadianceIcon.IconDecoratorModifier and TypeMethodDescriptionvoidDecoratedRadianceIcon.addIconDecorator(DecoratedRadianceIcon.IconDecorator decorator) Adds the specified decorator to the end of the decorator sequence.static RadianceIcon.FactoryDecoratedRadianceIcon.factory(RadianceIcon.Factory original, DecoratedRadianceIcon.IconDecorator... decorators) voidDecoratedRadianceIcon.removeIconDecorator(DecoratedRadianceIcon.IconDecorator decorator) Removes the specified decorator.Constructors in org.pushingpixels.radiance.component.api.common.icon with parameters of type DecoratedRadianceIcon.IconDecoratorModifierConstructorDescriptionDecoratedRadianceIcon(RadianceIcon delegate, DecoratedRadianceIcon.IconDecorator... decorators) Creates a new decorated icon.