Package com.kakao.vectormap
Class MapGravity
- java.lang.Object
-
- com.kakao.vectormap.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()
-
-
-
Field Detail
-
LEFT
public static final int LEFT
지도의 왼쪽 부분- See Also:
- Constant Field Values
-
RIGHT
public static final int RIGHT
지도의 오른쪽 부분- See Also:
- Constant Field Values
-
TOP
public static final int TOP
지도의 위쪽 부분- See Also:
- Constant Field Values
-
BOTTOM
public static final int BOTTOM
지도의 맨 아래 부분- See Also:
- Constant Field Values
-
CENTER
public static final int CENTER
지도의 중앙 부분- See Also:
- Constant Field Values
-
CENTER_VERTICAL
public static final int CENTER_VERTICAL
지도의 세로에서 중앙 부분- See Also:
- Constant Field Values
-
CENTER_HORIZONTAL
public static final int CENTER_HORIZONTAL
지도의 가로에서 중앙 부분- See Also:
- Constant Field Values
-
-