Package rendering
Class AnimationArtist
java.lang.Object
rendering.Artist
rendering.AnimationArtist
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected double
protected LinkedList<BufferedImage>
protected int
protected String
protected double
protected LinkedList<Double>
protected double
protected double
Fields inherited from class rendering.Artist
gameObject
-
Constructor Summary
ConstructorsConstructorDescriptionAnimationArtist
(GameObject go, Animation anim, double t0, String playmode, double scale) -
Method Summary
-
Field Details
-
imageArray
-
showtime
-
t0
protected double t0 -
loopFrame
protected int loopFrame -
w
protected double w -
h
protected double h -
scale
protected double scale -
playmode
-
-
Constructor Details
-
AnimationArtist
-
-
Method Details