Uses of Class
net.pricefx.common.apibuilder.chart.AbstractChartSeries
Packages that use AbstractChartSeries
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of AbstractChartSeries in net.pricefx.common.apibuilder.chart
Classes in net.pricefx.common.apibuilder.chart with type parameters of type AbstractChartSeriesModifier and TypeClassDescriptionclassAbstractChartMeasures<S extends AbstractChartSeries<?,S>, M extends AbstractChartMeasures<S, M>> Common base class for the "additional measure" builders returned by a concrete series type's ownaddAdditionalMeasure()method, for exampleScatterChart.ScatterAdditionalMeasureorBarLineChart.BarLineAdditionalMeasure.classAbstractChartSeries<C extends AbstractChartBuilder<C>,S extends AbstractChartSeries<C, S>> Common base class for the series builders returned by every chart type'saddSeries()orgetSeries()method, for exampleScatterChart.ScatterSeriesorBarLineChart.BarLineSeries.static classChartMeasures.Basic<S extends AbstractChartSeries<?,S>, M extends ChartMeasures.Basic<S, M>> Re-exposesAbstractChartMeasures.withAggregation(String),AbstractChartMeasures.withAggregation(net.pricefx.common.api.chart.AggregationFormula),AbstractChartMeasures.withFormula(),AbstractChartMeasures.withPercent(),AbstractChartMeasures.withPerUnit(),AbstractChartMeasures.withAverage(), andAbstractChartMeasures.withTotal()aspublic; the tier extended by a concrete additional-measure type that supports none ofChartMeasures.Type's orChartMeasures.EmbeddedBoxplot's further options, for exampleScatterChart.ScatterAdditionalMeasureorPieChart.PieAdditionalMeasure.static classChartMeasures.EmbeddedBoxplot<S extends AbstractChartSeries<?,S>, M extends ChartMeasures.EmbeddedBoxplot<S, M>> Re-exposesAbstractChartMeasures.withBoxplotField()andAbstractChartMeasures.withBoxplotExpression()aspublic, on top of everythingChartMeasures.Typeexposes; the tier extended by a concrete additional-measure type whose series supports an embedded box plot overlay, for exampleBarLineChart.BarLineAdditionalMeasureorTimeSeriesChart.TimeSeriesAdditionalMeasure.static classChartMeasures.Type<S extends AbstractChartSeries<?,S>, M extends ChartMeasures.Type<S, M>> Re-exposesAbstractChartMeasures.setType(net.pricefx.common.api.chart.SeriesType)andAbstractChartMeasures.setOnZAxis(Boolean)aspublic, on top of everythingChartMeasures.Basicexposes; the tier extended by a concrete additional-measure type that can render itself differently from its series' primary measure or plot itself on a Z axis, for exampleHistogramChart.HistogramAdditionalMeasureorDetailedTimeSeriesChart.DetailedTimeSeriesAdditionalMeasure.classFormula<S extends AbstractChartSeries<?,S>> classLimitToMeasure<S extends AbstractChartSeries<?,S>> classNonAggrFieldAxis<S extends AbstractChartSeries<?,S>> classTrendLine<S extends AbstractChartSeries<?,?>> Subclasses of AbstractChartSeries in net.pricefx.common.apibuilder.chartModifier and TypeClassDescriptionstatic classA single series of aBarLineChart, obtained fromBarLineChart.addSeries()rather than instantiated directly.static classA single series of aBoxplotChart, obtained fromBoxplotChart.addSeries()rather than instantiated directly.static classA single series of aBubbleChart, obtained fromBubbleChart.addSeries()rather than instantiated directly.static classChartSeries.Aggregation<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C, S>> Re-exposessetAggregationBy(String),setBandBy(String), andsetShowBandByLegend(Boolean)aspublic, and addsChartSeries.Aggregation.getBandByOptions(); the tier extended by a concrete series type that supports aggregation-by and band-by grouping, for exampleScatterChart.ScatterSeriesorBubbleChart.BubbleSeries.static classChartSeries.Basic<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C, S>> Re-exposessetHideDataLabels(Boolean)aspublic; the tier extended by a concrete series type that supports hiding data labels but none ofChartSeries.EmbeddedBoxplot's orChartSeries.Aggregation's further options.static classChartSeries.EmbeddedBoxplot<C extends AbstractChartBuilder<C>,S extends ChartSeries.Basic<C, S>> Re-exposessetType(SeriesType),setShowBoxplot(Boolean),setBoxplotAxis(), andsetWhisker(WhiskerType)aspublic; the tier extended by a concrete series type that supports an embedded box plot overlay, for exampleBarLineChart.BarLineSeriesorTimeSeriesChart.TimeSeriesSeries.static classstatic classstatic classThe single series of aHeatmapChart, obtained fromHeatmapChart.getSeries()rather than instantiated directly.static classstatic classstatic classstatic classstatic classstatic classstatic class