public class SubstanceIconFactory extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
SubstanceIconFactory.IconKind |
Icon kind of a title pane button.
|
Constructor | Description |
---|---|
SubstanceIconFactory() |
Modifier and Type | Method | Description |
---|---|---|
static Icon |
getSliderHorizontalIcon(int size,
boolean isMirrorred) |
Retrieves icon for horizontal slider in
SubstanceSliderUI . |
static Icon |
getSliderRoundIcon(int size) |
Retrieves round icon for slider in
SubstanceSliderUI . |
static Icon |
getSliderVerticalIcon(int size,
boolean isMirrorred) |
Retrieves icon for vertical slider in
SubstanceSliderUI . |
static Icon |
getTitlePaneIcon(SubstanceIconFactory.IconKind iconKind,
SubstanceColorScheme scheme,
SubstanceColorScheme backgroundScheme) |
Returns title pane icon of the specified kind.
|
static Icon |
getTreeIcon(JTree tree,
boolean isCollapsed) |
public static Icon getSliderHorizontalIcon(int size, boolean isMirrorred)
SubstanceSliderUI
.size
- The size of the icon to retrieve.isMirrorred
- Indication whether the icon should be mirrored.SubstanceSliderUI
.public static Icon getSliderRoundIcon(int size)
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.isMirrorred
- Indication whether the icon should be mirrored.SubstanceSliderUI
.public static Icon getTitlePaneIcon(SubstanceIconFactory.IconKind iconKind, SubstanceColorScheme scheme, SubstanceColorScheme backgroundScheme)
iconKind
- Icon kind.scheme
- Color scheme.