public class RequestStyledParameterSet extends RequestParameterSet
| Constructor and Description |
|---|
RequestStyledParameterSet()
Creates an instance with non-null default values.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addSeriesWithStyleOptions(String timeseriesId,
StyleProperties options) |
String[] |
getDatasets() |
int |
getHeight() |
StyleProperties |
getReferenceSeriesStyleOptions(String timeseriesId,
String referenceSeriesId) |
StyleProperties |
getStyleOptions(String timeseriesId) |
String |
getTimeFormat() |
int |
getWidth() |
boolean |
isGrid() |
boolean |
isLegend() |
void |
setGrid(boolean grid) |
void |
setHeight(int height) |
void |
setLegend(boolean legend) |
void |
setStyleOptions(Map<String,StyleProperties> renderingOptions) |
void |
setWidth(int width) |
availableParameterNames, containsParameter, getAs, getAs, getAsBoolean, getAsBoolean, getAsInt, getAsInt, getAsString, getAsString, getAsStringArray, getAsStringArray, getLanguage, getLocale, getOutputTimezone, getParameterValue, getResultTime, getTimeseriesIds, getTimespan, getValueType, isBase64, isExpanded, isGeneralize, removeParameter, setBase64, setExpanded, setGeneralize, setLanguage, setLocale, setOutputTimezone, setParameter, setParameter, setParameters, setResultTime, setTimespan, toStringpublic RequestStyledParameterSet()
public int getWidth()
public void setWidth(int width)
width - the image width to set.public int getHeight()
public void setHeight(int height)
public String[] getDatasets()
getDatasets in class RequestParameterSetpublic void setGrid(boolean grid)
grid - true if charts shall be rendered on a grid,
false otherwise.public boolean isGrid()
true if charts shall be rendered on a grid, false otherwise.public boolean isLegend()
public void setLegend(boolean legend)
public String getTimeFormat()
public void setStyleOptions(Map<String,StyleProperties> renderingOptions)
public StyleProperties getStyleOptions(String timeseriesId)
public StyleProperties getReferenceSeriesStyleOptions(String timeseriesId, String referenceSeriesId)
public void addSeriesWithStyleOptions(String timeseriesId, StyleProperties options)
Copyright © 2013–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.