Class MapGravity


  • public class MapGravity
    extends java.lang.Object
    지도 내에 개체를 배치하기 위한 상수 및 도구
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int BOTTOM
      지도의 맨 아래 부분
      static int CENTER
      지도의 중앙 부분
      static int CENTER_HORIZONTAL
      지도의 가로에서 중앙 부분
      static int CENTER_VERTICAL
      지도의 세로에서 중앙 부분
      static int LEFT
      지도의 왼쪽 부분
      static int RIGHT
      지도의 오른쪽 부분
      static int TOP
      지도의 위쪽 부분
    • Constructor Summary

      Constructors 
      Constructor Description
      MapGravity()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MapGravity

        public MapGravity()