Class SliderHorizontalIcon
java.lang.Object
org.pushingpixels.radiance.theming.internal.utils.icon.SliderHorizontalIcon
- All Implemented Interfaces:
Icon
,UIResource
Thumb icon for the horizontal
JSlider
s that paint ticks and / or labels.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BladeColorScheme
private BladeColorScheme
private int
The size ofthis
icon.private JSlider
The associated slider. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
-
Field Details
-
size
private int sizeThe size ofthis
icon. -
slider
The associated slider. -
mutableFillColorScheme
-
mutableBorderColorScheme
-
-
Constructor Details
-
SliderHorizontalIcon
-
-
Method Details
-
paintIcon
-
getIconWidth
public int getIconWidth()- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()- Specified by:
getIconHeight
in interfaceIcon
-