Uses of Class
de.pirckheimer_gymnasium.engine_pi.actor.Animation
Packages that use Animation
-
Uses of Animation in de.pirckheimer_gymnasium.engine_pi.actor
Methods in de.pirckheimer_gymnasium.engine_pi.actor that return AnimationModifier and TypeMethodDescriptionstatic AnimationAnimation.createFromAnimatedGif(String filepath, double width, double height) Erzeugt eine Animation aus einer animierter GIF-Datei.static AnimationAnimation.createFromImages(double frameDuration, double width, double height, BufferedImage... images) Erzeugt eine Animation durch Angabe der einzelnen Dateipfade der zu verwendenden Einzelbilder.static AnimationAnimation.createFromImages(double frameDuration, double width, double height, String... filePaths) Erzeugt eine Animation durch Angabe der einzelnen Dateipfade der zu verwendenden Einzelbilder.static AnimationAnimation.createFromImagesPrefix(double frameDuration, double width, double height, String directoryPath, String prefix) Lädt alle Bilddateien mit einem bestimmten Präfix in einem bestimmten Verzeichnis in eine Animation.static AnimationAnimation.createFromSpritesheet(double frameDuration, BufferedImage image, int x, int y, double width, double height) Erzeugt eine Animation durch Angabe eines Spritesheets.static AnimationAnimation.createFromSpritesheet(double frameDuration, String filePath, double width, double height, int spriteWidth, int spriteHeight) Erzeugt eine Animation durch Angabe eines Spritesheets.static AnimationAnimation.createFromSpritesheet(double frameDuration, String filePath, int x, int y, double width, double height) Erzeugt eine Animation durch Angabe eines Spritesheets.Methods in de.pirckheimer_gymnasium.engine_pi.actor with parameters of type AnimationModifier and TypeMethodDescriptionvoidFügt dieser Animation einen neuen Zustand zu hinzu.Constructors in de.pirckheimer_gymnasium.engine_pi.actor with parameters of type Animation