Uses of Interface
org.pushingpixels.radiance.theming.api.shaper.RadianceButtonShaper
-
-
Uses of RadianceButtonShaper in org.pushingpixels.radiance.theming.api
Fields in org.pushingpixels.radiance.theming.api declared as RadianceButtonShaper Modifier and Type Field Description protected RadianceButtonShaper
RadianceSkin. buttonShaper
The button shaper ofthis
skin.Methods in org.pushingpixels.radiance.theming.api that return RadianceButtonShaper Modifier and Type Method Description RadianceButtonShaper
RadianceSkin. getButtonShaper()
Returns the button shaper of this skin.Methods in org.pushingpixels.radiance.theming.api with parameters of type RadianceButtonShaper Modifier and Type Method Description static void
RadianceThemingCortex.ComponentScope. setButtonShaper(javax.swing.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 RadianceButtonShaper Modifier and Type Class Description class
ClassicButtonShaper
Button shaper that returns rectangular buttons with slightly rounded corners (ala Windows XP).class
PillButtonShaper
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 RadianceButtonShaper Modifier and Type Class Description class
BasePolygonShaper
class
ButterflyButtonShaper
class
DolphinButtonShaper
class
FishButtonShaper
class
FootButtonShaper
class
IceCreamButtonShaper
class
RaceCarButtonShaper
class
RhinoButtonShaper
class
StegosaurusButtonShaper
-
Uses of RadianceButtonShaper in org.pushingpixels.radiance.theming.internal.utils
Methods in org.pushingpixels.radiance.theming.internal.utils that return RadianceButtonShaper Modifier and Type Method Description static RadianceButtonShaper
RadianceCoreUtilities. getButtonShaper(java.awt.Component comp)
Returns the button shaper of the specified button.Methods in org.pushingpixels.radiance.theming.internal.utils with parameters of type RadianceButtonShaper Modifier and Type Method Description private void
ButtonBackgroundDelegate. drawBackground(java.awt.Graphics2D graphics, javax.swing.AbstractButton button, RadianceButtonShaper shaper, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height)
private void
ButtonBackgroundDelegate. drawBackground(java.awt.Graphics2D g, javax.swing.AbstractButton button, RadianceButtonShaper shaper, RadianceFillPainter fillPainter, RadianceBorderPainter borderPainter, int width, int height, RadianceColorScheme colorScheme, RadianceColorScheme borderScheme, java.util.Set<RadianceThemingSlices.Side> openSides, boolean isContentAreaFilled, boolean isBorderPainted)
-