Package com.jtattoo.plaf.texture
Class TextureIcons
java.lang.Object
com.jtattoo.plaf.BaseIcons
com.jtattoo.plaf.texture.TextureIcons
TextureIcons class.
Author Michael Hagen-
Nested Class Summary
Nested classes/interfaces inherited from class com.jtattoo.plaf.BaseIcons
BaseIcons.CloseSymbol, BaseIcons.IconSymbol, BaseIcons.MacCloseIcon, BaseIcons.MacIconIcon, BaseIcons.MacMaxIcon, BaseIcons.MacMinIcon, BaseIcons.MaxSymbol, BaseIcons.MinSymbol
-
Field Summary
Fields inherited from class com.jtattoo.plaf.BaseIcons
checkBoxIcon, closeIcon, CLOSER_LARGE, CLOSER_MEDIUM, CLOSER_SMALL, downArrowIcon, downArrowInverseIcon, EMPTY_8x8, fileChooserDetailViewIcon, fileChooserHomeFolderIcon, fileChooserListViewIcon, fileChooserNewFolderIcon, fileChooserUpFolderIcon, fileViewComputerIcon, fileViewFloppyDriveIcon, fileViewHardDriveIcon, iconIcon, ICONIZER_LARGE, ICONIZER_MEDIUM, ICONIZER_SMALL, leftArrowIcon, leftArrowInverseIcon, maxIcon, MAXIMIZER_LARGE, MAXIMIZER_MEDIUM, MAXIMIZER_SMALL, menuArrowIcon, menuCheckBoxIcon, menuIcon, menuRadioButtonIcon, minIcon, MINIMIZER_LARGE, MINIMIZER_MEDIUM, MINIMIZER_SMALL, optionPaneErrorIcon, optionPaneInformationIcon, optionPaneQuestionIcon, optionPaneWarningIcon, paletteCloseIcon, PEARL_GREEN_LARGE, PEARL_GREEN_MEDIUM, PEARL_GREEN_SMALL, PEARL_GREY_LARGE, PEARL_GREY_MEDIUM, PEARL_GREY_SMALL, PEARL_RED_LARGE, PEARL_RED_MEDIUM, PEARL_RED_SMALL, PEARL_YELLOW_LARGE, PEARL_YELLOW_MEDIUM, PEARL_YELLOW_SMALL, radioButtonIcon, rightArrowIcon, rightArrowInverseIcon, splitterDownArrowIcon, splitterHorBumpIcon, splitterLeftArrowIcon, splitterRightArrowIcon, splitterUpArrowIcon, splitterVerBumpIcon, thumbHorIcon, thumbHorIconRollover, thumbVerIcon, thumbVerIconRollover, treeClosedIcon, treeCollapsedIcon, treeExpandedIcon, treeLeafIcon, treeOpenedIcon, upArrowIcon, upArrowInverseIcon
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Icon
getCloseIcon.static Icon
getDownArrowIcon.static Icon
getIconIcon.static Icon
getLeftArrowIcon.static Icon
getMaxIcon.static Icon
getMinIcon.static Icon
getRightArrowIcon.static Icon
getSplitterHorBumpIcon.static Icon
getSplitterVerBumpIcon.static Icon
getThumbHorIcon.static Icon
getThumbHorIconRollover.static Icon
getThumbVerIcon.static Icon
getThumbVerIconRollover.static Icon
getUpArrowIcon.Methods inherited from class com.jtattoo.plaf.BaseIcons
getCheckBoxIcon, getComboBoxIcon, getComboBoxInverseIcon, getDownArrowInverseIcon, getFileChooserDetailViewIcon, getFileChooserHomeFolderIcon, getFileChooserListViewIcon, getFileChooserNewFolderIcon, getFileChooserUpFolderIcon, getFileViewComputerIcon, getFileViewFloppyDriveIcon, getFileViewHardDriveIcon, getLeftArrowInverseIcon, getMenuArrowIcon, getMenuCheckBoxIcon, getMenuIcon, getMenuRadioButtonIcon, getOptionPaneErrorIcon, getOptionPaneInformationIcon, getOptionPaneQuestionIcon, getOptionPaneWarningIcon, getPaletteCloseIcon, getRadioButtonIcon, getRightArrowInverseIcon, getSplitterDownArrowIcon, getSplitterLeftArrowIcon, getSplitterRightArrowIcon, getSplitterUpArrowIcon, getTreeClosedIcon, getTreeCollapsedIcon, getTreeExpandedIcon, getTreeLeafIcon, getTreeOpenedIcon, getUpArrowInverseIcon, initDefaults
-
Constructor Details
-
TextureIcons
public TextureIcons()
-
-
Method Details
-
getCloseIcon
getCloseIcon.
- Returns:
- a
Icon
object.
-
getDownArrowIcon
getDownArrowIcon.
- Returns:
- a
Icon
object.
-
getIconIcon
getIconIcon.
- Returns:
- a
Icon
object.
-
getLeftArrowIcon
getLeftArrowIcon.
- Returns:
- a
Icon
object.
-
getMaxIcon
getMaxIcon.
- Returns:
- a
Icon
object.
-
getMinIcon
getMinIcon.
- Returns:
- a
Icon
object.
-
getRightArrowIcon
getRightArrowIcon.
- Returns:
- a
Icon
object.
-
getSplitterHorBumpIcon
getSplitterHorBumpIcon.
- Returns:
- a
Icon
object.
-
getSplitterVerBumpIcon
getSplitterVerBumpIcon.
- Returns:
- a
Icon
object.
-
getThumbHorIcon
getThumbHorIcon.
- Returns:
- a
Icon
object.
-
getThumbHorIconRollover
getThumbHorIconRollover.
- Returns:
- a
Icon
object.
-
getThumbVerIcon
getThumbVerIcon.
- Returns:
- a
Icon
object.
-
getThumbVerIconRollover
getThumbVerIconRollover.
- Returns:
- a
Icon
object.
-
getUpArrowIcon
getUpArrowIcon.
- Returns:
- a
Icon
object.
-