Constructors
Properties
Readonlyarc
arc: Pick<ArcSegmentOptions, | "fillColor" | "fillOpacity" | "strokeColor" | "strokeOpacity" | "strokeWidth"> = {} Readonlyarrow
arrow: Pick<ArrowOptions, | "fillColor" | "fillOpacity" | "strokeColor" | "strokeOpacity" | "strokeWidth" | "headAngle" | "headLength"> = {} Readonlycircle
circle: Pick<CircleOptions, | "fillColor" | "fillOpacity" | "strokeColor" | "strokeOpacity" | "strokeWidth"> = {} Readonlyellipse
ellipse: Pick<EllipseOptions, | "fillColor" | "fillOpacity" | "strokeColor" | "strokeOpacity" | "strokeWidth"> = {} Readonlyline
line: Pick<LineOptions, | "fillColor" | "fillOpacity" | "strokeColor" | "strokeOpacity" | "strokeWidth"> = {} Readonlypoint
point: Pick<PointOptions, | "strokeWidth" | "hideIcon" | "iconColor" | "iconKind" | "iconOpacity" | "textColor" | "textOpacity"> = {} Readonlypolygon
polygon: Pick<PolygonOptions, | "fillColor" | "fillOpacity" | "strokeColor" | "strokeOpacity" | "strokeWidth"> = {} Readonlyrectangle
rectangle: Pick<RectangleOptions, | "fillColor" | "fillOpacity" | "strokeColor" | "strokeOpacity" | "strokeWidth"> = {} Readonlytext
text: Pick<TextOptions, | "fillColor" | "fillOpacity" | "fontFamily" | "fontSize"> = {} Methods
reset
- reset(): void
Returns void