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.decorators
List of icon decorators.Methods in org.pushingpixels.radiance.component.api.common.icon with parameters of type DecoratedRadianceIcon.IconDecoratorModifier and TypeMethodDescriptionvoid
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.IconDecoratorModifierConstructorDescriptionDecoratedRadianceIcon
(RadianceIcon delegate, DecoratedRadianceIcon.IconDecorator... decorators) Creates a new decorated icon.