mgdk
Class MCollisionInfo

java.lang.Object
  |
  +--mgdk.MCollisionInfo

public class MCollisionInfo
extends java.lang.Object


Field Summary
 int bottomLeft
           
 int bottomLeftNum
           
 int bottomRight
           
 int bottomRightNum
           
 int middle
           
 int middleNum
           
 int topLeft
           
 int topLeftNum
           
 int topRight
           
 int topRightNum
           
 
Constructor Summary
MCollisionInfo()
           
 
Method Summary
 boolean bottomLeftHit()
           
 boolean bottomRightHit()
           
 boolean entireBottom()
           
 boolean entireLeft()
           
 boolean entireRight()
           
 boolean entireTop()
           
 int getFirst()
           
 int getFirstNum()
           
 boolean isBottomLeftUnique()
           
 boolean isTopRightUnique()
           
 boolean middleHit()
           
 boolean topLeftHit()
           
 boolean topRightHit()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

topLeft

public int topLeft

topRight

public int topRight

bottomLeft

public int bottomLeft

bottomRight

public int bottomRight

middle

public int middle

topLeftNum

public int topLeftNum

topRightNum

public int topRightNum

bottomLeftNum

public int bottomLeftNum

bottomRightNum

public int bottomRightNum

middleNum

public int middleNum
Constructor Detail

MCollisionInfo

public MCollisionInfo()
Method Detail

getFirst

public int getFirst()

getFirstNum

public int getFirstNum()

middleHit

public boolean middleHit()

topLeftHit

public boolean topLeftHit()

topRightHit

public boolean topRightHit()

bottomLeftHit

public boolean bottomLeftHit()

bottomRightHit

public boolean bottomRightHit()

isTopRightUnique

public boolean isTopRightUnique()

isBottomLeftUnique

public boolean isBottomLeftUnique()

entireTop

public boolean entireTop()

entireBottom

public boolean entireBottom()

entireLeft

public boolean entireLeft()

entireRight

public boolean entireRight()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object