CircleCollection
- class Communicator.Markup.Shape.CircleCollection()
This class is useful for specifying multiple circles that all share the same visual appearance.
Methods
Methods
addCircle
clear
- CircleCollection.clear()
Removes all circles from this collection
- Return type
void
getCircles
- CircleCollection.getCircles()
Gets the circles in the collection
- Return type
[_MarkupCircleData]
getFillColor
getFillOpacity
- CircleCollection.getFillOpacity()
Gets the fill opacity for this shape
- Return type
number
- Returns
the fill opacity
getStrokeColor
getStrokeWidth
setCircle
setFillColor
setFillOpacity
- CircleCollection.setFillOpacity(fillOpacity)
Sets the fill opacity for this shape
- Arguments
fillOpacity (
number()
) – the fill opacity
- Return type
void