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.FormatReturns 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 InputStreamAbstractResourceIconProvider.getIcon(String category, String iconSetId, @Nullable String state, IconSet.Format format) @Nullable InputStreamIconProvider.getIcon(String category, String iconSetId, @Nullable String state, IconSet.Format format) retrieves theInputStreamof an icon@Nullable IntegerAbstractResourceIconProvider.hasIcon(String category, String iconSetId, IconSet.Format format) @Nullable IntegerIconProvider.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