Uses of Class
de.rcblum.stream.deck.util.IconPackage
Packages that use IconPackage
-
Uses of IconPackage in de.rcblum.stream.deck.items
Methods in de.rcblum.stream.deck.items with parameters of type IconPackageModifier and TypeMethodDescriptionvoidAbstractStreamItem.setIconPackage(IconPackage iconPackage) voidStreamItem.setIconPackage(IconPackage iconPackage) Apply the icon and animation of theIconPackageto the itemConstructors in de.rcblum.stream.deck.items with parameters of type IconPackageModifierConstructorDescriptionAbstractStreamItem(IconPackage pkg, int buttonCount, int rowCount) ExecutableItem(IconPackage iconPackage, String pathToExecutable) RunnableItem(IconPackage iconPackage, Runnable runnable) URIItem(IconPackage iconPackage, String uriString) -
Uses of IconPackage in de.rcblum.stream.deck.util
Methods in de.rcblum.stream.deck.util that return IconPackageModifier and TypeMethodDescriptionIconPackage.copy()static IconPackageIconHelper.createIconPackage(String pathToArchive, String pathToIcon, String pathToGif, AnimationStack stack, Dimension targetSize, boolean useCache) Packs an icon and the associated animation frames and timing into one usable archive.static IconPackageIconHelper.loadIconPackage(String pathToZip) static IconPackageIconHelper.loadIconPackage(String pathToZip, Dimension resizeTo)