@Api(allMethods=true)
public interface LegendGraphicMetadata
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_HEIGHT
Default height of the legend graphic.
|
static int |
DEFAULT_WIDTH
Default width of the legend graphic.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight()
Get the suggested height of the graphic, optional.
|
String |
getLayerId()
Get layer id, optional.
|
org.geomajas.sld.NamedStyleInfo |
getNamedStyle()
Get the named style, optional.
|
org.geomajas.sld.RuleInfo |
getRule()
Get the rule, optional.
|
double |
getScale()
Get the scale, optional.
|
org.geomajas.sld.UserStyleInfo |
getUserStyle()
Get the user style, optional.
|
int |
getWidth()
Get the suggested width of the graphic, optional.
|
static final int DEFAULT_WIDTH
static final int DEFAULT_HEIGHT
String getLayerId()
org.geomajas.sld.UserStyleInfo getUserStyle()
org.geomajas.sld.NamedStyleInfo getNamedStyle()
org.geomajas.sld.RuleInfo getRule()
double getScale()
int getWidth()
int getHeight()
Copyright © 2015 Geosparc. All Rights Reserved.