Package | Description |
---|---|
org.wicketstuff.openlayers3.api.style |
Modifier and Type | Method and Description |
---|---|
Stroke.LineCap |
Stroke.getLineCap()
Returns the line cap style.
|
Stroke.LineCap |
Stroke.getLineJoin()
Returns the line join style.
|
static Stroke.LineCap |
Stroke.LineCap.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stroke.LineCap[] |
Stroke.LineCap.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Stroke |
Stroke.lineCap(Stroke.LineCap lineCap)
Sets the line cap style.
|
Stroke |
Stroke.lineJoin(Stroke.LineCap lineJoin)
Sets the line join style.
|
void |
Stroke.setLineCap(Stroke.LineCap lineCap)
Sets the line cap style.
|
void |
Stroke.setLineJoin(Stroke.LineCap lineJoin)
Sets the line join style.
|
Constructor and Description |
---|
Stroke(Color color,
Stroke.LineCap lineCap,
Stroke.LineCap lineJoin,
Number[] lineDash,
Number miterLimit,
Number width)
Creates a new instance.
|
Copyright © 2015. All rights reserved.