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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
     
    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.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setAspectRatio(Number aspectRatio)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setLegend(Legend legend)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setMaintainAspectRatio(boolean maintainAspectRatio)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setResponsive(boolean responsive)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setSubtitle(Title subtitle)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setTitle(Title title)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChartOptions

      public ChartOptions()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getElements

      public Elements getElements()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setElements

      public void setElements(Elements elements)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTitle

      public Title getTitle()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setSubtitle

      public void setSubtitle(Title subtitle)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSubtitle

      public Title getSubtitle()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTitle

      public void setTitle(Title title)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getTooltip

      public Tooltip getTooltip()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setTooltip

      public void setTooltip(Tooltip tooltip)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getLegend

      public Legend getLegend()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setLegend

      public void setLegend(Legend legend)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAnimation

      public Animation getAnimation()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAnimation

      public void setAnimation(Animation animation)
      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

      public Number getAspectRatio()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setAspectRatio

      public void setAspectRatio(Number aspectRatio)
      Deprecated, for removal: This API element is subject to removal in a future version.