Class SpinnerIcon
- java.lang.Object
-
- com.github.weisj.darklaf.ui.spinner.SpinnerIcon
-
-
Constructor Summary
Constructors Constructor Description SpinnerIcon(JSpinner spinner, Icon icon, Icon mathIcon)
-
Method Summary
Modifier and Type Method Description protected Icon
getCurrent()
int
getIconHeight()
int
getIconWidth()
void
paintIcon(Component c, Graphics g, int x, int y)
-
-
-
Method Detail
-
getCurrent
protected Icon getCurrent()
-
getIconWidth
public int getIconWidth()
- Specified by:
getIconWidth
in interfaceIcon
-
getIconHeight
public int getIconHeight()
- Specified by:
getIconHeight
in interfaceIcon
-
-