public class TemporalChartServiceTypeDefinition extends AbstractChartServiceTypeDefinition implements ChartServiceTypeDefinition
chartProps, extendedData| Constructor and Description |
|---|
TemporalChartServiceTypeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.ImageIcon |
getChartExample() |
javax.swing.ImageIcon |
getChartIcon() |
java.lang.Class |
getChartProviderClass() |
java.lang.String |
getClassName() |
boolean |
hasChartAxisConfiguration() |
void |
update()
Use this method to reflect changes in the model (ChartProperties)
It will be called by setChartProperties() to reflect the data in GUI.
|
addChartTypeRenderer, createChartProperties, getChartTypeHorizontalRenderers, getChartTypeRenderer, getChartTypeRenderers, getChartTypeRenderers, getExtendedData, has3DRenderers, hasFlipAxis, hasMultipleAxis, setChartProperties, setExtendedDataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateChartProperties, getChartTypeRenderer, getChartTypeRenderers, getChartTypeRenderers, getExtendedData, has3DRenderers, hasFlipAxis, hasMultipleAxis, setChartProperties, setExtendedDatapublic java.lang.String getClassName()
getClassName in interface ChartServiceTypeDefinitionpublic java.lang.Class getChartProviderClass()
getChartProviderClass in interface ChartServiceTypeDefinitiongetChartProviderClass in class AbstractChartServiceTypeDefinitionpublic javax.swing.ImageIcon getChartIcon()
getChartIcon in interface ChartServiceTypeDefinitiongetChartIcon in class AbstractChartServiceTypeDefinitionpublic javax.swing.ImageIcon getChartExample()
getChartExample in interface ChartServiceTypeDefinitiongetChartExample in class AbstractChartServiceTypeDefinitionpublic void update()
AbstractChartServiceTypeDefinitionupdate in class AbstractChartServiceTypeDefinitionpublic boolean hasChartAxisConfiguration()
hasChartAxisConfiguration in interface ChartServiceTypeDefinition