Uses of Interface
org.pushingpixels.radiance.theming.api.shaper.RadianceButtonShaper
Packages that use RadianceButtonShaper
Package
Description
-
Uses of RadianceButtonShaper in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceButtonShaperModifier and TypeFieldDescriptionprotected RadianceButtonShaperRadianceSkin.buttonShaperThe button shaper ofthisskin.Methods in org.pushingpixels.radiance.theming.api that return RadianceButtonShaperModifier and TypeMethodDescriptionfinal RadianceButtonShaperRadianceSkin.getButtonShaper()Returns the button shaper of this skin.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceButtonShaperModifier and TypeMethodDescriptionstatic voidRadianceThemingCortex.ComponentScope.setButtonShaper(JComponent comp, RadianceButtonShaper buttonShaper) Specifies the button shaper to be used for the specific component. -
Uses of RadianceButtonShaper in org.pushingpixels.radiance.theming.api.shaper
Classes in org.pushingpixels.radiance.theming.api.shaper that implement RadianceButtonShaperModifier and TypeClassDescriptionclassButton shaper that returns rectangular buttons with slightly rounded corners (ala Windows XP).classButton shaper that returns buttons with completely rounded corners (ala Mac 10.4). -
Uses of RadianceButtonShaper in org.pushingpixels.radiance.theming.extras.api.shaperpack
Classes in org.pushingpixels.radiance.theming.extras.api.shaperpack that implement RadianceButtonShaperModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of RadianceButtonShaper in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceButtonShaperModifier and TypeMethodDescriptionstatic RadianceButtonShaperRadianceCoreUtilities.getButtonShaper(Component comp) Returns the button shaper of the specified button.