Scenic v0.10.2 Scenic.Primitive.Sector View Source
Draw an sector on the screen.
An sector is a shape that looks like a piece of pie.
Data
{radius, start, finish}
The data for a sector is a three-tuple.
radius
- the radius of the arcstart
- the starting angle in radiansfinish
- end ending angle in radians
Styles
This primitive recognizes the following styles
hidden
- show or hide the primitivefill
- fill in the area of the primitivestroke
- stroke the outline of the primitive. In this case, only the curvy part.
Usage
You should add/modify primitives via the helper functions in
Scenic.Primitives
Link to this section Summary
Functions
Returns a list of styles recognized by this primitive
Link to this section Functions
Link to this function
valid_styles()
View Source
valid_styles()
View Source
valid_styles() :: [:fill | :hidden | :stroke, ...]
valid_styles() :: [:fill | :hidden | :stroke, ...]
Returns a list of styles recognized by this primitive.