Package | Description |
---|---|
org.wicketstuff.openlayers3.api | |
org.wicketstuff.openlayers3.api.interaction | |
org.wicketstuff.openlayers3.api.layer | |
org.wicketstuff.openlayers3.api.style |
Modifier and Type | Method and Description |
---|---|
Style |
Feature.getStyle()
Returns the style used to render this feature.
|
Modifier and Type | Method and Description |
---|---|
void |
Feature.setStyle(Style style)
Sets the style used to render this feature.
|
Feature |
Feature.style(Style style)
Sets the style used to render this feature.
|
Constructor and Description |
---|
Feature(Point geometry,
String name,
Style style)
Creates a new feature.
|
PersistentFeature(Point geometry,
String name,
Style style)
Creates a new feature.
|
Modifier and Type | Method and Description |
---|---|
Style |
Modify.getStyle()
Returns the style for this interaction.
|
Modifier and Type | Method and Description |
---|---|
void |
Modify.setStyle(Style style)
Sets the style for this interaction.
|
Modify |
Modify.style(Style style)
Sets the style for this interaction.
|
Constructor and Description |
---|
Modify(Style style,
Feature... features)
Creates a new instance.
|
Modify(Style style,
Vector vector)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Style |
Vector.getStyle()
Returns the style used to draw features.
|
Modifier and Type | Method and Description |
---|---|
void |
Vector.setStyle(Style style)
Sets the style used to draw features.
|
Vector |
Vector.style(Style style)
Sets the style used to draw features.
|
Constructor and Description |
---|
Vector(Source source,
Style style)
Creates a new instance.
|
Modifier and Type | Class and Description |
---|---|
class |
Circle
Provides a class that models a circle style.
|
class |
ClusterStyle
Provides a style for clusters.
|
Modifier and Type | Method and Description |
---|---|
Style |
Style.fill(Fill fill)
Sets the fill for the style.
|
Style |
Style.image(Image image)
Sets the image for this style.
|
Style |
Style.stroke(Stroke stroke)
Sets the stroke for this style.
|
Style |
Style.text(Text text)
Sets the text for this style.
|
Style |
Style.zIndex(Number zIndex)
Sets the z-index for this style.
|
Style |
Circle.zIndex(Number zIndex) |
Copyright © 2015. All rights reserved.