public class PieChartServiceTypeDefinition extends AbstractChartServiceTypeDefinition
chartProps, extendedData| Constructor and Description |
|---|
PieChartServiceTypeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.ImageIcon |
getChartExample() |
javax.swing.ImageIcon |
getChartIcon() |
java.lang.Class |
getChartProviderClass() |
java.lang.String |
getClassName() |
boolean |
hasChartAxisConfiguration() |
boolean |
hasFlipAxis() |
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, hasMultipleAxis, setChartProperties, setExtendedDatapublic java.lang.String getClassName()
public 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 hasFlipAxis()
hasFlipAxis in interface ChartServiceTypeDefinitionhasFlipAxis in class AbstractChartServiceTypeDefinitionpublic boolean hasChartAxisConfiguration()