org.lee.mugen.sprite.entity
Class BindToTargetSub.Pos

java.lang.Object
  extended by org.lee.mugen.sprite.entity.BindToTargetSub.Pos
Enclosing class:
BindToTargetSub

public static class BindToTargetSub.Pos
extends java.lang.Object


Constructor Summary
BindToTargetSub.Pos()
           
 
Method Summary
 BindToTargetSub.BindToTargetType getType()
           
 int getX()
           
 int getY()
           
 void setType(BindToTargetSub.BindToTargetType type)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindToTargetSub.Pos

public BindToTargetSub.Pos()
Method Detail

getType

public BindToTargetSub.BindToTargetType getType()

setType

public void setType(BindToTargetSub.BindToTargetType type)

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)