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