FilledShape
- class Communicator.Markup.Shape.FilledShape()
Methods
Methods
getFillColor
getFillOpacity
- FilledShape.getFillOpacity()
Gets the fill opacity for this shape
- Return type
number
- Returns
the fill opacity
getStrokeColor
getStrokeWidth
setFillColor
setFillOpacity
- FilledShape.setFillOpacity(fillOpacity)
Sets the fill opacity for this shape
- Arguments
fillOpacity (
number()
) – the fill opacity
- Return type
void