Class CheckBoxMenuItemIcon
java.lang.Object
org.pushingpixels.radiance.theming.internal.utils.icon.CheckBoxMenuItemIcon
- All Implemented Interfaces:
Icon
,UIResource
Icon for the
JCheckBoxMenuItem
s.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate JMenuItem
The associated menu item.private BladeColorScheme
private BladeColorScheme
private BladeColorScheme
private int
The size ofthis
icon. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
-
Field Details
-
size
private int sizeThe size ofthis
icon. -
mutableFillColorScheme
-
mutableBorderColorScheme
-
mutableMarkColorScheme
-
-
Constructor Details
-
CheckBoxMenuItemIcon
Creates a new icon.- Parameters:
menuItem
- The corresponding menu item.size
- The size ofthis
icon.
-
-
Method Details
-
paintIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeight
in interfaceIcon
-