| Modifier and Type | Method and Description |
|---|---|
static Canvas.LineCap |
Canvas.LineCap.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Canvas.LineCap[] |
Canvas.LineCap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Canvas |
Canvas.setLineCap(Canvas.LineCap cap)
Sets the line-cap mode for strokes.
|
Copyright © 2018. All Rights Reserved.