Uses of Class
de.rcblum.stream.deck.animation.AnimationStack
Packages that use AnimationStack
Package
Description
-
Uses of AnimationStack in de.rcblum.stream.deck.animation
Methods in de.rcblum.stream.deck.animation that return AnimationStackModifier and TypeMethodDescriptionAnimationStack.copy()AnimationStack.getVariant(Dimension targetSize) Constructors in de.rcblum.stream.deck.animation with parameters of type AnimationStackModifierConstructorDescriptionAnimator(IStreamDeck streamDeck, int keyIndex, AnimationStack animation) Creates an animator for the given stream deck key andAnimationStack -
Uses of AnimationStack in de.rcblum.stream.deck.device.components
Methods in de.rcblum.stream.deck.device.components with parameters of type AnimationStack -
Uses of AnimationStack in de.rcblum.stream.deck.items
Fields in de.rcblum.stream.deck.items declared as AnimationStackModifier and TypeFieldDescriptionprotected AnimationStackAbstractStreamItem.animationAnimation for the key, if presentMethods in de.rcblum.stream.deck.items that return AnimationStackModifier and TypeMethodDescriptionAbstractStreamItem.getAnimation()PagedFolderItem.PageItem.getAnimation()ProxyItem.getAnimation()StreamItem.getAnimation()Returns the animation of the item.Methods in de.rcblum.stream.deck.items with parameters of type AnimationStackModifier and TypeMethodDescriptionvoidAbstractStreamItem.setAnimation(AnimationStack animation) voidStreamItem.setAnimation(AnimationStack animation) Sets the animation of the itemConstructors in de.rcblum.stream.deck.items with parameters of type AnimationStackModifierConstructorDescriptionAbstractStreamItem(SDImage img, AnimationStack animation) AbstractStreamItem(SDImage img, AnimationStack animation, int buttonCount, int rowCount) AbstractStreamItem(SDImage img, AnimationStack animation, String text) AbstractStreamItem(SDImage rawImg, AnimationStack animation, String text, int textPos, int buttonCount, int rowCount) -
Uses of AnimationStack in de.rcblum.stream.deck.util
Fields in de.rcblum.stream.deck.util declared as AnimationStackModifier and TypeFieldDescriptionfinal AnimationStackIconPackage.animationAnimation stack, that contains the necessary frames and framerate/trigger/playback type for the animation.Methods in de.rcblum.stream.deck.util that return AnimationStackModifier and TypeMethodDescriptionstatic AnimationStackIconHelper.createRollingTextAnimation(SDImage imgData, String text, int pos) static AnimationStackIconHelper.createRollingTextAnimation(SDImage imgData, String text, int pos, float fontSize) Creates an animation with running textMethods in de.rcblum.stream.deck.util with parameters of type AnimationStackModifier and TypeMethodDescriptionstatic voidIconHelper.createIconPackage(String pathToArchive, String pathToIcon, String[] pathToFrames, AnimationStack stack) 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.Constructors in de.rcblum.stream.deck.util with parameters of type AnimationStack