Package com.kakao.vectormap.internal
Class VectorDelegate
- java.lang.Object
- 
- com.kakao.vectormap.internal.VectorDelegate
 
- 
- All Implemented Interfaces:
- IVectorDelegate
 - Direct Known Subclasses:
- DimScreenDelegate
 
 public class VectorDelegate extends java.lang.Object implements IVectorDelegate 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCircleWaveAnimator(boolean isDimScreen, CircleWaves circleWaves)voidaddMultiPolygon(ShapeLayer layer, PolygonOptions options, boolean toDimScreen, OnPolygonCreateCallback callback)java.lang.StringaddPolygonStylesSet(PolygonStylesSet stylesSet, boolean isDimScreen)voidchangePolygonStylesAndDotPoints(java.lang.String layerId, java.lang.String polygonId, PolygonStylesSet stylesSet, java.util.List<DotPoints> dotPoints, boolean toDimScreen)voidchangePolygonStylesAndMapPoints(java.lang.String layerId, java.lang.String polygonId, PolygonStylesSet stylesSet, java.util.List<MapPoints> mapPoints, boolean toDimScreen)voidclearAllAnimator(boolean isDimScreen)PolygonStylesSetgetPolygonStylesSet(java.lang.String styleId)booleanhasPolygonStylesSet(java.lang.String styleId)booleanisRunning()voidremoveAllShape(boolean toDimScreen)voidremoveAnimator(boolean toDimScreen, java.lang.String animatorId)voidremovePolygon(boolean isDimScreen, java.lang.String layerId, java.lang.String polygonId)voidremovePolygons(java.lang.String[] layerIds, java.lang.String[] polygonIds, boolean toDimScreen)voidsetDimScreenCover(DimScreenCover cover)voidsetPolygonCenterPoint(java.lang.String layerId, java.lang.String polygonId, LatLng centerPoint)voidsetPolygonVisible(boolean isDimScreen, java.lang.String layerId, java.lang.String polygonId, boolean visible)voidsetPolygonZOrder(java.lang.String layerId, java.lang.String polygonId, int zOrder, boolean isDimScreen)voidsetRunning(boolean running)voidstartAnimator(java.lang.String animatorId, boolean toDimScreen, java.util.List<Polygon> polygons)voidstopAnimator(java.lang.String animatorId, boolean hideShape, boolean toDimScreen)
 
- 
- 
- 
Method Detail- 
hasPolygonStylesSetpublic boolean hasPolygonStylesSet(java.lang.String styleId) throws java.lang.RuntimeException- Specified by:
- hasPolygonStylesSetin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
addPolygonStylesSetpublic java.lang.String addPolygonStylesSet(PolygonStylesSet stylesSet, boolean isDimScreen) throws java.lang.RuntimeException - Specified by:
- addPolygonStylesSetin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
getPolygonStylesSetpublic PolygonStylesSet getPolygonStylesSet(java.lang.String styleId) throws java.lang.RuntimeException - Specified by:
- getPolygonStylesSetin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
addMultiPolygonpublic void addMultiPolygon(ShapeLayer layer, PolygonOptions options, boolean toDimScreen, OnPolygonCreateCallback callback) throws java.lang.RuntimeException - Specified by:
- addMultiPolygonin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
setPolygonVisiblepublic void setPolygonVisible(boolean isDimScreen, java.lang.String layerId, java.lang.String polygonId, boolean visible) throws java.lang.RuntimeException- Specified by:
- setPolygonVisiblein interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
setPolygonZOrderpublic void setPolygonZOrder(java.lang.String layerId, java.lang.String polygonId, int zOrder, boolean isDimScreen) throws java.lang.RuntimeException- Specified by:
- setPolygonZOrderin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
setPolygonCenterPointpublic void setPolygonCenterPoint(java.lang.String layerId, java.lang.String polygonId, LatLng centerPoint) throws java.lang.RuntimeException- Specified by:
- setPolygonCenterPointin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
removePolygonpublic void removePolygon(boolean isDimScreen, java.lang.String layerId, java.lang.String polygonId) throws java.lang.RuntimeException- Specified by:
- removePolygonin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
removePolygonspublic void removePolygons(java.lang.String[] layerIds, java.lang.String[] polygonIds, boolean toDimScreen) throws java.lang.RuntimeException- Specified by:
- removePolygonsin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
removeAllShapepublic void removeAllShape(boolean toDimScreen) throws java.lang.RuntimeException- Specified by:
- removeAllShapein interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
startAnimatorpublic void startAnimator(java.lang.String animatorId, boolean toDimScreen, java.util.List<Polygon> polygons) throws java.lang.RuntimeException- Specified by:
- startAnimatorin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
stopAnimatorpublic void stopAnimator(java.lang.String animatorId, boolean hideShape, boolean toDimScreen) throws java.lang.RuntimeException- Specified by:
- stopAnimatorin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
addCircleWaveAnimatorpublic void addCircleWaveAnimator(boolean isDimScreen, CircleWaves circleWaves) throws java.lang.RuntimeException- Specified by:
- addCircleWaveAnimatorin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
clearAllAnimatorpublic void clearAllAnimator(boolean isDimScreen) throws java.lang.RuntimeException- Specified by:
- clearAllAnimatorin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
setDimScreenCoverpublic void setDimScreenCover(DimScreenCover cover) throws java.lang.RuntimeException - Specified by:
- setDimScreenCoverin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
removeAnimatorpublic void removeAnimator(boolean toDimScreen, java.lang.String animatorId) throws java.lang.RuntimeException- Specified by:
- removeAnimatorin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
changePolygonStylesAndDotPointspublic void changePolygonStylesAndDotPoints(java.lang.String layerId, java.lang.String polygonId, PolygonStylesSet stylesSet, java.util.List<DotPoints> dotPoints, boolean toDimScreen) throws java.lang.RuntimeException- Specified by:
- changePolygonStylesAndDotPointsin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
changePolygonStylesAndMapPointspublic void changePolygonStylesAndMapPoints(java.lang.String layerId, java.lang.String polygonId, PolygonStylesSet stylesSet, java.util.List<MapPoints> mapPoints, boolean toDimScreen) throws java.lang.RuntimeException- Specified by:
- changePolygonStylesAndMapPointsin interface- IVectorDelegate
- Throws:
- java.lang.RuntimeException
 
 - 
setRunningpublic void setRunning(boolean running) 
 - 
isRunningpublic boolean isRunning() 
 
- 
 
-