public class ErrorDataSetRenderer extends AbstractErrorDataSetRendererParameter<ErrorDataSetRenderer> implements Renderer
actualPointReductionProperty, allowNaNsProperty, assumeSortedDataProperty, barWidthPercentageProperty, barWidthProperty, dashSizeProperty, drawBarsProperty, drawBubblesProperty, drawMarkerProperty, dynamicBarWidthProperty, errorStyleProperty, intensityFadingProperty, markerSizeProperty, minRequiredReductionSizeProperty, parallelImplementationProperty, pointReductionProperty, polyLineStyleProperty, rendererDataReducerProperty, shiftBarOffsetProperty, shiftBarPropertyshowInLegendPropertyshowInLegendPropertyDEFAULT_HISTORY_INTENSITY_FADINGshowInLegend| Constructor and Description |
|---|
ErrorDataSetRenderer()
Creates new
ErrorDataSetRenderer. |
ErrorDataSetRenderer(int dashSize)
Creates new
ErrorDataSetRenderer. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawBars(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected void |
drawBubbles(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected void |
drawDefaultNoErrors(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected void |
drawErrorBars(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints lCacheP) |
protected void |
drawErrorSurface(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected void |
drawErrorSurfaceNaNCompatible(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
NaN compatible algorithm
|
Canvas |
drawLegendSymbol(DataSet dataSet,
int dsIndex,
int width,
int height) |
protected void |
drawMarker(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected void |
drawPolyLine(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected static void |
drawPolyLineArea(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected static void |
drawPolyLineHistogram(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected static void |
drawPolyLineHistogramBezier(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected static void |
drawPolyLineHistogramFilled(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected static void |
drawPolyLineLine(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected static void |
drawPolyLineStairCase(GraphicsContext gc,
de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints) |
protected Triple<Marker,Color,Double> |
getDefaultMarker(String dataSetStyle) |
Marker |
getMarker()
Returns the marker used by this renderer.
|
protected ErrorDataSetRenderer |
getThis() |
void |
render(GraphicsContext gc,
Chart chart,
int dataSetOffset,
ObservableList<DataSet> datasets) |
void |
setMarker(Marker marker)
Replaces marker used by this renderer.
|
actualPointReductionProperty, allowNaNsProperty, assumeSortedDataProperty, barWidthPercentageProperty, barWidthProperty, bind, dashSizeProperty, drawBarsProperty, drawBubblesProperty, drawMarkerProperty, dynamicBarWidthProperty, errorStyleProperty, getBarWidth, getBarWidthPercentage, getDashSize, getErrorType, getIntensityFading, getMarkerSize, getMinRequiredReductionSize, getPolyLineStyle, getRendererDataReducer, getShiftBarOffset, intensityFadingProperty, isActualReducePoints, isallowNaNs, isAssumeSortedData, isDrawBars, isDrawBubbles, isDrawMarker, isDynamicBarWidth, isParallelImplementation, isReducePoints, isShiftBar, markerSizeProperty, minRequiredReductionSizeProperty, parallelImplementationProperty, pointReductionProperty, polyLineStyleProperty, rendererDataReducerProperty, setAllowNaNs, setAssumeSortedData, setBarWidth, setBarWidthPercentage, setDashSize, setDrawBars, setDrawBubbles, setDrawMarker, setDynamicBarWidth, setErrorType, setIntensityFading, setMarkerSize, setMinRequiredReductionSize, setParallelImplementation, setPointReduction, setPolyLineStyle, setRendererDataReducer, setShiftBar, setshiftBarOffset, shiftBarOffsetProperty, shiftBarProperty, unbindcopyMetaData, getAxes, getDataSetCopy, getDatasets, getDatasetsCopy, getDatasetsCopy, getErrorDataSetCopy, getFirstAxis, setShowInLegend, showInLegend, showInLegendPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAxes, getDatasets, getDatasetsCopy, setShowInLegend, showInLegend, showInLegendPropertypublic ErrorDataSetRenderer()
ErrorDataSetRenderer.public ErrorDataSetRenderer(int dashSize)
ErrorDataSetRenderer.dashSize - initial size (top/bottom cap) on top of the error barsprotected void drawBars(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
gc - the graphics context from the Canvas parentlocalCachedPoints - reference to local cached data point objectprotected void drawBubbles(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
gc - the graphics context from the Canvas parentlocalCachedPoints - reference to local cached data point objectprotected void drawDefaultNoErrors(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
gc - the graphics context from the Canvas parentlocalCachedPoints - reference to local cached data point objectprotected void drawErrorBars(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints lCacheP)
gc - the graphics context from the Canvas parentlCacheP - reference to local cached data point objectprotected void drawErrorSurface(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
gc - the graphics context from the Canvas parentlocalCachedPoints - reference to local cached data point objectprotected void drawErrorSurfaceNaNCompatible(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
gc - the graphics context from the Canvas parentlocalCachedPoints - reference to local cached data point objectpublic Canvas drawLegendSymbol(DataSet dataSet, int dsIndex, int width, int height)
drawLegendSymbol in interface RendererdataSet - for which the representative icon should be generateddsIndex - index within renderer setwidth - requested width of the returning Canvasheight - requested height of the returning Canvasprotected void drawMarker(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
gc - the graphics context from the Canvas parentlocalCachedPoints - reference to local cached data point objectprotected void drawPolyLine(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
gc - the graphics context from the Canvas parentlocalCachedPoints - reference to local cached data point objectpublic Marker getMarker()
protected ErrorDataSetRenderer getThis()
getThis in class AbstractErrorDataSetRendererParameter<ErrorDataSetRenderer>public void render(GraphicsContext gc, Chart chart, int dataSetOffset, ObservableList<DataSet> datasets)
public void setMarker(Marker marker)
marker - the marker to be drawn on the data pointsprotected static void drawPolyLineArea(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
protected static void drawPolyLineHistogram(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
protected static void drawPolyLineHistogramBezier(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
protected static void drawPolyLineHistogramFilled(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
protected static void drawPolyLineLine(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
protected static void drawPolyLineStairCase(GraphicsContext gc, de.gsi.chart.renderer.spi.CachedDataPoints localCachedPoints)
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.