Package com.formdev.flatlaf.themeeditor
Class FlatThemePreviewSwitches.ZoomCheckBoxIcon
- java.lang.Object
-
- com.formdev.flatlaf.icons.FlatAbstractIcon
-
- com.formdev.flatlaf.icons.FlatCheckBoxIcon
-
- com.formdev.flatlaf.themeeditor.FlatThemePreviewSwitches.ZoomCheckBoxIcon
-
- All Implemented Interfaces:
javax.swing.Icon,javax.swing.plaf.UIResource
- Enclosing class:
- FlatThemePreviewSwitches
private static class FlatThemePreviewSwitches.ZoomCheckBoxIcon extends FlatCheckBoxIcon
-
-
Field Summary
-
Fields inherited from class com.formdev.flatlaf.icons.FlatCheckBoxIcon
arc, background, borderColor, borderWidth, checkmarkColor, disabledBackground, disabledBorderColor, disabledCheckmarkColor, disabledIndeterminateBackground, disabledIndeterminateBorderColor, disabledIndeterminateBorderWidth, disabledIndeterminateCheckmarkColor, disabledSelectedBackground, disabledSelectedBorderColor, disabledSelectedBorderWidth, focusColor, focusedBackground, focusedBorderColor, focusedCheckmarkColor, focusedIndeterminateBackground, focusedIndeterminateBorderColor, focusedIndeterminateCheckmarkColor, focusedSelectedBackground, focusedSelectedBorderColor, focusWidth, hoverBackground, hoverBorderColor, hoverCheckmarkColor, hoverIndeterminateBackground, hoverIndeterminateBorderColor, hoverIndeterminateCheckmarkColor, hoverSelectedBackground, hoverSelectedBorderColor, indeterminateBackground, indeterminateBorderColor, indeterminateBorderWidth, indeterminateCheckmarkColor, pressedBackground, pressedBorderColor, pressedCheckmarkColor, pressedIndeterminateBackground, pressedIndeterminateBorderColor, pressedIndeterminateCheckmarkColor, pressedSelectedBackground, pressedSelectedBorderColor, selectedBackground, selectedBorderColor, selectedBorderWidth, style
-
Fields inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
color, height, width
-
-
Constructor Summary
Constructors Modifier Constructor Description privateZoomCheckBoxIcon()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetFocusWidth()intgetIconHeight()intgetIconWidth()voidpaintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)-
Methods inherited from class com.formdev.flatlaf.icons.FlatCheckBoxIcon
applyStyleProperty, getBackground, getBorderColor, getCheckmarkColor, getFocusColor, getPropertyPrefix, getStyleableInfos, getStyleableValue, getUIColor, getUIFloat, isIndeterminate, isSelected, paintBackground, paintBorder, paintCheckmark, paintFocusBorder, paintIcon, paintIndeterminate
-
Methods inherited from class com.formdev.flatlaf.icons.FlatAbstractIcon
paintBackground
-
-
-
-
Method Detail
-
paintIcon
public void paintIcon(java.awt.Component c, java.awt.Graphics g, int x, int y)- Specified by:
paintIconin interfacejavax.swing.Icon- Overrides:
paintIconin classFlatAbstractIcon
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidthin interfacejavax.swing.Icon- Overrides:
getIconWidthin classFlatAbstractIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeightin interfacejavax.swing.Icon- Overrides:
getIconHeightin classFlatAbstractIcon
-
getFocusWidth
public float getFocusWidth()
- Overrides:
getFocusWidthin classFlatCheckBoxIcon
-
-