| Package | Description |
|---|---|
| org.geomajas.configuration | |
| org.geomajas.configuration.client | |
| org.geomajas.layer.feature |
| Modifier and Type | Method and Description |
|---|---|
FeatureStyleInfo |
LabelStyleInfo.getBackgroundStyle()
Get the background style for the labels.
|
| Modifier and Type | Method and Description |
|---|---|
List<FeatureStyleInfo> |
NamedStyleInfo.getFeatureStyles()
Get possible styles for features.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LabelStyleInfo.setBackgroundStyle(FeatureStyleInfo backgroundStyle)
Set background style for labels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NamedStyleInfo.setFeatureStyles(List<FeatureStyleInfo> featureStyles)
Set list of possible styles for features.
|
| Constructor and Description |
|---|
FeatureStyleInfo(FeatureStyleInfo other)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureStyleInfo |
ClientMapInfo.getLineSelectStyle()
Get the line selection style for this map.
|
FeatureStyleInfo |
ClientMapInfo.getPointSelectStyle()
Get the point selection style for this map.
|
FeatureStyleInfo |
ClientMapInfo.getPolygonSelectStyle()
Get the polygon selection style for this map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientMapInfo.setLineSelectStyle(FeatureStyleInfo lineSelectStyle)
Set the line selection style for this map.
|
void |
ClientMapInfo.setPointSelectStyle(FeatureStyleInfo pointSelectStyle)
Set the point selection style for this map.
|
void |
ClientMapInfo.setPolygonSelectStyle(FeatureStyleInfo polygonSelectStyle)
Set the polygon selection style for this map.
|
| Modifier and Type | Method and Description |
|---|---|
FeatureStyleInfo |
InternalFeature.getStyleInfo()
Get the style info for this feature (or null when it is lazy loaded).
|
| Modifier and Type | Method and Description |
|---|---|
void |
InternalFeature.setStyleDefinition(FeatureStyleInfo style)
Set the style info for this feature.
|
Copyright © 2015 Geosparc. All Rights Reserved.