Package icyllis.arc3d.core
Annotation Interface Paint.Style
- Enclosing class:
Paint
Set
Style
to fill, stroke, or both fill and stroke geometry.
The stroke and fill share all paint attributes; for instance, they are drawn with the same color.
Use Paint.STROKE_AND_FILL
to avoid hitting the same pixels twice with a stroke draw and
a fill draw. The default is Paint.FILL
.