Package zombie.iso.sprite
Class IsoDirectionFrame
java.lang.Object
zombie.iso.sprite.IsoDirectionFrame
public class IsoDirectionFrame
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description Texture[]
directions
-
Constructor Summary
Constructors Constructor Description IsoDirectionFrame()
IsoDirectionFrame(Texture tex)
IsoDirectionFrame(Texture n, Texture s, Texture e, Texture w)
IsoDirectionFrame(Texture nw, Texture n, Texture ne, Texture e, Texture se)
IsoDirectionFrame(Texture n, Texture nw, Texture w, Texture sw, Texture s, Texture se, Texture e, Texture ne)
-
Method Summary
Modifier and Type Method Description Texture
getTexture(IsoDirections dir)
void
render(float sx, float sy, IsoDirections dir, ColorInfo info, boolean Flip, float RotAngle)
void
renderexplicit(int sx, int sy, IsoDirections dir, float scale)
void
renderexplicit(int sx, int sy, IsoDirections dir, float scale, ColorInfo color)
void
SetAllDirections(Texture tex)
void
SetDirection(Texture tex, IsoDirections dir)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
directions
-
-
Constructor Details
-
IsoDirectionFrame
-
IsoDirectionFrame
public IsoDirectionFrame() -
IsoDirectionFrame
-
IsoDirectionFrame
-
IsoDirectionFrame
-
-
Method Details
-
getTexture
-
SetAllDirections
-
SetDirection
-
render
public void render(float sx, float sy, IsoDirections dir, ColorInfo info, boolean Flip, float RotAngle) -
renderexplicit
-
renderexplicit
-