public class BarsChartProperties extends AbstractChartProperties
Modifier and Type | Class and Description |
---|---|
static class |
BarsChartProperties.RegisterPersistence |
data, requiredFields
Constructor and Description |
---|
BarsChartProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
getIs3D() |
Boolean |
getIsApiled() |
Boolean |
getOrientation() |
String |
getXLabel() |
String |
getYLabel() |
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 |
setIs3D(boolean is3d) |
void |
setIsApiled(Boolean isApiled) |
void |
setOrientation(Boolean orientation) |
void |
setXLabel(String xValuesTitle) |
void |
setYLabel(String yValuesTitle) |
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, setUseSelectedFeatures
public static void registerDefinition()
public void setXLabel(String xValuesTitle)
public String getXLabel()
public void setYLabel(String yValuesTitle)
public String getYLabel()
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
saveToState
in class AbstractChartProperties
PersistenceException
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
loadFromState
in class AbstractChartProperties
PersistenceException
public void setOrientation(Boolean orientation)
public Boolean getOrientation()
public void setIsApiled(Boolean isApiled)
public Boolean getIsApiled()
public void setIs3D(boolean is3d)
public boolean getIs3D()