Package org.zkoss.chart.plotOptions
Class PlotOptions
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.plotOptions.PlotOptions
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class PlotOptions extends Optionable
An option for all plotsAll the options in this class support
DynamicalAttribute
.- Author:
- RaymondChao
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description PlotOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ArcDiagramPlotOptions
getArcDiagram()
Returns the arc diagram plot optionAreaPlotOptions
getArea()
Returns the area plot optionAreaRangePlotOptions
getAreaRange()
Returns the area range plot optionAreaSplinePlotOptions
getAreaSpline()
Returns the areaspline plot optionAreaSplineRangePlotOptions
getAreaSplineRange()
Returns the areaspline range plot optionBarPlotOptions
getBar()
Returns the bar plot optionBellCurvePlotOptions
getBellCurve()
Returns the bell curve plot optionBoxPlotOptions
getBoxPlot()
Returns the box plot optionBubblePlotOptions
getBubble()
Returns the bubble plot optionBulletPlotOptions
getBullet()
Returns the bullet plot optionColumnPlotOptions
getColumn()
Returns the column plot optionColumnPyramidPlotOptions
getColumnPyramid()
Returns the column pyramid plot optionColumnRangePlotOptions
getColumnRange()
Returns the column range plot optionCylinderPlotOptions
getCylinder()
Returns the cylinder plot optionDependencyWheelPlotOptions
getDependencyWheel()
Returns the dependency wheel plot optionDumbbellPlotOptions
getDumbbell()
Returns the dumbbell plot optionErrorBarPlotOptions
getErrorBar()
Returns the error bar plot optionFunnelPlotOptions
getFunnel()
Returns the funnel plot optionFunnel3DPlotOptions
getFunnel3D()
Returns the funnel 3d plot optionGaugePlotOptions
getGauge()
Returns the gauge plot optionHeatmapPlotOptions
getHeat()
Returns the heatmap plot optionHistogramPlotOptions
getHistogram()
Returns the histogram plot optionItemPlotOptions
getItem()
Returns the item plot optionLinePlotOptions
getLine()
Returns the line plot optionLollipopPlotOptions
getLollipop()
Returns the lollipop plot optionNetworkGraphPlotOptions
getNetworkGraph()
Returns the networkgraph plot option.OrganizationPlotOptions
getOrganization()
Returns the organization plot optionPackedBubblePlotOptions
getPackedBubble()
Returns the packed bubble plot optionParetoPlotOptions
getPareto()
Returns the pareto plot optionPictorialPlotOptions
getPictorial()
Returns the pictorial plot optionPiePlotOptions
getPie()
Returns the pie plot optionPolygonPlotOptions
getPolygon()
Returns the polygon plot optionPyramidPlotOptions
getPyramid()
Returns the pyramid plot optionPyramid3DPlotOptions
getPyramid3D()
Returns the pyramid 3D plot optionSankeyPlotOptions
getSankey()
Returns the sankey plot optionScatterPlotOptions
getScatter()
Returns the scatter plot optionScatter3DPlotOptions
getScatter3D()
Returns the scatter 3D plot optionSeriesPlotOptions
getSeries()
Returns the series plot optionSolidGaugePlotOptions
getSolidGauge()
Returns the solid gauge plot optionSeriesSonification
getSonification()
Returns sonification/audio chart options for a series.SplinePlotOptions
getSpline()
Returns the spline plot optionStreamGraphPlotOptions
getStreamGraph()
Returns the streamgraph plot optionSunburstPlotOptions
getSunburst()
Returns the sunburst plot optionTilemapPlotOptions
getTilemap()
Returns the tilemap plot optionTimelinePlotOptions
getTimeline()
Returns the timeline plot optionTreemapPlotOptions
getTree()
Deprecated.as release of 10.3.3.0, please usegetTreemap()
instead.TreegraphPlotOptions
getTreegraph()
Returns the treemap plot optionTreemapPlotOptions
getTreemap()
Returns the treemap plot optionVariablePiePlotOptions
getVariablePie()
Returns the variable pie plot optionVariwidePlotOptions
getVariwide()
Returns the variwide plot optionVectorPlotOptions
getVector()
Returns the vector plot optionVennPlotOptions
getVenn()
Returns the venn plot optionWaterfallPlotOptions
getWaterfall()
Returns the water fall plot optionWindBarbPlotOptions
getWindBarb()
Returns the wind barb plot optionWordCloudPlotOptions
getWordCloud()
Returns the word cloud plot optionXRangePlotOptions
getXRange()
Returns the xrange plot optionvoid
setSonification(SeriesSonification sonification)
Sets sonification/audio chart options for a series.-
Methods inherited from class org.zkoss.chart.Optionable
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, onChange, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, setAttr, toJSONString, toString
-
-
-
-
Method Detail
-
getArcDiagram
public ArcDiagramPlotOptions getArcDiagram()
Returns the arc diagram plot option- Since:
- 10.2.1.0
-
getArea
public AreaPlotOptions getArea()
Returns the area plot option
-
getAreaRange
public AreaRangePlotOptions getAreaRange()
Returns the area range plot option
-
getAreaSpline
public AreaSplinePlotOptions getAreaSpline()
Returns the areaspline plot option
-
getAreaSplineRange
public AreaSplineRangePlotOptions getAreaSplineRange()
Returns the areaspline range plot option
-
getBar
public BarPlotOptions getBar()
Returns the bar plot option
-
getBellCurve
public BellCurvePlotOptions getBellCurve()
Returns the bell curve plot option- Since:
- 7.2.1.0
-
getBoxPlot
public BoxPlotOptions getBoxPlot()
Returns the box plot option
-
getBubble
public BubblePlotOptions getBubble()
Returns the bubble plot option
-
getBullet
public BulletPlotOptions getBullet()
Returns the bullet plot option- Since:
- 7.2.1.0
-
getColumn
public ColumnPlotOptions getColumn()
Returns the column plot option
-
getColumnPyramid
public ColumnPyramidPlotOptions getColumnPyramid()
Returns the column pyramid plot option- Since:
- 7.2.1.0
-
getColumnRange
public ColumnRangePlotOptions getColumnRange()
Returns the column range plot option
-
getCylinder
public CylinderPlotOptions getCylinder()
Returns the cylinder plot option- Since:
- 7.2.1.0
-
getDependencyWheel
public DependencyWheelPlotOptions getDependencyWheel()
Returns the dependency wheel plot option- Since:
- 7.2.1.0
-
getErrorBar
public ErrorBarPlotOptions getErrorBar()
Returns the error bar plot option
-
getDumbbell
public DumbbellPlotOptions getDumbbell()
Returns the dumbbell plot option- Since:
- 10.2.1.0
-
getFunnel
public FunnelPlotOptions getFunnel()
Returns the funnel plot option
-
getFunnel3D
public Funnel3DPlotOptions getFunnel3D()
Returns the funnel 3d plot option- Since:
- 7.2.1.0
-
getGauge
public GaugePlotOptions getGauge()
Returns the gauge plot option
-
getHeat
public HeatmapPlotOptions getHeat()
Returns the heatmap plot option
-
getHistogram
public HistogramPlotOptions getHistogram()
Returns the histogram plot option- Since:
- 7.2.1.0
-
getItem
public ItemPlotOptions getItem()
Returns the item plot option- Since:
- 7.2.1.0
-
getLine
public LinePlotOptions getLine()
Returns the line plot option
-
getLollipop
public LollipopPlotOptions getLollipop()
Returns the lollipop plot option- Since:
- 10.2.1.0
-
getNetworkGraph
public NetworkGraphPlotOptions getNetworkGraph()
Returns the networkgraph plot option.- Since:
- 7.2.1.0
-
getOrganization
public OrganizationPlotOptions getOrganization()
Returns the organization plot option- Since:
- 7.2.1.0
-
getPackedBubble
public PackedBubblePlotOptions getPackedBubble()
Returns the packed bubble plot option- Since:
- 7.2.1.0
-
getPareto
public ParetoPlotOptions getPareto()
Returns the pareto plot option- Since:
- 7.2.1.0
-
getPictorial
public PictorialPlotOptions getPictorial()
Returns the pictorial plot option- Since:
- 11.2.0.0
-
getPie
public PiePlotOptions getPie()
Returns the pie plot option
-
getPolygon
public PolygonPlotOptions getPolygon()
Returns the polygon plot option- Since:
- 7.2.1.0
-
getPyramid
public PyramidPlotOptions getPyramid()
Returns the pyramid plot option- Since:
- 7.2.1.0
-
getPyramid3D
public Pyramid3DPlotOptions getPyramid3D()
Returns the pyramid 3D plot option- Since:
- 7.2.1.0
-
getSankey
public SankeyPlotOptions getSankey()
Returns the sankey plot option- Since:
- 7.2.1.0
-
getScatter
public ScatterPlotOptions getScatter()
Returns the scatter plot option
-
getScatter3D
public Scatter3DPlotOptions getScatter3D()
Returns the scatter 3D plot option- Since:
- 7.2.1.0
-
getSeries
public SeriesPlotOptions getSeries()
Returns the series plot option
-
getSonification
public SeriesSonification getSonification()
Returns sonification/audio chart options for a series.- Since:
- 11.2.0.0
-
setSonification
public void setSonification(SeriesSonification sonification)
Sets sonification/audio chart options for a series.- Since:
- 11.2.0.0
-
getSolidGauge
public SolidGaugePlotOptions getSolidGauge()
Returns the solid gauge plot option
-
getSpline
public SplinePlotOptions getSpline()
Returns the spline plot option
-
getStreamGraph
public StreamGraphPlotOptions getStreamGraph()
Returns the streamgraph plot option- Since:
- 7.2.1.0
-
getSunburst
public SunburstPlotOptions getSunburst()
Returns the sunburst plot option- Since:
- 7.2.1.0
-
getTilemap
public TilemapPlotOptions getTilemap()
Returns the tilemap plot option- Since:
- 7.2.1.0
-
getTimeline
public TimelinePlotOptions getTimeline()
Returns the timeline plot option- Since:
- 7.2.1.0
-
getTree
public TreemapPlotOptions getTree()
Deprecated.as release of 10.3.3.0, please usegetTreemap()
instead.Returns the treemap plot option
-
getTreemap
public TreemapPlotOptions getTreemap()
Returns the treemap plot option- Since:
- 10.3.3.0
-
getTreegraph
public TreegraphPlotOptions getTreegraph()
Returns the treemap plot option- Since:
- 10.3.3.0
-
getVariablePie
public VariablePiePlotOptions getVariablePie()
Returns the variable pie plot option- Since:
- 7.2.1.0
-
getVariwide
public VariwidePlotOptions getVariwide()
Returns the variwide plot option- Since:
- 7.2.1.0
-
getVector
public VectorPlotOptions getVector()
Returns the vector plot option- Since:
- 7.2.1.0
-
getVenn
public VennPlotOptions getVenn()
Returns the venn plot option- Since:
- 7.2.1.0
-
getWaterfall
public WaterfallPlotOptions getWaterfall()
Returns the water fall plot option
-
getWindBarb
public WindBarbPlotOptions getWindBarb()
Returns the wind barb plot option- Since:
- 7.2.1.0
-
getWordCloud
public WordCloudPlotOptions getWordCloud()
Returns the word cloud plot option- Since:
- 7.2.1.0
-
getXRange
public XRangePlotOptions getXRange()
Returns the xrange plot option- Since:
- 7.2.1.0
-
-