Package com.kakao.vectormap.internal
Interface IShapeFactory
- 
 public interface IShapeFactory
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapeAnimatornewAnimator(IVectorDelegate delegate, java.lang.String id, boolean toDimScreen, int repeatCount, int duration, boolean hideShapeAtStop, Interpolation interpolation)ShapeLayernewLayer(IShapeDelegate delegate, java.lang.String layerId, int zOrder, boolean visible, boolean isDimScreen, ShapeLayerPass passType, IShapeFactory factory)PolygonnewPolygon(IVectorDelegate delegate, java.lang.String layerId, java.lang.String polygonId, PolygonOptions options, boolean isDimScreen)PolylinenewPolyline(IShapeDelegate delegate, java.lang.String layerId, java.lang.String polylineId, PolylineOptions options, boolean isDimScreen)
 
- 
- 
- 
Method Detail- 
newPolygonPolygon newPolygon(IVectorDelegate delegate, java.lang.String layerId, java.lang.String polygonId, PolygonOptions options, boolean isDimScreen) 
 - 
newPolylinePolyline newPolyline(IShapeDelegate delegate, java.lang.String layerId, java.lang.String polylineId, PolylineOptions options, boolean isDimScreen) 
 - 
newLayerShapeLayer newLayer(IShapeDelegate delegate, java.lang.String layerId, int zOrder, boolean visible, boolean isDimScreen, ShapeLayerPass passType, IShapeFactory factory) 
 - 
newAnimatorShapeAnimator newAnimator(IVectorDelegate delegate, java.lang.String id, boolean toDimScreen, int repeatCount, int duration, boolean hideShapeAtStop, Interpolation interpolation) 
 
- 
 
-