Uses of Enum Class
ca.phon.util.icons.IconSize
-
Uses of IconSize in ca.phon.app.about
-
Uses of IconSize in ca.phon.ui
-
Uses of IconSize in ca.phon.util.icons
Modifier and TypeMethodDescriptionIconSize.getHiDPISize()
static IconSize
IconSize.getHiDPISize
(IconSize size) static IconSize
Returns the enum constant of this class with the specified name.static IconSize[]
IconSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionIconManager.getDisabledIcon
(String iconName, IconSize size) IconManager.getGrayedIcon
(String iconName, IconSize size) static int
IconSize.getHeightForSize
(IconSize size) static IconSize
IconSize.getHiDPISize
(IconSize size) IconManager.getSystemIconForFileType
(String filetype, IconSize size) Load system icon for given file type.IconManager.getSystemIconForFileType
(String filetype, String backupIcon, IconSize size) Load system icon for given file type.IconManager.getSystemIconForPath
(String path, IconSize size) Load system icon for given path.IconManager.getSystemIconForPath
(String path, String backupIcon, IconSize size) Load system icon for given path.IconManager.getSystemStockIcon
(ca.hedlund.desktopicons.StockIcon stockIcon, IconSize size) Load system stock icon.IconManager.getSystemStockIcon
(ca.hedlund.desktopicons.StockIcon stockIcon, String backupIcon, IconSize size) Load system stock icon.static int
IconSize.getWidthForSize
(IconSize size)