Package com.formdev.flatlaf.themeeditor
Class FlatThemePreviewSwitches.ZoomRadioButtonIcon
- java.lang.Object
-
- com.formdev.flatlaf.icons.FlatAbstractIcon
-
- com.formdev.flatlaf.icons.FlatCheckBoxIcon
-
- com.formdev.flatlaf.icons.FlatRadioButtonIcon
-
- com.formdev.flatlaf.themeeditor.FlatThemePreviewSwitches.ZoomRadioButtonIcon
-
- All Implemented Interfaces:
javax.swing.Icon
,javax.swing.plaf.UIResource
- Enclosing class:
- FlatThemePreviewSwitches
private static class FlatThemePreviewSwitches.ZoomRadioButtonIcon extends FlatRadioButtonIcon
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.icons.FlatRadioButtonIcon
centerDiameter
-
Fields inherited from class com.formdev.flatlaf.icons.FlatCheckBoxIcon
arc, background, borderColor, borderWidth, checkmarkColor, disabledBackground, disabledBorderColor, disabledCheckmarkColor, disabledSelectedBackground, disabledSelectedBorderColor, disabledSelectedBorderWidth, focusColor, focusedBackground, focusedBorderColor, focusedCheckmarkColor, focusedSelectedBackground, focusedSelectedBorderColor, focusWidth, hoverBackground, hoverBorderColor, hoverCheckmarkColor, hoverSelectedBackground, hoverSelectedBorderColor, pressedBackground, pressedBorderColor, pressedCheckmarkColor, pressedSelectedBackground, pressedSelectedBorderColor, selectedBackground, selectedBorderColor, selectedBorderWidth, style
-
Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ZoomRadioButtonIcon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getFocusWidth()
int
getIconHeight()
int
getIconWidth()
void
paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
-
Methods inherited from class com.formdev.flatlaf.icons.FlatRadioButtonIcon
getPropertyPrefix, paintBackground, paintBorder, paintCheckmark, paintFocusBorder
-
Methods inherited from class com.formdev.flatlaf.icons.FlatCheckBoxIcon
applyStyleProperty, getBackground, getBorderColor, getCheckmarkColor, getFocusColor, getStyleableInfos, getStyleableValue, getUIColor, getUIFloat, isIndeterminate, isSelected, paintIcon, paintIndeterminate
-
-
-
-
Method Detail
-
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)
- Specified by:
paintIcon
in interfacejavax.swing.Icon
- Overrides:
paintIcon
in classFlatAbstractIcon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfacejavax.swing.Icon
- Overrides:
getIconWidth
in classFlatAbstractIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfacejavax.swing.Icon
- Overrides:
getIconHeight
in classFlatAbstractIcon
-
getFocusWidth
public float getFocusWidth()
- Overrides:
getFocusWidth
in classFlatCheckBoxIcon
-
-