public class RequestStyledParameterSet extends RequestParameterSet
| Constructor and Description |
|---|
RequestStyledParameterSet(Map<String,StyleProperties> styleOptions)
Creates an instance with non-null default values.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getDatasets() |
int |
getHeight() |
StyleProperties |
getReferenceDatasetStyleOptions(String timeseriesId,
String referenceSeriesId) |
StyleProperties |
getStyleProperties(String timeseriesId) |
String |
getTimeFormat() |
int |
getWidth() |
boolean |
isGrid() |
boolean |
isLegend() |
void |
setGrid(boolean grid) |
void |
setHeight(int height) |
void |
setLegend(boolean legend) |
void |
setWidth(int width) |
IoParameters |
toParameters() |
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, toStringRequestStyledParameterSet(Map<String,StyleProperties> styleOptions)
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 StyleProperties getStyleProperties(String timeseriesId)
public StyleProperties getReferenceDatasetStyleOptions(String timeseriesId, String referenceSeriesId)
public IoParameters toParameters()
toParameters in class RequestParameterSetCopyright © 2013–2019 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.