org.openfaces.component.chart.impl
Class ModelInfo

java.lang.Object
  extended by org.openfaces.component.chart.impl.ModelInfo
All Implemented Interfaces:
java.io.Serializable

public class ModelInfo
extends java.lang.Object
implements java.io.Serializable

Utility class which collects the information about data presented in the chart model

See Also:
Serialized Form

Constructor Summary
ModelInfo(ChartModel model)
           
 
Method Summary
 ModelType getModelType()
           
 Series[] getNonEmptySeriesList()
           
 boolean isDataEmpty()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelInfo

public ModelInfo(ChartModel model)
Method Detail

isDataEmpty

public boolean isDataEmpty()

getNonEmptySeriesList

public Series[] getNonEmptySeriesList()

getModelType

public ModelType getModelType()


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.