Package com.kakao.vectormap.internal
Class RenderViewDelegate
- java.lang.Object
-
- com.kakao.vectormap.internal.RenderViewDelegate
-
- Direct Known Subclasses:
KakaoMapDelegate
,RoadViewDelegate
public abstract class RenderViewDelegate extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RenderViewDelegate(long appEngineHandle, java.lang.Object tag, java.lang.String appName, java.lang.String viewName, MapView mapView, Rect viewport, boolean isDev, boolean isVisible)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Logo
getLogo()
java.lang.Object
getTag()
java.lang.String
getViewName()
Rect
getViewport()
boolean
isDev()
boolean
isVisible()
abstract void
setLogoPosition(int gravity, float x, float y)
void
setTag(java.lang.Object tag)
void
setViewport(int width, int height)
void
setViewport(int x, int y, int width, int height)
void
setViewport(Rect rect)
void
setVisible(boolean visible)
-
-
-
Constructor Detail
-
RenderViewDelegate
public RenderViewDelegate(long appEngineHandle, java.lang.Object tag, java.lang.String appName, java.lang.String viewName, MapView mapView, Rect viewport, boolean isDev, boolean isVisible)
-
-
Method Detail
-
setTag
public void setTag(java.lang.Object tag)
-
getTag
public java.lang.Object getTag()
-
getViewName
public java.lang.String getViewName()
-
isDev
public boolean isDev() throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
setVisible
public void setVisible(boolean visible) throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
isVisible
public boolean isVisible() throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
setViewport
public void setViewport(int width, int height) throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
setViewport
public void setViewport(Rect rect) throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
setViewport
public void setViewport(int x, int y, int width, int height) throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
getViewport
public Rect getViewport() throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
getLogo
public Logo getLogo() throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
setLogoPosition
public abstract void setLogoPosition(int gravity, float x, float y) throws java.lang.RuntimeException
- Throws:
java.lang.RuntimeException
-
-