Annotation Interface Paint.Style

Enclosing class:
Paint

@Retention(SOURCE) public static @interface Paint.Style
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.