Uses of Class
net.pricefx.common.apibuilder.chart.ChartOptions.Basic
Packages that use ChartOptions.Basic
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of ChartOptions.Basic in net.pricefx.common.apibuilder.chart
Classes in net.pricefx.common.apibuilder.chart with type parameters of type ChartOptions.BasicModifier and TypeClassDescriptionstatic classChartOptions.Basic<C extends AbstractChartBuilder<C>,O extends ChartOptions.Basic<C, O>> Re-exposesAbstractChartOptions.setTitle(String),AbstractChartOptions.setSubtitle(String),AbstractChartOptions.setHideLegend(Boolean), andAbstractChartOptions.setHideTooltips(Boolean)aspublic; the tier extended by a concrete Options type that supports none of this class's more specific tiers, for exampleWaterfallChart.WaterfallOptionsorWaterfallComparisonChart.WaterfallComparisonOptions.Subclasses of ChartOptions.Basic in net.pricefx.common.apibuilder.chartModifier and TypeClassDescriptionstatic classThe Options for aBarLineChart, obtained fromBarLineChart.getOptions()rather than instantiated directly.static classThe Options for aBoxplotChart, obtained fromBoxplotChart.getOptions()rather than instantiated directly.static classThe Options for aBubbleChart, obtained fromBubbleChart.getOptions()rather than instantiated directly.static classChartOptions.EmbeddedBoxplot<C extends AbstractChartBuilder<C>,O extends ChartOptions.EmbeddedBoxplot<C, O>> Re-exposesAbstractChartOptions.setBoxplotAxisLabel(String),AbstractChartOptions.setBoxplotAxisMin(BigDecimal), andAbstractChartOptions.setBoxplotAxisMax(BigDecimal)aspublic, on top of everythingChartOptions.ZAxisexposes; the tier extended by a concrete Options type whose series supports an embedded box plot overlay, for exampleBarLineChart.BarLineOptionsorTimeSeriesChart.TimeSeriesOptions.static classChartOptions.XYLabels<C extends AbstractChartBuilder<C>,O extends ChartOptions.XYLabels<C, O>> Re-exposesAbstractChartOptions.setXLabel(String)andAbstractChartOptions.setYLabel(String)aspublic, on top of everythingChartOptions.Basicexposes; the tier extended by a concrete Options type that labels its X and Y axes but supports neitherChartOptions.XYMinMax's norChartOptions.ZAxis's further bounds, for exampleHeatmapChart.HeatmapOptionsorPieChart.PieOptions.static classChartOptions.XYMinMax<C extends AbstractChartBuilder<C>,O extends ChartOptions.XYMinMax<C, O>> Re-exposesAbstractChartOptions.setXMin(BigDecimal),AbstractChartOptions.setXMax(BigDecimal),AbstractChartOptions.setYMin(BigDecimal), andAbstractChartOptions.setYMax(BigDecimal)aspublic, on top of everythingChartOptions.XYLabelsexposes; the tier extended by a concrete Options type whose X and Y axes are both plain numeric scales worth bounding, for exampleScatterChart.ScatterOptionsorBubbleChart.BubbleOptions.static classChartOptions.ZAxis<C extends AbstractChartBuilder<C>,O extends ChartOptions.ZAxis<C, O>> Re-exposesAbstractChartOptions.setYMin(BigDecimal),AbstractChartOptions.setYMax(BigDecimal),AbstractChartOptions.setShowZAxis(Boolean),AbstractChartOptions.setZLabel(String),AbstractChartOptions.setZMin(BigDecimal),AbstractChartOptions.setZMax(BigDecimal), andAbstractChartOptions.setComparison(Boolean)aspublic, on top of everythingChartOptions.XYLabelsexposes; the tier extended by a concrete Options type with a Z axis or period comparison but no X axis bounds, for exampleBoxplotChart.BoxplotOptionsorHistogramChart.HistogramOptions.static classstatic classThe Options for aHeatmapChart, obtained fromHeatmapChart.getOptions()rather than instantiated directly.static classstatic classstatic classstatic classstatic classstatic classstatic class