| Package | Description |
|---|---|
| org.wicketstuff.openlayers3.api.style | |
| org.wicketstuff.openlayers3.api.util |
| Modifier and Type | Method and Description |
|---|---|
Color |
Fill.getColor()
Returns the color for this fill.
|
Color |
Stroke.getColor()
Returns the stroke color.
|
| Modifier and Type | Method and Description |
|---|---|
Fill |
Fill.color(Color color)
Sets the color for this fill.
|
Stroke |
Stroke.color(Color color)
Sets the stroke color.
|
void |
Fill.setColor(Color color)
Sets the color for this fill.
|
void |
Stroke.setColor(Color color)
Sets the stroke color.
|
| Constructor and Description |
|---|
Fill(Color color)
Creates a new instance.
|
Stroke(Color color)
Creates a new instance.
|
Stroke(Color color,
Stroke.LineCap lineCap,
Stroke.LineCap lineJoin,
Number[] lineDash,
Number miterLimit,
Number width)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Color |
Color.alpha(double alpha)
Sets the alpha value.
|
Color |
Color.blue(int blue)
Sets the blue value.
|
Color |
Color.green(int green)
Sets the green value.
|
Color |
Color.red(int red)
Sets the red value.
|
Copyright © 2014–2017. All rights reserved.