org.lee.mugen.core.renderer.game
Class GraphicsWrapper.AngleDrawProperties

java.lang.Object
  extended by org.lee.mugen.core.renderer.game.GraphicsWrapper.AngleDrawProperties
Enclosing class:
GraphicsWrapper

public static class GraphicsWrapper.AngleDrawProperties
extends java.lang.Object


Constructor Summary
GraphicsWrapper.AngleDrawProperties()
           
 
Method Summary
 float getAngleset()
          angle en degree sens contraire aiguille montre
 float getXAnchor()
           
 float getYAnchor()
           
 void setAngleset(float angleset)
           
 void setXAnchor(float anchor)
           
 void setYAnchor(float anchor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicsWrapper.AngleDrawProperties

public GraphicsWrapper.AngleDrawProperties()
Method Detail

getAngleset

public float getAngleset()
angle en degree sens contraire aiguille montre

Returns:

setAngleset

public void setAngleset(float angleset)

getXAnchor

public float getXAnchor()

setXAnchor

public void setXAnchor(float anchor)

getYAnchor

public float getYAnchor()

setYAnchor

public void setYAnchor(float anchor)