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
PropertiesTypePropertyDescriptionjavafx.beans.property.ObjectProperty<SmoothedChart.ChartType>javafx.beans.property.IntegerPropertyjavafx.beans.property.BooleanPropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.DoublePropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.BooleanPropertyjavafx.beans.property.BooleanPropertyjavafx.beans.property.IntegerPropertyjavafx.beans.property.BooleanPropertyjavafx.beans.property.DoublePropertyProperties inherited from class javafx.scene.chart.AreaChart
createSymbolsProperties inherited from class javafx.scene.chart.XYChart
alternativeColumnFillVisible, alternativeRowFillVisible, data, horizontalGridLinesVisible, horizontalZeroLineVisible, verticalGridLinesVisible, verticalZeroLineVisibleProperties inherited from class javafx.scene.chart.Chart
animated, legend, legendSide, legendVisible, title, titleSideProperties inherited from class javafx.scene.layout.Region
background, border, cacheShape, centerShape, height, insets, maxHeight, maxWidth, minHeight, minWidth, opaqueInsets, padding, prefHeight, prefWidth, scaleShape, shape, snapToPixel, widthProperties inherited from class javafx.scene.Parent
needsLayoutProperties 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 -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final javafx.scene.layout.BackgroundFields inherited from class javafx.scene.layout.Region
USE_COMPUTED_SIZE, USE_PREF_SIZEFields inherited from class javafx.scene.Node
BASELINE_OFFSET_SAME_AS_HEIGHT -
Constructor Summary
ConstructorsConstructorDescriptionSmoothedChart(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 TypeMethodDescriptionjavafx.beans.property.ObjectProperty<SmoothedChart.ChartType>javafx.beans.property.IntegerPropertyvoiddispose()This method won't work in Java 9 any longer because it makes use of com.sun packages !!!javafx.scene.layout.Regionjavafx.scene.GroupGets the value of the property chartType.intGets the value of the property decimals.javafx.scene.shape.PathgetFillPath(javafx.scene.chart.XYChart.Series<X, Y> SERIES) javafx.scene.shape.Pathjavafx.scene.shape.Linejavafx.scene.paint.ColorGets the value of the property selectorFillColor.doubleGets the value of the property selectorSize.javafx.scene.paint.ColorGets the value of the property selectorStrokeColor.javafx.scene.shape.PathgetStrokePath(javafx.scene.chart.XYChart.Series<X, Y> SERIES) intGets the value of the property subDivisions.List<javafx.scene.Node>getSymbols(javafx.scene.chart.XYChart.Series<X, Y> SERIES) javafx.geometry.Dimension2DgetSymbolSize(javafx.scene.chart.XYChart.Series<X, Y> SERIES) booleanGets the value of the property symbolsVisible.doubleGets the value of the property tooltipTimeout.javafx.scene.shape.Pathjavafx.scene.shape.Linejavafx.beans.property.BooleanPropertybooleanGets the value of the property interactive.booleanGets the value of the property smoothed.booleanGets the value of the property snapToTicks.protected voidjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>javafx.beans.property.DoublePropertyjavafx.beans.property.ObjectProperty<javafx.scene.paint.Color>voidsetAxisTickMarkFill(javafx.scene.paint.Paint FILL) voidsetChartPlotBackground(javafx.scene.layout.Background BACKGROUND) voidsetChartPlotBackground(javafx.scene.paint.Paint FILL) voidSets the value of the property chartType.voidsetDecimals(int DECIMALS) Sets the value of the property decimals.voidsetInteractive(boolean INTERACTIVE) Sets the value of the property interactive.voidsetSelectorFillColor(javafx.scene.paint.Color COLOR) Sets the value of the property selectorFillColor.voidsetSelectorSize(double SIZE) Sets the value of the property selectorSize.voidsetSelectorStrokeColor(javafx.scene.paint.Color COLOR) Sets the value of the property selectorStrokeColor.voidsetSeriesColor(javafx.scene.chart.XYChart.Series<X, Y> SERIES, javafx.scene.paint.Paint COLOR) voidsetSeriesColor(javafx.scene.chart.XYChart.Series<X, Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL) voidsetSeriesColor(javafx.scene.chart.XYChart.Series<X, Y> SERIES, javafx.scene.paint.Paint STROKE, javafx.scene.paint.Paint FILL, javafx.scene.layout.Background SYMBOL_BACKGROUND) voidsetSeriesColor(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) voidsetSeriesColor(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) voidsetSeriesColor(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) voidsetSmoothed(boolean SMOOTHED) Sets the value of the property smoothed.voidsetSnapToTicks(boolean SNAP) Sets the value of the property snapToTicks.voidsetSubDivisions(int SUB_DIVISIONS) Sets the value of the property subDivisions.voidsetSymbolFill(javafx.scene.chart.XYChart.Series<X, Y> SERIES, javafx.scene.layout.Background SYMBOL_BACKGROUND) voidsetSymbolSize(javafx.scene.chart.XYChart.Series<X, Y> SERIES, double SIZE) voidsetSymbolsVisible(boolean VISIBLE) Sets the value of the property symbolsVisible.voidsetSymbolsVisible(javafx.scene.chart.XYChart.Series<X, Y> SERIES, boolean VISIBLE) voidsetTickLabelFill(javafx.scene.paint.Paint FILL) voidsetTooltipTimeout(double TIMEOUT) Sets the value of the property tooltipTimeout.voidsetXAxisBorderColor(javafx.scene.paint.Paint FILL) voidsetXAxisTickLabelFill(javafx.scene.paint.Paint FILL) voidsetXAxisTickMarkFill(javafx.scene.paint.Paint FILL) voidsetYAxisBorderColor(javafx.scene.paint.Paint FILL) voidsetYAxisTickLabelFill(javafx.scene.paint.Paint FILL) voidsetYAxisTickMarkFill(javafx.scene.paint.Paint FILL) javafx.beans.property.BooleanPropertyjavafx.beans.property.BooleanPropertyjavafx.beans.property.IntegerPropertyjavafx.beans.property.BooleanPropertyjavafx.beans.property.DoublePropertyMethods inherited from class javafx.scene.chart.AreaChart
createSymbolsProperty, dataItemAdded, dataItemChanged, dataItemRemoved, getClassCssMetaData, getCreateSymbols, getCssMetaData, seriesAdded, seriesChanged, seriesRemoved, setCreateSymbols, updateAxisRangeMethods 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, verticalZeroLineVisiblePropertyMethods 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, titleSidePropertyMethods 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, widthPropertyMethods inherited from class javafx.scene.Parent
getBaselineOffset, getChildren, getChildrenUnmodifiable, getManagedChildren, getStylesheets, isNeedsLayout, layout, lookup, needsLayoutProperty, queryAccessibleAttribute, requestLayout, requestParentLayout, setNeedsLayout, updateBoundsMethods 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, visiblePropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface javafx.css.Styleable
getStyleableNode
-
Property Details
-
smoothed
public javafx.beans.property.BooleanProperty smoothedProperty- See Also:
-
chartType
-
subDivisions
public javafx.beans.property.IntegerProperty subDivisionsProperty- See Also:
-
snapToTicks
public javafx.beans.property.BooleanProperty snapToTicksProperty- See Also:
-
symbolsVisible
public javafx.beans.property.BooleanProperty symbolsVisibleProperty -
selectorFillColor
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> selectorFillColorProperty -
selectorStrokeColor
public javafx.beans.property.ObjectProperty<javafx.scene.paint.Color> selectorStrokeColorProperty -
selectorSize
public javafx.beans.property.DoubleProperty selectorSizeProperty- See Also:
-
decimals
public javafx.beans.property.IntegerProperty decimalsProperty- See Also:
-
interactive
public javafx.beans.property.BooleanProperty interactiveProperty- See Also:
-
tooltipTimeout
public javafx.beans.property.DoubleProperty tooltipTimeoutProperty- See Also:
-
-
Field Details
-
TRANSPARENT_BACKGROUND
public static final javafx.scene.layout.Background TRANSPARENT_BACKGROUND
-
-
Constructor Details
-
SmoothedChart
-
SmoothedChart
-
-
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
Gets the value of the property chartType.- Property description:
-
setChartType
Sets the value of the property chartType.- Property description:
-
chartTypeProperty
-
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() -
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() -
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() -
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
-
setSeriesColor
-
setSeriesColor
-
setSeriesColor
-
setSeriesColor
-
setSeriesColor
-
setSeriesColor
-
getSymbolSize
-
setSymbolSize
-
setSymbolFill
-
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
-
getStrokePath
-
getSymbols
-
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()
-