public class PieChartProperties extends AbstractChartProperties
| Modifier and Type | Class and Description |
|---|---|
static class |
PieChartProperties.RegisterPersistence |
data, requiredFields| Constructor and Description |
|---|
PieChartProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getHasExploitedSections() |
boolean |
getIs3D() |
boolean |
getIsBasicChart() |
Float |
getPieChartRadius() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
static void |
registerDefinition() |
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setHasExploitedSections(boolean hasExplotedSections) |
void |
setIs3D(boolean is3d) |
void |
setIsBasicChart(boolean isBasic) |
void |
setPieChartRadius(Float radius) |
addRequiredField, clear, clone, delegate, getChartDescription, getChartIsHorizontal, getChartLabellingDataShown, getChartLabellingFont, getChartLabellingPosition, getChartLabellingVisible, getChartName, getChartRenderer, getChartRenderer, getChartRendererName, getChartTableName, getChartTitle, getChartType, getDomainAxisPosition, getDynClass, getDynValue, getHasLegendCoordinates, getHasLegendDefaultConf, getHasPlotDefaultSize, getHasPlotOutline, getIsLegendVisible, getLegendOrientation, getLegendPosition, getLegendTitleFont, getLegendTitleIsVisible, getLegendTitleText, getLegendXCoordinate, getLegendYCoordinate, getNoDataMessageText, getNullGroupIgnored, getPlotBackgroundAlpha, getPlotBackgroundColor, getPlotHeight, getPlotWidth, getPlotXPosition, getPlotYPosition, getRenderers, getRequiredField, getRequiredFields, getShowChartTooltip, getShowChartURLs, getUseSelectedFeatures, hasDefaultChartAxis, hasDynValue, implement, invokeDynMethod, invokeDynMethod, is3DChart, isChartVisibleIfNoData, isMandatoryChart, isXYPlotChart, setChartDescription, setChartDimension, setChartDynValue, setChartIsHorizontal, setChartLabellingDataShown, setChartLabellingFont, setChartLabellingPosition, setChartLabellingVisible, setChartName, setChartRenderer, setChartTableName, setChartTitle, setChartType, setDomainAxisPosition, setDynValue, setHasDefaultChartAxis, setHasLegendCoordinates, setHasLegendManualConf, setHasPlotManualSize, setHasPlotOutline, setIsChartVisibleIfNoData, setIsLegendVisible, setIsMandatoryChart, setIsXYPlotChart, setLegendOrientation, setLegendPosition, setLegendTitleFont, setLegendTitleIsVisible, setLegendTitleText, setLegendXCoordinate, setLegendYCoordinate, setNoDataMessageText, setNullGroupIgnored, setPlotBackgroundAlpha, setPlotBackgroundColor, setPlotHeight, setPlotWidth, setPlotXPosition, setPlotYPosition, setRequiredFields, setShowChartTooltip, setShowChartURLs, setUseSelectedFeaturespublic static void registerDefinition()
public void setPieChartRadius(Float radius)
public Float getPieChartRadius()
public void setIs3D(boolean is3d)
public boolean getIs3D()
public void setIsBasicChart(boolean isBasic)
public boolean getIsBasicChart()
public void setHasExploitedSections(boolean hasExplotedSections)
public boolean getHasExploitedSections()
public void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentsaveToState in class AbstractChartPropertiesPersistenceExceptionpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentloadFromState in class AbstractChartPropertiesPersistenceException