Uses of Enum Class
org.openhab.core.ui.icon.IconSet.Format
Packages that use IconSet.Format
-
Uses of IconSet.Format in org.openhab.core.ui.icon
Methods in org.openhab.core.ui.icon that return IconSet.FormatModifier 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.Methods in org.openhab.core.ui.icon that return types with arguments of type IconSet.FormatModifier and TypeMethodDescriptionIconSet.getFormats()
Provides information about supported file formats of this set.Methods in org.openhab.core.ui.icon with parameters of type IconSet.FormatModifier 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 nameConstructor parameters in org.openhab.core.ui.icon with type arguments of type IconSet.Format