org.openfaces.component.chart.impl
Class ModelConverter
java.lang.Object
org.openfaces.component.chart.impl.ModelConverter
public class ModelConverter
- extends java.lang.Object
Utility class - a set of static methods to transfer data represented in ChartModel
to appropriate JFreeChart Dataset
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelConverter
public ModelConverter()
toPieDataset
public static PieDataset toPieDataset(ChartModel model)
toCategoryDataset
public static CategoryDataset toCategoryDataset(ModelInfo info)
toXYSeriesCollection
public static XYSeriesCollection toXYSeriesCollection(ModelInfo info)
toTimeSeriesCollection
public static TimeSeriesCollection toTimeSeriesCollection(ModelInfo info)
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.