Class MultipleChartsRenderer
- java.lang.Object
-
- org.n52.io.handler.IoHandler<Data<QuantityValue>>
-
- org.n52.io.type.quantity.handler.img.ChartIoHandler
-
- org.n52.io.type.quantity.handler.img.MultipleChartsRenderer
-
public class MultipleChartsRenderer extends ChartIoHandler
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.n52.io.type.quantity.handler.img.ChartIoHandler
ChartIoHandler.LabelConstants
-
-
Constructor Summary
Constructors Constructor Description MultipleChartsRenderer(IoParameters parameters, IoProcessChain<Data<QuantityValue>> processChain, IoStyleContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteDataToChart(DataCollection<Data<QuantityValue>> data)-
Methods inherited from class org.n52.io.type.quantity.handler.img.ChartIoHandler
createRangeAxis, createRangeLabel, encodeAndWriteTo, formatTitle, getDatasetStyleFor, getEndTime, getMetadataOutputs, getRenderingContext, getStartTime, getTimeseriesStyleFor, getXYPlot, isBarStyle, isLineStyle, setMimeType
-
Methods inherited from class org.n52.io.handler.IoHandler
getParameters, writeBinary
-
-
-
-
Constructor Detail
-
MultipleChartsRenderer
public MultipleChartsRenderer(IoParameters parameters, IoProcessChain<Data<QuantityValue>> processChain, IoStyleContext context)
-
-
Method Detail
-
writeDataToChart
public void writeDataToChart(DataCollection<Data<QuantityValue>> data)
- Specified by:
writeDataToChartin classChartIoHandler
-
-