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 RadianceButtonShaper
RadianceSkin.buttonShaper
The button shaper ofthis
skin.Methods in org.pushingpixels.radiance.theming.api that return RadianceButtonShaperModifier and TypeMethodDescriptionfinal RadianceButtonShaper
RadianceSkin.getButtonShaper()
Returns the button shaper of this skin.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceButtonShaperModifier and TypeMethodDescriptionstatic void
RadianceThemingCortex.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 TypeClassDescriptionclass
Button shaper that returns rectangular buttons with slightly rounded corners (ala Windows XP).class
Button 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of RadianceButtonShaper in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceButtonShaperModifier and TypeMethodDescriptionstatic RadianceButtonShaper
RadianceCoreUtilities.getButtonShaper
(Component comp) Returns the button shaper of the specified button.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceButtonShaperModifier and TypeMethodDescriptionprivate void
ButtonBackgroundDelegate.drawBackground
(Graphics2D graphics, AbstractButton button, RadianceButtonShaper shaper, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height) private void
ButtonBackgroundDelegate.drawBackground
(Graphics2D g, AbstractButton button, RadianceButtonShaper shaper, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme colorScheme, RadianceColorScheme borderScheme, Set<RadianceThemingSlices.Side> openSides, boolean isContentAreaFilled, boolean isBorderPainted)