Class RequestStyledParameterSet


  • public class RequestStyledParameterSet
    extends RequestParameterSet
    POST request body used for serialization.
    • Constructor Detail

      • RequestStyledParameterSet

        RequestStyledParameterSet​(Map<String,​StyleProperties> styleOptions)
        Creates an instance with non-null default values.
        Parameters:
        styleOptions - the style options
    • Method Detail

      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)
        Parameters:
        width - the image width to set.
      • getHeight

        public int getHeight()
        Returns:
        the requested height.
      • setHeight

        public void setHeight​(int height)
      • setGrid

        public void setGrid​(boolean grid)
        Parameters:
        grid - true if charts shall be rendered on a grid, false otherwise.
      • isGrid

        public boolean isGrid()
        Returns:
        true if charts shall be rendered on a grid, false otherwise.
      • isLegend

        public boolean isLegend()
      • setLegend

        public void setLegend​(boolean legend)
      • getTimeFormat

        public String getTimeFormat()
      • getReferenceDatasetStyleOptions

        public StyleProperties getReferenceDatasetStyleOptions​(String timeseriesId,
                                                               String referenceSeriesId)