Android Reference
Paint.Style
android.graphics
Enum Paint.Style
-
-
Enum Constant Summary
Enum Constants
Enum Constant and Description |
FILL
Geometry and text drawn with this style will be filled, ignoring all
stroke-related settings in the paint.
|
FILL_AND_STROKE
Geometry and text drawn with this style will be both filled and
stroked at the same time, respecting the stroke-related fields on
the paint.
|
STROKE
Geometry and text drawn with this style will be stroked, respecting
the stroke-related fields on the paint.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
static Paint.Style |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Paint.Style[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
-
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, getSharedConstants, hashCode, name, ordinal, toString, valueOf
-
-
Enum Constant Detail
-
FILL
public static final Paint.Style FILL
Geometry and text drawn with this style will be filled, ignoring all
stroke-related settings in the paint.
-
STROKE
public static final Paint.Style STROKE
Geometry and text drawn with this style will be stroked, respecting
the stroke-related fields on the paint.
-
FILL_AND_STROKE
public static final Paint.Style FILL_AND_STROKE
Geometry and text drawn with this style will be both filled and
stroked at the same time, respecting the stroke-related fields on
the paint. This mode can give unexpected results if the geometry
is oriented counter-clockwise. This restriction does not apply to
either FILL or STROKE.
-
Method Detail
-
valueOf
public static Paint.Style valueOf(String name)
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Content
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 234 / 159524110. Delta: 0.00398 с