Uses of Class
net.pricefx.common.apibuilder.chart.AbstractChartOptions
Packages that use AbstractChartOptions
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of AbstractChartOptions in net.pricefx.common.apibuilder.chart
Classes in net.pricefx.common.apibuilder.chart with type parameters of type AbstractChartOptionsModifier and TypeClassDescriptionclassAbstractChartOptions<C extends AbstractChartBuilder<C>,O extends AbstractChartOptions<C, O>> Common base class for the Options object returned by every chart type'sAbstractChartBuilder.getOptions(), for exampleScatterChart.ScatterOptionsorBarLineChart.BarLineOptions.Subclasses of AbstractChartOptions 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.Basic<C extends AbstractChartBuilder<C>,O extends ChartOptions.Basic<C, O>> Re-exposessetTitle(String),setSubtitle(String),setHideLegend(Boolean), andsetHideTooltips(Boolean)aspublic; the tier extended by a concrete Options type that supports none of this class's more specific tiers, for exampleWaterfallChart.WaterfallOptionsorWaterfallComparisonChart.WaterfallComparisonOptions.static classChartOptions.EmbeddedBoxplot<C extends AbstractChartBuilder<C>,O extends ChartOptions.EmbeddedBoxplot<C, O>> Re-exposessetBoxplotAxisLabel(String),setBoxplotAxisMin(BigDecimal), andsetBoxplotAxisMax(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-exposessetXLabel(String)andsetYLabel(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-exposessetXMin(BigDecimal),setXMax(BigDecimal),setYMin(BigDecimal), andsetYMax(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-exposessetYMin(BigDecimal),setYMax(BigDecimal),setShowZAxis(Boolean),setZLabel(String),setZMin(BigDecimal),setZMax(BigDecimal), andsetComparison(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 classstatic classThe Options for aHeatmapChart, obtained fromHeatmapChart.getOptions()rather than instantiated directly.static classstatic classstatic classstatic classstatic classstatic classstatic classMethods in net.pricefx.common.apibuilder.chart that return AbstractChartOptionsModifier and TypeMethodDescriptionabstract AbstractChartOptions<C, ?> AbstractChartBuilder.getOptions()Returns this chart's Options builder.