Uses of Class
pi.actor.Animation
Packages that use Animation
Package
Description
Demonstiert die Funktionalität der Engine Pi anhand des kleinen Spiels
Dude.
Jede Figur auf der Zeichenebene ist eine Unterklasse von
Actor.-
Uses of Animation in demos.small_games.dude
Subclasses of Animation in demos.small_games.dudeModifier and TypeClassDescriptionclassHerzlichen Dank an dontmind8.blogspot.com für die kostenfreien Grafiken.classDanke an SorceressGameLab für die Assets! -
Uses of Animation in pi.actor
Modifier 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.Modifier and TypeMethodDescriptionvoidFügt dieser Animation einen neuen Zustand zu hinzu.