Uses of Class
org.n52.io.IoStyleContext
-
Packages that use IoStyleContext Package Description org.n52.io org.n52.io.handler org.n52.io.type.quantity.handler.img org.n52.io.type.quantity.handler.report -
-
Uses of IoStyleContext in org.n52.io
Methods in org.n52.io that return IoStyleContext Modifier and Type Method Description static IoStyleContextIoStyleContext. createContextWith(IoParameters parameters, List<? extends DatasetOutput<?>> metadatas)static IoStyleContextIoStyleContext. createEmpty() -
Uses of IoStyleContext in org.n52.io.handler
Methods in org.n52.io.handler that return IoStyleContext Modifier and Type Method Description protected IoStyleContextIoHandlerFactory. createContext(IoParameters parameters) -
Uses of IoStyleContext in org.n52.io.type.quantity.handler.img
Methods in org.n52.io.type.quantity.handler.img that return IoStyleContext Modifier and Type Method Description IoStyleContextChartIoHandler. getRenderingContext()Constructors in org.n52.io.type.quantity.handler.img with parameters of type IoStyleContext Constructor Description ChartIoHandler(IoParameters parameters, IoProcessChain<Data<QuantityValue>> processChain, IoStyleContext context)MultipleChartsRenderer(IoParameters parameters, IoProcessChain<Data<QuantityValue>> processChain, IoStyleContext context) -
Uses of IoStyleContext in org.n52.io.type.quantity.handler.report
Methods in org.n52.io.type.quantity.handler.report that return IoStyleContext Modifier and Type Method Description IoStyleContextReportGenerator. getContext()Constructors in org.n52.io.type.quantity.handler.report with parameters of type IoStyleContext Constructor Description ReportGenerator(IoParameters parameters, IoProcessChain<T> processChain, IoStyleContext context)
-