Circle
- class Communicator.Markup.Shape.Circle()
This class represents a single circle consisting of a center point and a radius.
Methods
Methods
getCenter
getFillColor
getFillOpacity
- Circle.getFillOpacity()
Gets the fill opacity for this shape
- Return type
number
- Returns
the fill opacity
getRadius
- Circle.getRadius()
Gets the radius of the circle
- Return type
number
- Returns
the circle radius
getStrokeColor
getStrokeWidth
set
setCenter
setFillColor
setFillOpacity
- Circle.setFillOpacity(fillOpacity)
Sets the fill opacity for this shape
- Arguments
fillOpacity (
number()
) – the fill opacity
- Return type
void
setRadius
- Circle.setRadius(radius)
Sets the radius of the circle
- Arguments
radius (
number()
) – the circle radius
- Return type
void