| Modifier and Type | Method and Description |
|---|---|
static Canvas.LineJoin |
Canvas.LineJoin.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Canvas.LineJoin[] |
Canvas.LineJoin.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.setLineJoin(Canvas.LineJoin join)
Sets the line-join mode for strokes.
|
Copyright © 2018. All Rights Reserved.