Class SmoothedChart<X,Y>

java.lang.Object
javafx.scene.Node
javafx.scene.Parent
javafx.scene.layout.Region
javafx.scene.chart.Chart
javafx.scene.chart.XYChart<X,Y>
javafx.scene.chart.AreaChart<X,Y>
eu.hansolo.tilesfx.chart.SmoothedChart<X,Y>
All Implemented Interfaces:
javafx.css.Styleable, javafx.event.EventTarget

public class SmoothedChart<X,Y> extends javafx.scene.chart.AreaChart<X,Y>
  • Property Summary

    Properties
    Type
    Property
    Description
    javafx.beans.property.ObjectProperty<SmoothedChart.ChartType>
     
    javafx.beans.property.IntegerProperty
     
    javafx.beans.property.BooleanProperty
     
    javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>
     
    javafx.beans.property.DoubleProperty
     
    javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>
     
    javafx.beans.property.BooleanProperty
     
    javafx.beans.property.BooleanProperty
     
    javafx.beans.property.IntegerProperty
     
    javafx.beans.property.BooleanProperty
     
    javafx.beans.property.DoubleProperty
     

    Properties inherited from class javafx.scene.chart.AreaChart

    createSymbols

    Properties inherited from class javafx.scene.chart.XYChart

    alternativeColumnFillVisible, alternativeRowFillVisible, data, horizontalGridLinesVisible, horizontalZeroLineVisible, verticalGridLinesVisible, verticalZeroLineVisible

    Properties inherited from class javafx.scene.chart.Chart

    animated, legend, legendSide, legendVisible, title, titleSide

    Properties inherited from class javafx.scene.layout.Region

    background, border, cacheShape, centerShape, height, insets, maxHeight, maxWidth, minHeight, minWidth, opaqueInsets, padding, prefHeight, prefWidth, scaleShape, shape, snapToPixel, width

    Properties inherited from class javafx.scene.Parent

    needsLayout

    Properties inherited from class javafx.scene.Node

    accessibleHelp, accessibleRoleDescription, accessibleRole, accessibleText, blendMode, boundsInLocal, boundsInParent, cacheHint, cache, clip, cursor, depthTest, disabled, disable, effectiveNodeOrientation, effect, eventDispatcher, focused, focusTraversable, hover, id, inputMethodRequests, layoutBounds, layoutX, layoutY, localToParentTransform, localToSceneTransform, managed, mouseTransparent, nodeOrientation, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScrollFinished, onScroll, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoomFinished, onZoom, onZoomStarted, opacity, parent, pickOnBounds, pressed, rotate, rotationAxis, scaleX, scaleY, scaleZ, scene, style, translateX, translateY, translateZ, viewOrder, visible
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     

    Nested classes/interfaces inherited from class javafx.scene.chart.XYChart

    javafx.scene.chart.XYChart.Data<X extends Object,Y extends Object>, javafx.scene.chart.XYChart.Series<X extends Object,Y extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final javafx.scene.layout.Background
     

    Fields inherited from class javafx.scene.layout.Region

    USE_COMPUTED_SIZE, USE_PREF_SIZE

    Fields inherited from class javafx.scene.Node

    BASELINE_OFFSET_SAME_AS_HEIGHT
  • Constructor Summary

    Constructors
    Constructor
    Description
    SmoothedChart(javafx.scene.chart.Axis<X> xAxis, javafx.scene.chart.Axis<Y> yAxis)
     
    SmoothedChart(javafx.scene.chart.Axis<X> xAxis, javafx.scene.chart.Axis<Y> yAxis, javafx.collections.ObservableList<javafx.scene.chart.XYChart.Series<X,Y>> data)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javafx.beans.property.ObjectProperty<SmoothedChart.ChartType>
     
    javafx.beans.property.IntegerProperty
     
    void
    This method won't work in Java 9 any longer because it makes use of com.sun packages !!!
    javafx.scene.layout.Region
     
    javafx.scene.Group
     
    Gets the value of the property chartType.
    int
    Gets the value of the property decimals.
    javafx.scene.shape.Path
    getFillPath(javafx.scene.chart.XYChart.Series<X,Y> SERIES)
     
    javafx.scene.shape.Path
     
    javafx.scene.shape.Line
     
    javafx.scene.paint.Color
    Gets the value of the property selectorFillColor.
    double
    Gets the value of the property selectorSize.
    javafx.scene.paint.Color
    Gets the value of the property selectorStrokeColor.
    javafx.scene.shape.Path
    getStrokePath(javafx.scene.chart.XYChart.Series<X,Y> SERIES)
     
    int
    Gets the value of the property subDivisions.
    List<javafx.scene.Node>
    getSymbols(javafx.scene.chart.XYChart.Series<X,Y> SERIES)
     
    javafx.geometry.Dimension2D
    getSymbolSize(javafx.scene.chart.XYChart.Series<X,Y> SERIES)
     
    boolean
    Gets the value of the property symbolsVisible.
    double
    Gets the value of the property tooltipTimeout.
    javafx.scene.shape.Path
     
    javafx.scene.shape.Line
     
    javafx.beans.property.BooleanProperty
     
    boolean
    Gets the value of the property interactive.
    boolean
    Gets the value of the property smoothed.
    boolean
    Gets the value of the property snapToTicks.
    protected void
     
    javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>
     
    javafx.beans.property.DoubleProperty
     
    javafx.beans.property.ObjectProperty<javafx.scene.paint.Color>
     
    void
    setAxisTickMarkFill(javafx.scene.paint.Paint FILL)
     
    void
    setChartPlotBackground(javafx.scene.layout.Background BACKGROUND)
     
    void
    setChartPlotBackground(javafx.scene.paint.Paint FILL)
     
    void
    Sets the value of the property chartType.
    void
    setDecimals(int DECIMALS)
    Sets the value of the property decimals.
    void
    setInteractive(boolean INTERACTIVE)
    Sets the value of the property interactive.
    void
    setSelectorFillColor(javafx.scene.paint.Color COLOR)
    Sets the value of the property selectorFillColor.
    void
    setSelectorSize(double SIZE)
    Sets the value of the property selectorSize.
    void
    setSelectorStrokeColor(javafx.scene.paint.Color COLOR)
    Sets the value of the property selectorStrokeColor.
    void
    setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint COLOR)
     
    void
    setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL)
     
    void
    setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL, javafx.scene.layout.Background SYMBOL_BACKGROUND)
     
    void
    setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL, javafx.scene.layout.BackgroundFill SYMBOL_STROKE, javafx.scene.layout.BackgroundFill SYMBOL_Fill)
     
    void
    setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL, javafx.scene.layout.Background SYMBOL_BACKGROUND, javafx.scene.paint.Paint LEGEND_SYMBOL_FILL)
     
    void
    setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL, javafx.scene.paint.Paint LEGEND_SYMBOL_FILL)
     
    void
    setSmoothed(boolean SMOOTHED)
    Sets the value of the property smoothed.
    void
    setSnapToTicks(boolean SNAP)
    Sets the value of the property snapToTicks.
    void
    setSubDivisions(int SUB_DIVISIONS)
    Sets the value of the property subDivisions.
    void
    setSymbolFill(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.layout.Background SYMBOL_BACKGROUND)
     
    void
    setSymbolSize(javafx.scene.chart.XYChart.Series<X,Y> SERIES, double SIZE)
     
    void
    setSymbolsVisible(boolean VISIBLE)
    Sets the value of the property symbolsVisible.
    void
    setSymbolsVisible(javafx.scene.chart.XYChart.Series<X,Y> SERIES, boolean VISIBLE)
     
    void
    setTickLabelFill(javafx.scene.paint.Paint FILL)
     
    void
    setTooltipTimeout(double TIMEOUT)
    Sets the value of the property tooltipTimeout.
    void
    setXAxisBorderColor(javafx.scene.paint.Paint FILL)
     
    void
    setXAxisTickLabelFill(javafx.scene.paint.Paint FILL)
     
    void
    setXAxisTickMarkFill(javafx.scene.paint.Paint FILL)
     
    void
    setYAxisBorderColor(javafx.scene.paint.Paint FILL)
     
    void
    setYAxisTickLabelFill(javafx.scene.paint.Paint FILL)
     
    void
    setYAxisTickMarkFill(javafx.scene.paint.Paint FILL)
     
    javafx.beans.property.BooleanProperty
     
    javafx.beans.property.BooleanProperty
     
    javafx.beans.property.IntegerProperty
     
    javafx.beans.property.BooleanProperty
     
    javafx.beans.property.DoubleProperty
     

    Methods inherited from class javafx.scene.chart.AreaChart

    createSymbolsProperty, dataItemAdded, dataItemChanged, dataItemRemoved, getClassCssMetaData, getCreateSymbols, getCssMetaData, seriesAdded, seriesChanged, seriesRemoved, setCreateSymbols, updateAxisRange

    Methods inherited from class javafx.scene.chart.XYChart

    alternativeColumnFillVisibleProperty, alternativeRowFillVisibleProperty, currentDisplayedExtraValueProperty, currentDisplayedXValueProperty, currentDisplayedYValueProperty, dataProperty, getCurrentDisplayedExtraValue, getCurrentDisplayedXValue, getCurrentDisplayedYValue, getData, getDisplayedDataIterator, getDisplayedSeriesIterator, getPlotChildren, getVerticalGridLinesVisible, getXAxis, getYAxis, horizontalGridLinesVisibleProperty, horizontalZeroLineVisibleProperty, isAlternativeColumnFillVisible, isAlternativeRowFillVisible, isHorizontalGridLinesVisible, isHorizontalZeroLineVisible, isVerticalZeroLineVisible, layoutChartChildren, removeDataItemFromDisplay, removeSeriesFromDisplay, setAlternativeColumnFillVisible, setAlternativeRowFillVisible, setCurrentDisplayedExtraValue, setCurrentDisplayedXValue, setCurrentDisplayedYValue, setData, setHorizontalGridLinesVisible, setHorizontalZeroLineVisible, setVerticalGridLinesVisible, setVerticalZeroLineVisible, updateLegend, verticalGridLinesVisibleProperty, verticalZeroLineVisibleProperty

    Methods inherited from class javafx.scene.chart.Chart

    animate, animatedProperty, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, getAnimated, getChartChildren, getLegend, getLegendSide, getTitle, getTitleSide, isLegendVisible, layoutChildren, legendProperty, legendSideProperty, legendVisibleProperty, requestChartLayout, setAnimated, setLegend, setLegendSide, setLegendVisible, setTitle, setTitleSide, shouldAnimate, titleProperty, titleSideProperty

    Methods inherited from class javafx.scene.layout.Region

    backgroundProperty, borderProperty, cacheShapeProperty, centerShapeProperty, computeMaxHeight, computeMaxWidth, getBackground, getBorder, getHeight, getInsets, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOpaqueInsets, getPadding, getPrefHeight, getPrefWidth, getShape, getUserAgentStylesheet, getWidth, heightProperty, insetsProperty, isCacheShape, isCenterShape, isResizable, isScaleShape, isSnapToPixel, layoutInArea, layoutInArea, layoutInArea, layoutInArea, maxHeight, maxHeightProperty, maxWidth, maxWidthProperty, minHeight, minHeightProperty, minWidth, minWidthProperty, opaqueInsetsProperty, paddingProperty, positionInArea, positionInArea, prefHeight, prefHeightProperty, prefWidth, prefWidthProperty, resize, scaleShapeProperty, setBackground, setBorder, setCacheShape, setCenterShape, setHeight, setMaxHeight, setMaxSize, setMaxWidth, setMinHeight, setMinSize, setMinWidth, setOpaqueInsets, setPadding, setPrefHeight, setPrefSize, setPrefWidth, setScaleShape, setShape, setSnapToPixel, setWidth, shapeProperty, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, snapToPixelProperty, widthProperty

    Methods inherited from class javafx.scene.Parent

    getBaselineOffset, getChildren, getChildrenUnmodifiable, getManagedChildren, getStylesheets, isNeedsLayout, layout, lookup, needsLayoutProperty, queryAccessibleAttribute, requestLayout, requestParentLayout, setNeedsLayout, updateBounds

    Methods inherited from class javafx.scene.Node

    accessibleHelpProperty, accessibleRoleDescriptionProperty, accessibleRoleProperty, accessibleTextProperty, addEventFilter, addEventHandler, applyCss, autosize, blendModeProperty, boundsInLocalProperty, boundsInParentProperty, buildEventDispatchChain, cacheHintProperty, cacheProperty, clipProperty, computeAreaInScreen, contains, contains, cursorProperty, depthTestProperty, disabledProperty, disableProperty, effectiveNodeOrientationProperty, effectProperty, eventDispatcherProperty, executeAccessibleAction, fireEvent, focusedProperty, focusTraversableProperty, getAccessibleHelp, getAccessibleRole, getAccessibleRoleDescription, getAccessibleText, getBlendMode, getBoundsInLocal, getBoundsInParent, getCacheHint, getClip, getContentBias, getCursor, getDepthTest, getEffect, getEffectiveNodeOrientation, getEventDispatcher, getId, getInitialCursor, getInitialFocusTraversable, getInputMethodRequests, getLayoutBounds, getLayoutX, getLayoutY, getLocalToParentTransform, getLocalToSceneTransform, getNodeOrientation, getOnContextMenuRequested, getOnDragDetected, getOnDragDone, getOnDragDropped, getOnDragEntered, getOnDragExited, getOnDragOver, getOnInputMethodTextChanged, getOnKeyPressed, getOnKeyReleased, getOnKeyTyped, getOnMouseClicked, getOnMouseDragEntered, getOnMouseDragExited, getOnMouseDragged, getOnMouseDragOver, getOnMouseDragReleased, getOnMouseEntered, getOnMouseExited, getOnMouseMoved, getOnMousePressed, getOnMouseReleased, getOnRotate, getOnRotationFinished, getOnRotationStarted, getOnScroll, getOnScrollFinished, getOnScrollStarted, getOnSwipeDown, getOnSwipeLeft, getOnSwipeRight, getOnSwipeUp, getOnTouchMoved, getOnTouchPressed, getOnTouchReleased, getOnTouchStationary, getOnZoom, getOnZoomFinished, getOnZoomStarted, getOpacity, getParent, getProperties, getPseudoClassStates, getRotate, getRotationAxis, getScaleX, getScaleY, getScaleZ, getScene, getStyle, getStyleableParent, getStyleClass, getTransforms, getTranslateX, getTranslateY, getTranslateZ, getTypeSelector, getUserData, getViewOrder, hasProperties, hoverProperty, idProperty, inputMethodRequestsProperty, intersects, intersects, isCache, isDisable, isDisabled, isFocused, isFocusTraversable, isHover, isManaged, isMouseTransparent, isPickOnBounds, isPressed, isVisible, layoutBoundsProperty, layoutXProperty, layoutYProperty, localToParent, localToParent, localToParent, localToParent, localToParent, localToParentTransformProperty, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToScene, localToSceneTransformProperty, localToScreen, localToScreen, localToScreen, localToScreen, localToScreen, lookupAll, managedProperty, mouseTransparentProperty, nodeOrientationProperty, notifyAccessibleAttributeChanged, onContextMenuRequestedProperty, onDragDetectedProperty, onDragDoneProperty, onDragDroppedProperty, onDragEnteredProperty, onDragExitedProperty, onDragOverProperty, onInputMethodTextChangedProperty, onKeyPressedProperty, onKeyReleasedProperty, onKeyTypedProperty, onMouseClickedProperty, onMouseDragEnteredProperty, onMouseDragExitedProperty, onMouseDraggedProperty, onMouseDragOverProperty, onMouseDragReleasedProperty, onMouseEnteredProperty, onMouseExitedProperty, onMouseMovedProperty, onMousePressedProperty, onMouseReleasedProperty, onRotateProperty, onRotationFinishedProperty, onRotationStartedProperty, onScrollFinishedProperty, onScrollProperty, onScrollStartedProperty, onSwipeDownProperty, onSwipeLeftProperty, onSwipeRightProperty, onSwipeUpProperty, onTouchMovedProperty, onTouchPressedProperty, onTouchReleasedProperty, onTouchStationaryProperty, onZoomFinishedProperty, onZoomProperty, onZoomStartedProperty, opacityProperty, parentProperty, parentToLocal, parentToLocal, parentToLocal, parentToLocal, parentToLocal, pickOnBoundsProperty, pressedProperty, pseudoClassStateChanged, relocate, removeEventFilter, removeEventHandler, requestFocus, resizeRelocate, rotateProperty, rotationAxisProperty, scaleXProperty, scaleYProperty, scaleZProperty, sceneProperty, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, sceneToLocal, screenToLocal, screenToLocal, screenToLocal, setAccessibleHelp, setAccessibleRole, setAccessibleRoleDescription, setAccessibleText, setBlendMode, setCache, setCacheHint, setClip, setCursor, setDepthTest, setDisable, setDisabled, setEffect, setEventDispatcher, setEventHandler, setFocused, setFocusTraversable, setHover, setId, setInputMethodRequests, setLayoutX, setLayoutY, setManaged, setMouseTransparent, setNodeOrientation, setOnContextMenuRequested, setOnDragDetected, setOnDragDone, setOnDragDropped, setOnDragEntered, setOnDragExited, setOnDragOver, setOnInputMethodTextChanged, setOnKeyPressed, setOnKeyReleased, setOnKeyTyped, setOnMouseClicked, setOnMouseDragEntered, setOnMouseDragExited, setOnMouseDragged, setOnMouseDragOver, setOnMouseDragReleased, setOnMouseEntered, setOnMouseExited, setOnMouseMoved, setOnMousePressed, setOnMouseReleased, setOnRotate, setOnRotationFinished, setOnRotationStarted, setOnScroll, setOnScrollFinished, setOnScrollStarted, setOnSwipeDown, setOnSwipeLeft, setOnSwipeRight, setOnSwipeUp, setOnTouchMoved, setOnTouchPressed, setOnTouchReleased, setOnTouchStationary, setOnZoom, setOnZoomFinished, setOnZoomStarted, setOpacity, setPickOnBounds, setPressed, setRotate, setRotationAxis, setScaleX, setScaleY, setScaleZ, setStyle, setTranslateX, setTranslateY, setTranslateZ, setUserData, setViewOrder, setVisible, snapshot, snapshot, startDragAndDrop, startFullDrag, styleProperty, toBack, toFront, toString, translateXProperty, translateYProperty, translateZProperty, usesMirroring, viewOrderProperty, visibleProperty

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface javafx.css.Styleable

    getStyleableNode
  • Property Details

  • Field Details

    • TRANSPARENT_BACKGROUND

      public static final javafx.scene.layout.Background TRANSPARENT_BACKGROUND
  • Constructor Details

    • SmoothedChart

      public SmoothedChart(javafx.scene.chart.Axis<X> xAxis, javafx.scene.chart.Axis<Y> yAxis)
    • SmoothedChart

      public SmoothedChart(javafx.scene.chart.Axis<X> xAxis, javafx.scene.chart.Axis<Y> yAxis, javafx.collections.ObservableList<javafx.scene.chart.XYChart.Series<X,Y>> data)
  • Method Details

    • isSmoothed

      public boolean isSmoothed()
      Gets the value of the property smoothed.
      Property description:
    • setSmoothed

      public void setSmoothed(boolean SMOOTHED)
      Sets the value of the property smoothed.
      Property description:
    • smoothedProperty

      public javafx.beans.property.BooleanProperty smoothedProperty()
      See Also:
    • getChartType

      public SmoothedChart.ChartType getChartType()
      Gets the value of the property chartType.
      Property description:
    • setChartType

      public void setChartType(SmoothedChart.ChartType TYPE)
      Sets the value of the property chartType.
      Property description:
    • chartTypeProperty

      public javafx.beans.property.ObjectProperty<SmoothedChart.ChartType> chartTypeProperty()
      See Also:
    • getSubDivisions

      public int getSubDivisions()
      Gets the value of the property subDivisions.
      Property description:
    • setSubDivisions

      public void setSubDivisions(int SUB_DIVISIONS)
      Sets the value of the property subDivisions.
      Property description:
    • subDivisionsProperty

      public javafx.beans.property.IntegerProperty subDivisionsProperty()
      See Also:
    • isSnapToTicks

      public boolean isSnapToTicks()
      Gets the value of the property snapToTicks.
      Property description:
    • setSnapToTicks

      public void setSnapToTicks(boolean SNAP)
      Sets the value of the property snapToTicks.
      Property description:
    • snapToTicksProperty

      public javafx.beans.property.BooleanProperty snapToTicksProperty()
      See Also:
    • getSymbolsVisible

      public boolean getSymbolsVisible()
      Gets the value of the property symbolsVisible.
      Property description:
    • setSymbolsVisible

      public void setSymbolsVisible(boolean VISIBLE)
      Sets the value of the property symbolsVisible.
      Property description:
    • symbolsVisibleProperty

      public javafx.beans.property.BooleanProperty symbolsVisibleProperty()
      See Also:
    • getSelectorFillColor

      public javafx.scene.paint.Color getSelectorFillColor()
      Gets the value of the property selectorFillColor.
      Property description:
    • setSelectorFillColor

      public void setSelectorFillColor(javafx.scene.paint.Color COLOR)
      Sets the value of the property selectorFillColor.
      Property description:
    • selectorFillColorProperty

      public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> selectorFillColorProperty()
      See Also:
    • getSelectorStrokeColor

      public javafx.scene.paint.Color getSelectorStrokeColor()
      Gets the value of the property selectorStrokeColor.
      Property description:
    • setSelectorStrokeColor

      public void setSelectorStrokeColor(javafx.scene.paint.Color COLOR)
      Sets the value of the property selectorStrokeColor.
      Property description:
    • selectorStrokeColorProperty

      public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> selectorStrokeColorProperty()
      See Also:
    • getSelectorSize

      public double getSelectorSize()
      Gets the value of the property selectorSize.
      Property description:
    • setSelectorSize

      public void setSelectorSize(double SIZE)
      Sets the value of the property selectorSize.
      Property description:
    • selectorSizeProperty

      public javafx.beans.property.DoubleProperty selectorSizeProperty()
      See Also:
    • getDecimals

      public int getDecimals()
      Gets the value of the property decimals.
      Property description:
    • setDecimals

      public void setDecimals(int DECIMALS)
      Sets the value of the property decimals.
      Property description:
    • decimalsProperty

      public javafx.beans.property.IntegerProperty decimalsProperty()
      See Also:
    • isInteractive

      public boolean isInteractive()
      Gets the value of the property interactive.
      Property description:
    • setInteractive

      public void setInteractive(boolean INTERACTIVE)
      Sets the value of the property interactive.
      Property description:
    • interactiveProperty

      public javafx.beans.property.BooleanProperty interactiveProperty()
      See Also:
    • getTooltipTimeout

      public double getTooltipTimeout()
      Gets the value of the property tooltipTimeout.
      Property description:
    • setTooltipTimeout

      public void setTooltipTimeout(double TIMEOUT)
      Sets the value of the property tooltipTimeout.
      Property description:
    • tooltipTimeoutProperty

      public javafx.beans.property.DoubleProperty tooltipTimeoutProperty()
      See Also:
    • setSymbolsVisible

      public void setSymbolsVisible(javafx.scene.chart.XYChart.Series<X,Y> SERIES, boolean VISIBLE)
    • setSeriesColor

      public void setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint COLOR)
    • setSeriesColor

      public void setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL)
    • setSeriesColor

      public void setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL, javafx.scene.paint.Paint LEGEND_SYMBOL_FILL)
    • setSeriesColor

      public void setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL, javafx.scene.layout.Background SYMBOL_BACKGROUND)
    • setSeriesColor

      public void setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL, javafx.scene.layout.BackgroundFill SYMBOL_STROKE, javafx.scene.layout.BackgroundFill SYMBOL_Fill)
    • setSeriesColor

      public void setSeriesColor(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL, javafx.scene.layout.Background SYMBOL_BACKGROUND, javafx.scene.paint.Paint LEGEND_SYMBOL_FILL)
    • getSymbolSize

      public javafx.geometry.Dimension2D getSymbolSize(javafx.scene.chart.XYChart.Series<X,Y> SERIES)
    • setSymbolSize

      public void setSymbolSize(javafx.scene.chart.XYChart.Series<X,Y> SERIES, double SIZE)
    • setSymbolFill

      public void setSymbolFill(javafx.scene.chart.XYChart.Series<X,Y> SERIES, javafx.scene.layout.Background SYMBOL_BACKGROUND)
    • getChartPlotBackground

      public javafx.scene.layout.Region getChartPlotBackground()
    • getHorizontalGridLines

      public javafx.scene.shape.Path getHorizontalGridLines()
    • getVerticalGridLines

      public javafx.scene.shape.Path getVerticalGridLines()
    • getHorizontalZeroLine

      public javafx.scene.shape.Line getHorizontalZeroLine()
    • getVerticalZeroLine

      public javafx.scene.shape.Line getVerticalZeroLine()
    • setChartPlotBackground

      public void setChartPlotBackground(javafx.scene.paint.Paint FILL)
    • setChartPlotBackground

      public void setChartPlotBackground(javafx.scene.layout.Background BACKGROUND)
    • getChartPlotContent

      public javafx.scene.Group getChartPlotContent()
    • setXAxisTickMarkFill

      public void setXAxisTickMarkFill(javafx.scene.paint.Paint FILL)
    • setYAxisTickMarkFill

      public void setYAxisTickMarkFill(javafx.scene.paint.Paint FILL)
    • setAxisTickMarkFill

      public void setAxisTickMarkFill(javafx.scene.paint.Paint FILL)
    • setXAxisTickLabelFill

      public void setXAxisTickLabelFill(javafx.scene.paint.Paint FILL)
    • setYAxisTickLabelFill

      public void setYAxisTickLabelFill(javafx.scene.paint.Paint FILL)
    • setTickLabelFill

      public void setTickLabelFill(javafx.scene.paint.Paint FILL)
    • setXAxisBorderColor

      public void setXAxisBorderColor(javafx.scene.paint.Paint FILL)
    • setYAxisBorderColor

      public void setYAxisBorderColor(javafx.scene.paint.Paint FILL)
    • getFillPath

      public javafx.scene.shape.Path getFillPath(javafx.scene.chart.XYChart.Series<X,Y> SERIES)
    • getStrokePath

      public javafx.scene.shape.Path getStrokePath(javafx.scene.chart.XYChart.Series<X,Y> SERIES)
    • getSymbols

      public List<javafx.scene.Node> getSymbols(javafx.scene.chart.XYChart.Series<X,Y> SERIES)
    • dispose

      public void dispose()
      This method won't work in Java 9 any longer because it makes use of com.sun packages !!!
    • layoutPlotChildren

      protected void layoutPlotChildren()
      Overrides:
      layoutPlotChildren in class javafx.scene.chart.AreaChart<X,Y>