public enum Paint.Style
- Object
- Enum<Paint.Style>
- Paint.Style
ImplementsComparable<Paint.Style>
Enum constants
FILL | |
FILL_AND_STROKE | |
STROKE |
Methods
public static Paint.Style[] values() | |
public static Paint.Style valueOf(String name) |
Inherited methods
Enum constant details
FILL
FILLFILL_AND_STROKE
FILL_AND_STROKESTROKE
STROKEMethod details
values
public static Paint.Style[] values()valueOf
public static Paint.Style valueOf(String name)