Class PlotOptionsStyle
- java.lang.Object
-
- com.vaadin.flow.component.charts.model.AbstractConfigurationObject
-
- com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
-
- All Implemented Interfaces:
Serializable
public class PlotOptionsStyle extends AbstractConfigurationObject
Styles for PlotOptions of different plot types- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlotOptionsStyle()
-
Method Summary
-
-
-
Method Detail
-
getBar
public PlotOptionsBar getBar()
- See Also:
setBar(PlotOptionsBar)
-
setBar
public void setBar(PlotOptionsBar bar)
Sets the style options forChartType.BARcharts- Parameters:
bar-
-
getArea
public PlotOptionsArea getArea()
- See Also:
setArea(PlotOptionsArea)
-
setArea
public void setArea(PlotOptionsArea area)
Sets the style options forChartType.AREAcharts- Parameters:
area-
-
getPie
public PlotOptionsPie getPie()
- See Also:
setPie(PlotOptionsPie)
-
setPie
public void setPie(PlotOptionsPie pie)
Sets the style options forChartType.PIEcharts- Parameters:
pie-
-
getLine
public PlotOptionsLine getLine()
- See Also:
setLine(PlotOptionsLine)
-
setLine
public void setLine(PlotOptionsLine line)
Sets the style options forChartType.LINEcharts- Parameters:
line-
-
getColumn
public PlotOptionsColumn getColumn()
- See Also:
setColumn(PlotOptionsColumn)
-
setColumn
public void setColumn(PlotOptionsColumn column)
Sets the style options forChartType.COLUMNcharts- Parameters:
column-
-
getSpline
public PlotOptionsSpline getSpline()
- See Also:
setSpline(PlotOptionsSpline)
-
setSpline
public void setSpline(PlotOptionsSpline spline)
Sets the style options forChartType.SPLINEcharts- Parameters:
spline-
-
getSeries
public PlotOptionsSeries getSeries()
- See Also:
setSeries(PlotOptionsSeries)
-
setSeries
public void setSeries(PlotOptionsSeries series)
Sets the style options for all type of charts- Parameters:
series-
-
getArearange
public PlotOptionsArearange getArearange()
- See Also:
setArearange(PlotOptionsArearange)
-
setArearange
public void setArearange(PlotOptionsArearange arearange)
Sets the style options forChartType.AREARANGEcharts- Parameters:
arearange-
-
getAreasplinerange
public PlotOptionsAreasplinerange getAreasplinerange()
-
setAreasplinerange
public void setAreasplinerange(PlotOptionsAreasplinerange areasplinerange)
Sets the style options forChartType.AREASPLINERANGEcharts- Parameters:
areasplinerange-
-
getAreaspline
public PlotOptionsAreaspline getAreaspline()
- See Also:
setAreaspline(PlotOptionsAreaspline)
-
setAreaspline
public void setAreaspline(PlotOptionsAreaspline areaspline)
Sets the style options forChartType.AREASPLINEcharts- Parameters:
areaspline-
-
getPyramid
public PlotOptionsPyramid getPyramid()
- See Also:
setPyramid(PlotOptionsPyramid)
-
setPyramid
public void setPyramid(PlotOptionsPyramid pyramid)
Sets the style options forChartType.PYRAMIDcharts- Parameters:
pyramid-
-
getWaterfall
public PlotOptionsWaterfall getWaterfall()
- See Also:
setWaterfall(PlotOptionsWaterfall)
-
setWaterfall
public void setWaterfall(PlotOptionsWaterfall waterfall)
Sets the style options forChartType.WATERFALLcharts- Parameters:
waterfall-
-
getTreeMap
public PlotOptionsTreemap getTreeMap()
-
setTreemap
public void setTreemap(PlotOptionsTreemap treemap)
Sets the style options forChartType.TREEMAPcharts- Parameters:
treemap-
-
getPolygon
public PlotOptionsPolygon getPolygon()
- See Also:
setPolygon(PlotOptionsPolygon)
-
setPolygon
public void setPolygon(PlotOptionsPolygon polygon)
Sets the style options forChartType.POLYGONcharts- Parameters:
polygon-
-
getBoxplot
public PlotOptionsBoxplot getBoxplot()
- See Also:
setBoxplot(PlotOptionsBoxplot)
-
setBoxplot
public void setBoxplot(PlotOptionsBoxplot boxplot)
Sets the style options forChartType.BOXPLOTcharts- Parameters:
boxplot-
-
getBubble
public PlotOptionsBubble getBubble()
- See Also:
setBubble(PlotOptionsBubble)
-
setBubble
public void setBubble(PlotOptionsBubble bubble)
Sets the style options forChartType.BUBBLEcharts- Parameters:
bubble-
-
getColumnrange
public PlotOptionsColumnrange getColumnrange()
-
setColumnrange
public void setColumnrange(PlotOptionsColumnrange columnrange)
Sets the style options forChartType.COLUMNRANGEcharts- Parameters:
columnrange-
-
getErrorbar
public PlotOptionsErrorbar getErrorbar()
-
setErrorbar
public void setErrorbar(PlotOptionsErrorbar errorbar)
Sets the style options forChartType.ERRORBARcharts- Parameters:
errorbar-
-
getFunnel
public PlotOptionsFunnel getFunnel()
- See Also:
setFunnel(PlotOptionsFunnel)
-
setFunnel
public void setFunnel(PlotOptionsFunnel funnel)
Sets the style options forChartType.FUNNELcharts- Parameters:
funnel-
-
getGauge
public PlotOptionsGauge getGauge()
- See Also:
setGauge(PlotOptionsGauge)
-
setGauge
public void setGauge(PlotOptionsGauge gauge)
Sets the style options forChartType.GAUGEcharts- Parameters:
gauge-
-
getHeatmap
public PlotOptionsHeatmap getHeatmap()
-
setHeatmap
public void setHeatmap(PlotOptionsHeatmap heatmap)
Sets the style options forChartType.HEATMAPcharts- Parameters:
heatmap-
-
getScatter
public PlotOptionsScatter getScatter()
-
setScatter
public void setScatter(PlotOptionsScatter scatter)
Sets the style options forChartType.SCATTERcharts- Parameters:
scatter-
-
getSolidgauge
public PlotOptionsSolidgauge getSolidgauge()
-
setSolidgauge
public void setSolidgauge(PlotOptionsSolidgauge solidgauge)
Sets the style options forChartType.SOLIDGAUGEcharts- Parameters:
solidgauge-
-
getTreemap
public PlotOptionsTreemap getTreemap()
- See Also:
setTreemap(PlotOptionsTreemap)
-
getCandlestick
public PlotOptionsCandlestick getCandlestick()
-
setCandlestick
public void setCandlestick(PlotOptionsCandlestick candlestick)
Sets the style options forChartType.CANDLESTICKcharts- Parameters:
candlestick-
-
getFlags
public PlotOptionsFlags getFlags()
- See Also:
setFlags(PlotOptionsFlags)
-
setFlags
public void setFlags(PlotOptionsFlags flags)
Sets the style options forChartType.FLAGScharts- Parameters:
flags-
-
getOhlc
public PlotOptionsOhlc getOhlc()
- See Also:
setOhlc(PlotOptionsOhlc)
-
setOhlc
public void setOhlc(PlotOptionsOhlc ohlc)
Sets the style options forChartType.OHLCcharts- Parameters:
ohlc-
-
getBullet
public PlotOptionsBullet getBullet()
- See Also:
setBullet(PlotOptionsBullet)
-
setBullet
public void setBullet(PlotOptionsBullet bullet)
Sets the style options forChartType.BULLETcharts- Parameters:
bullet-
-
getOrganization
public PlotOptionsOrganization getOrganization()
- See Also:
setOrganization(PlotOptionsOrganization)
-
setOrganization
public void setOrganization(PlotOptionsOrganization organization)
Sets the style options forChartType.ORGANIZATIONcharts- Parameters:
organization-
-
getTimeline
public PlotOptionsTimeline getTimeline()
- See Also:
setTimeline(PlotOptionsTimeline)
-
setTimeline
public void setTimeline(PlotOptionsTimeline timeline)
Sets the style options forChartType.TIMELINEcharts- Parameters:
timeline-
-
getXrange
public PlotOptionsXrange getXrange()
- See Also:
setXrange(PlotOptionsXrange)
-
setXrange
public void setXrange(PlotOptionsXrange xrange)
Sets the style options forChartType.XRANGEcharts- Parameters:
xrange-
-
-