Package org.n52.io.format
Class HighchartFormatter<T extends NumericValue<?>>
- java.lang.Object
-
- org.n52.io.format.HighchartFormatter<T>
-
- All Implemented Interfaces:
DataFormatter<Data<T>,HighchartData>
public class HighchartFormatter<T extends NumericValue<?>> extends Object implements DataFormatter<Data<T>,HighchartData>
-
-
Constructor Summary
Constructors Constructor Description HighchartFormatter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HighchartDataCollectionformat(DataCollection<Data<T>> toFormat)
-
-
-
Method Detail
-
format
public HighchartDataCollection format(DataCollection<Data<T>> toFormat)
- Specified by:
formatin interfaceDataFormatter<Data<T extends NumericValue<?>>,HighchartData>
-
-