Package com.kakao.vectormap.internal
Interface IShapeFactory
-
public interface IShapeFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapeAnimator
newAnimator(IVectorDelegate delegate, java.lang.String id, boolean toDimScreen, int repeatCount, int duration, boolean hideShapeAtStop, Interpolation interpolation)
ShapeLayer
newLayer(IShapeDelegate delegate, java.lang.String layerId, int zOrder, boolean visible, boolean isDimScreen, ShapeLayerPass passType, IShapeFactory factory)
Polygon
newPolygon(IVectorDelegate delegate, java.lang.String layerId, java.lang.String polygonId, PolygonOptions options, boolean isDimScreen)
Polyline
newPolyline(IShapeDelegate delegate, java.lang.String layerId, java.lang.String polylineId, PolylineOptions options, boolean isDimScreen)
-
-
-
Method Detail
-
newPolygon
Polygon newPolygon(IVectorDelegate delegate, java.lang.String layerId, java.lang.String polygonId, PolygonOptions options, boolean isDimScreen)
-
newPolyline
Polyline newPolyline(IShapeDelegate delegate, java.lang.String layerId, java.lang.String polylineId, PolylineOptions options, boolean isDimScreen)
-
newLayer
ShapeLayer newLayer(IShapeDelegate delegate, java.lang.String layerId, int zOrder, boolean visible, boolean isDimScreen, ShapeLayerPass passType, IShapeFactory factory)
-
newAnimator
ShapeAnimator newAnimator(IVectorDelegate delegate, java.lang.String id, boolean toDimScreen, int repeatCount, int duration, boolean hideShapeAtStop, Interpolation interpolation)
-
-