Uses of Enum Class
org.openhab.core.ui.icon.IconSet.Format
-
Uses of IconSet.Format in org.openhab.core.ui.icon
Modifier and TypeMethodDescriptionstatic IconSet.Format
Returns the enum constant of this class with the specified name.static IconSet.Format[]
IconSet.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionIconSet.getFormats()
Provides information about supported file formats of this set.Modifier and TypeMethodDescription@Nullable InputStream
AbstractResourceIconProvider.getIcon
(String category, String iconSetId, @Nullable String state, IconSet.Format format) @Nullable InputStream
IconProvider.getIcon
(String category, String iconSetId, @Nullable String state, IconSet.Format format) retrieves theInputStream
of an icon@Nullable Integer
AbstractResourceIconProvider.hasIcon
(String category, String iconSetId, IconSet.Format format) @Nullable Integer
IconProvider.hasIcon
(String category, String iconSetId, IconSet.Format format) determines whether this provider can deliver an icon for a given name