org.lee.mugen.sprite.character.spiteCnsSubClass.constante
Class Size

java.lang.Object
  extended by org.lee.mugen.sprite.character.spiteCnsSubClass.constante.Size
All Implemented Interfaces:
java.lang.Cloneable

public class Size
extends java.lang.Object
implements java.lang.Cloneable


Nested Class Summary
static class Size.Air
           
static class Size.Attack
           
static class Size.Draw
           
static class Size.Ground
           
static class Size.Mid
           
static class Size.OffSet
           
static class Size.Position
           
static class Size.Proj
           
 class Size.Stand
           
 class Size.Z
           
 
Constructor Summary
Size()
           
 
Method Summary
 java.lang.Object clone()
           
 Size.Air getAir()
           
 Size.Attack getAttack()
           
 Size.OffSet getDraw()
           
 Size.Ground getGround()
           
 Size.Position getHead()
           
 float getHeight()
           
 Size.Position getMid()
           
 Size.Proj getProj()
           
 float getShadowoffset()
           
 Size.Stand getStand()
           
 float getXscale()
           
 float getYscale()
           
 Size.Z getZ()
           
 void setHeight(float height)
           
 void setShadowoffset(float shadowoffset)
           
 void setXscale(float xscale)
           
 void setYscale(float yscale)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Size

public Size()
Method Detail

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Overrides:
clone in class java.lang.Object
Throws:
java.lang.CloneNotSupportedException

getHeight

public float getHeight()

setHeight

public void setHeight(float height)

getShadowoffset

public float getShadowoffset()

setShadowoffset

public void setShadowoffset(float shadowoffset)

getXscale

public float getXscale()

setXscale

public void setXscale(float xscale)

getYscale

public float getYscale()

setYscale

public void setYscale(float yscale)

getAir

public Size.Air getAir()

getAttack

public Size.Attack getAttack()

getDraw

public Size.OffSet getDraw()

getGround

public Size.Ground getGround()

getHead

public Size.Position getHead()

getMid

public Size.Position getMid()

getProj

public Size.Proj getProj()

getStand

public Size.Stand getStand()

getZ

public Size.Z getZ()