Package rendering

Class AnimationArtist

java.lang.Object
rendering.Artist
rendering.AnimationArtist

public class AnimationArtist extends Artist
  • Field Details

    • imageArray

      protected LinkedList<BufferedImage> imageArray
    • showtime

      protected LinkedList<Double> showtime
    • t0

      protected double t0
    • loopFrame

      protected int loopFrame
    • w

      protected double w
    • h

      protected double h
    • scale

      protected double scale
    • playmode

      protected String playmode
  • Constructor Details

  • Method Details

    • getW

      public double getW()
    • getH

      public double getH()
    • draw

      public void draw(Graphics2D g)
      Specified by:
      draw in class Artist