Uses of Class
net.pricefx.common.apibuilder.chart.AbstractChartMeasures
Packages that use AbstractChartMeasures
Package
Description
Fluent builders for chart definitions rendered by the Pricefx user interface.
-
Uses of AbstractChartMeasures in net.pricefx.common.apibuilder.chart
Classes in net.pricefx.common.apibuilder.chart with type parameters of type AbstractChartMeasuresModifier 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.Subclasses of AbstractChartMeasures in net.pricefx.common.apibuilder.chartModifier and TypeClassDescriptionstatic classA further measure on aBarLineChart.BarLineSeriesbeyond its primary Y axis measure, obtained fromBarLineChart.BarLineSeries.addAdditionalMeasure()rather than instantiated directly.static classA further measure on aBoxplotChart.BoxplotSeriesbeyond its primary Y axis Box Plot expression, obtained fromBoxplotChart.BoxplotSeries.addAdditionalMeasure()rather than instantiated directly.static classA further measure on aBubbleChart.BubbleSeriesbeyond its X axis, Y axis, and bubble size measures, obtained fromBubbleChart.BubbleSeries.addAdditionalMeasure()rather than instantiated directly.static classChartMeasures.Basic<S extends AbstractChartSeries<?,S>, M extends ChartMeasures.Basic<S, M>> Re-exposeswithAggregation(String),withAggregation(net.pricefx.common.api.chart.AggregationFormula),withFormula(),withPercent(),withPerUnit(),withAverage(), andwithTotal()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-exposeswithBoxplotField()andwithBoxplotExpression()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-exposessetType(net.pricefx.common.api.chart.SeriesType)andsetOnZAxis(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.static classstatic classstatic classA further measure on aHeatmapChart.HeatmapSeriesbeyond its color axis measure, obtained fromHeatmapChart.HeatmapSeries.addAdditionalMeasure()rather than instantiated directly.static classstatic classstatic classstatic classstatic class