public class MountainRangeRenderer extends ErrorDataSetRenderer implements Renderer
| Type | Property and Description |
|---|---|
DoubleProperty |
mountainRangeOffset |
actualPointReductionProperty, allowNaNsProperty, assumeSortedDataProperty, barWidthPercentageProperty, barWidthProperty, dashSizeProperty, drawBarsProperty, drawBubblesProperty, drawMarkerProperty, dynamicBarWidthProperty, errorStyleProperty, intensityFadingProperty, markerSizeProperty, minRequiredReductionSizeProperty, parallelImplementationProperty, pointReductionProperty, polyLineStyleProperty, rendererDataReducerProperty, shiftBarOffsetProperty, shiftBarPropertyshowInLegendPropertyshowInLegendProperty| Modifier and Type | Field and Description |
|---|---|
protected DoubleProperty |
mountainRangeOffset |
DEFAULT_HISTORY_INTENSITY_FADINGshowInLegend| Constructor and Description |
|---|
MountainRangeRenderer() |
MountainRangeRenderer(double mountainRangeOffset) |
| Modifier and Type | Method and Description |
|---|---|
double |
getMountainRangeOffset()
Returns the
mountainRangeOffset. |
DoubleProperty |
mountainRangeOffsetProperty() |
void |
render(GraphicsContext gc,
Chart chart,
int dataSetOffset,
ObservableList<DataSet> datasets) |
MountainRangeRenderer |
setMountainRangeOffset(double mountainRangeOffset)
Sets the
dashSize to the specified value. |
drawBars, drawBubbles, drawDefaultNoErrors, drawErrorBars, drawErrorSurface, drawErrorSurfaceNaNCompatible, drawLegendSymbol, drawMarker, drawPolyLine, drawPolyLineArea, drawPolyLineHistogram, drawPolyLineHistogramBezier, drawPolyLineHistogramFilled, drawPolyLineLine, drawPolyLineStairCase, getDefaultMarker, getMarker, getThis, setMarkeractualPointReductionProperty, 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, waitdrawLegendSymbol, getAxes, getDatasets, getDatasetsCopy, setShowInLegend, showInLegend, showInLegendPropertypublic final DoubleProperty mountainRangeOffsetProperty
getMountainRangeOffset()protected DoubleProperty mountainRangeOffset
public MountainRangeRenderer()
public MountainRangeRenderer(double mountainRangeOffset)
public final double getMountainRangeOffset()
mountainRangeOffset.mountainRangeOffset, i.e. vertical offset between subsequent data setspublic final DoubleProperty mountainRangeOffsetProperty()
getMountainRangeOffset()public void render(GraphicsContext gc, Chart chart, int dataSetOffset, ObservableList<DataSet> datasets)
render in interface Rendererrender in class ErrorDataSetRendererpublic final MountainRangeRenderer setMountainRangeOffset(double mountainRangeOffset)
dashSize to the specified value. The dash is the horizontal line painted at the ends of the
vertical line. It is not painted if set to 0.mountainRangeOffset - tmountainRangeOffset, i.e. vertical offset between subsequent data setsCopyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.