Package org.primefaces.model.charts
Class ChartOptions
java.lang.Object
org.primefaces.model.charts.ChartOptions
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BarChartOptions,BubbleChartOptions,LineChartOptions,PieChartOptions,PolarAreaChartOptions,RadarChartOptions
@Deprecated(since="14.0.0",
forRemoval=true)
public abstract class ChartOptions
extends Object
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
please use new p:chart component
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getTitle()Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetAnimation(Animation animation) Deprecated, for removal: This API element is subject to removal in a future version.voidsetAspectRatio(Number aspectRatio) Deprecated, for removal: This API element is subject to removal in a future version.voidsetElements(Elements elements) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetMaintainAspectRatio(boolean maintainAspectRatio) Deprecated, for removal: This API element is subject to removal in a future version.voidsetResponsive(boolean responsive) Deprecated, for removal: This API element is subject to removal in a future version.voidsetSubtitle(Title subtitle) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidsetTooltip(Tooltip tooltip) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ChartOptions
public ChartOptions()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getElements
Deprecated, for removal: This API element is subject to removal in a future version. -
setElements
Deprecated, for removal: This API element is subject to removal in a future version. -
getTitle
Deprecated, for removal: This API element is subject to removal in a future version. -
setSubtitle
Deprecated, for removal: This API element is subject to removal in a future version. -
getSubtitle
Deprecated, for removal: This API element is subject to removal in a future version. -
setTitle
Deprecated, for removal: This API element is subject to removal in a future version. -
getTooltip
Deprecated, for removal: This API element is subject to removal in a future version. -
setTooltip
Deprecated, for removal: This API element is subject to removal in a future version. -
getLegend
Deprecated, for removal: This API element is subject to removal in a future version. -
setLegend
Deprecated, for removal: This API element is subject to removal in a future version. -
getAnimation
Deprecated, for removal: This API element is subject to removal in a future version. -
setAnimation
Deprecated, for removal: This API element is subject to removal in a future version. -
isResponsive
public boolean isResponsive()Deprecated, for removal: This API element is subject to removal in a future version. -
setResponsive
public void setResponsive(boolean responsive) Deprecated, for removal: This API element is subject to removal in a future version. -
isMaintainAspectRatio
public boolean isMaintainAspectRatio()Deprecated, for removal: This API element is subject to removal in a future version. -
setMaintainAspectRatio
public void setMaintainAspectRatio(boolean maintainAspectRatio) Deprecated, for removal: This API element is subject to removal in a future version. -
getAspectRatio
Deprecated, for removal: This API element is subject to removal in a future version. -
setAspectRatio
Deprecated, for removal: This API element is subject to removal in a future version.
-