|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jvnet.substance.SubstanceIconFactory
public class SubstanceIconFactory
Icon factory for dynamically-changing icons.
Constructor Summary | |
---|---|
SubstanceIconFactory()
|
Method Summary | |
---|---|
static Icon |
getCheckBoxMenuItemIcon(int size)
Retrieves icon for check box menu item in SubstanceCheckBoxMenuItemUI . |
static Icon |
getRadioButtonMenuItemIcon(int size)
Retrieves icon for radio button menu item in SubstanceRadioButtonMenuItemUI . |
static Icon |
getSliderHorizontalIcon(int size,
boolean isMirrorred)
Retrieves icon for horizontal slider in SubstanceSliderUI . |
static Icon |
getSliderVerticalIcon(int size,
boolean isMirrorred)
Retrieves icon for vertical slider in SubstanceSliderUI . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubstanceIconFactory()
Method Detail |
---|
public static Icon getCheckBoxMenuItemIcon(int size)
SubstanceCheckBoxMenuItemUI
.
size
- The size of the icon to retrieve.
SubstanceCheckBoxMenuItemUI
.public static Icon getRadioButtonMenuItemIcon(int size)
SubstanceRadioButtonMenuItemUI
.
size
- The size of the icon to retrieve.
SubstanceRadioButtonMenuItemUI
.public static Icon getSliderHorizontalIcon(int size, boolean isMirrorred)
SubstanceSliderUI
.
size
- The size of the icon to retrieve.
SubstanceSliderUI
.public static Icon getSliderVerticalIcon(int size, boolean isMirrorred)
SubstanceSliderUI
.
size
- The size of the icon to retrieve.
SubstanceSliderUI
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |