public abstract class Chart extends HiddenSidesPane implements Observable
| Type | Property and Description |
|---|---|
BooleanProperty |
animated
When true any data changes will be animated.
|
BooleanProperty |
autoNotification |
ObjectProperty<Legend> |
legend
The node to display as the Legend.
|
ObjectProperty<Side> |
legendSide
The side of the chart where the legend should be displayed default value Side.BOTTOM
|
BooleanProperty |
legendVisible
When true the chart will display a legend if the chart implementation supports a legend.
|
ObjectProperty<Side> |
measurementBarSide
The side of the chart where the title is displayed default Side.TOP
|
ReadOnlyBooleanProperty |
showing |
StringProperty |
title |
ObjectProperty<Side> |
titleSide
The side of the chart where the title is displayed default Side.TOP
|
BooleanProperty |
toolBarPinned |
ObjectProperty<Side> |
toolBarSide |
animationDelayProperty, animationDurationProperty, bottomProperty, contentProperty, leftProperty, pinnedSideProperty, rightProperty, topProperty, triggerDistancePropertycontextMenuProperty, skinClassNameProperty, skinProperty, tooltipPropertybackgroundProperty, borderProperty, cacheShapeProperty, centerShapeProperty, heightProperty, insetsProperty, maxHeightProperty, maxWidthProperty, minHeightProperty, minWidthProperty, opaqueInsetsProperty, paddingProperty, prefHeightProperty, prefWidthProperty, scaleShapeProperty, shapeProperty, snapToPixelProperty, widthPropertyimpl_traversalEngineProperty, needsLayoutPropertyaccessibleHelpProperty, accessibleRoleDescriptionProperty, accessibleRoleProperty, accessibleTextProperty, blendModeProperty, boundsInLocalProperty, boundsInParentProperty, cacheHintProperty, cacheProperty, clipProperty, cursorProperty, depthTestProperty, disabledProperty, disableProperty, effectiveNodeOrientationProperty, effectProperty, eventDispatcherProperty, focusedProperty, focusTraversableProperty, hoverProperty, idProperty, impl_showMnemonicsProperty, impl_treeVisibleProperty, inputMethodRequestsProperty, layoutBoundsProperty, layoutXProperty, layoutYProperty, localToParentTransformProperty, localToSceneTransformProperty, managedProperty, mouseTransparentProperty, nodeOrientationProperty, 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, pickOnBoundsProperty, pressedProperty, rotateProperty, rotationAxisProperty, scaleXProperty, scaleYProperty, scaleZProperty, sceneProperty, styleProperty, translateXProperty, translateYProperty, translateZProperty, visibleProperty| Modifier and Type | Class and Description |
|---|---|
protected class |
Chart.ChartHBox |
protected class |
Chart.ChartVBox |
USE_COMPUTED_SIZE, USE_PREF_SIZEBASELINE_OFFSET_SAME_AS_HEIGHT| Constructor and Description |
|---|
Chart()
Creates a new default Chart instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(InvalidationListener listener) |
protected void |
animate(Animation animation)
Play the given animation on every frame of the animation the chart will be relayed out until the animation
finishes.
|
void |
animate(KeyFrame... keyFrames)
Play a animation involving the given keyframes.
|
BooleanProperty |
animatedProperty()
When true any data changes will be animated.
|
BooleanProperty |
autoNotificationProperty() |
protected abstract void |
axesChanged(ListChangeListener.Change<? extends Axis> change)
add Chart specific axis handling (ie.
|
protected void |
axesChangedLocal(ListChangeListener.Change<? extends Axis> change)
add Chart specific axis handling (ie.
|
protected void |
axesInvalidated(Object axisObj)
function called whenever a axis has been invalidated (e.g.
|
protected static Group |
createChildGroup() |
protected void |
dataSetInvalidated() |
protected void |
datasetsChanged(ListChangeListener.Change<? extends DataSet> change) |
protected void |
executeFireInvalidated() |
Chart |
fireInvalidated()
Notifies listeners that the data has been invalidated.
|
ObservableList<DataSet> |
getAllDatasets() |
ObservableList<Axis> |
getAxes() |
GridPane |
getAxesAndCanvasPane() |
StackPane |
getAxesCornerPane(Corner corner) |
Pane |
getAxesPane(Side side) |
Canvas |
getCanvas() |
Pane |
getCanvasForeground() |
static List<CssMetaData<? extends Styleable,?>> |
getClassCssMetaData() |
protected List<CssMetaData<? extends Styleable,?>> |
getControlCssMetaData() |
ObservableList<DataSet> |
getDatasets() |
Axis |
getFirstAxis(Orientation orientation) |
Legend |
getLegend()
Gets the value of the property legend.
|
Side |
getLegendSide()
Gets the value of the property legendSide.
|
Pane |
getMeasurementBar(Side side) |
Side |
getMeasurementBarSide()
Gets the value of the property measurementBarSide.
|
HiddenSidesPane |
getPlotArea() |
Pane |
getPlotBackground() |
Pane |
getPlotForeground() |
ObservableList<ChartPlugin> |
getPlugins()
Returns a list of plugins added to this chart pane.
|
ObservableList<Renderer> |
getRenderers() |
String |
getTitle()
Gets the value of the property title.
|
StackPane |
getTitleLegendCornerPane(Corner corner) |
Pane |
getTitleLegendPane(Side side) |
Side |
getTitleSide()
Gets the value of the property titleSide.
|
FlowPane |
getToolBar() |
Side |
getToolBarSide()
Gets the value of the property toolBarSide.
|
boolean |
isAnimated()
Indicates whether data changes will be animated or not.
|
boolean |
isAutoNotification()
Gets the value of the property autoNotification.
|
boolean |
isLegendVisible()
Gets the value of the property legendVisible.
|
boolean |
isShowing() |
boolean |
isToolBarPinned()
Gets the value of the property toolBarPinned.
|
void |
layoutChildren() |
protected void |
layoutPluginsChildren() |
ObjectProperty<Legend> |
legendProperty()
The node to display as the Legend.
|
ObjectProperty<Side> |
legendSideProperty()
The side of the chart where the legend should be displayed default value Side.BOTTOM
|
BooleanProperty |
legendVisibleProperty()
When true the chart will display a legend if the chart implementation supports a legend.
|
ObjectProperty<Side> |
measurementBarSideProperty()
The side of the chart where the title is displayed default Side.TOP
|
protected void |
pluginAdded(ChartPlugin plugin) |
protected void |
pluginRemoved(ChartPlugin plugin) |
protected void |
pluginsChanged(ListChangeListener.Change<? extends ChartPlugin> change) |
protected abstract void |
redrawCanvas()
(re-)draw canvas (if necessary).
|
protected void |
registerShowingListener() |
boolean |
removeFromAllAxesPanes(Axis node) |
void |
removeListener(InvalidationListener listener) |
protected void |
rendererChanged(ListChangeListener.Change<? extends Renderer> change) |
void |
requestLayout() |
void |
setAnimated(boolean value)
Sets the value of the property animated.
|
void |
setAutoNotifaction(boolean flag) |
void |
setLegend(Legend value)
Sets the value of the property legend.
|
void |
setLegendSide(Side value)
Sets the value of the property legendSide.
|
void |
setLegendVisible(boolean value)
Sets the value of the property legendVisible.
|
void |
setMeasurementBarSide(Side value)
Sets the value of the property measurementBarSide.
|
void |
setTitle(String value)
Sets the value of the property title.
|
void |
setTitleSide(Side value)
Sets the value of the property titleSide.
|
Chart |
setToolBarPinned(boolean value) |
void |
setToolBarSide(Side value)
Sets the value of the property toolBarSide.
|
protected boolean |
shouldAnimate()
This is used to check if any given animation should run.
|
ReadOnlyBooleanProperty |
showingProperty() |
StringProperty |
titleProperty() |
ObjectProperty<Side> |
titleSideProperty()
The side of the chart where the title is displayed default Side.TOP
|
BooleanProperty |
toolBarPinnedProperty() |
ObjectProperty<Side> |
toolBarSideProperty() |
Point2D |
toPlotArea(double xCoord,
double yCoord)
Translates point from chart pane coordinates to the plot area coordinates.
|
abstract void |
updateAxisRange()
update axes ranges (if necessary).
|
protected void |
updateLegend(List<DataSet> dataSets,
List<Renderer> renderers) |
protected void |
updatePluginsArea() |
animationDelayProperty, animationDurationProperty, bottomProperty, contentProperty, createDefaultSkin, getAnimationDelay, getAnimationDuration, getBottom, getContent, getLeft, getPinnedSide, getRight, getTop, getTriggerDistance, leftProperty, pinnedSideProperty, resizeRelocate, rightProperty, setAnimationDelay, setAnimationDuration, setBottom, setContent, setLeft, setPinnedSide, setRight, setTop, setTriggerDistance, topProperty, triggerDistancePropertycomputeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, contextMenuProperty, executeAccessibleAction, getBaselineOffset, getContextMenu, getCssMetaData, getSkin, getTooltip, impl_cssGetFocusTraversableInitialValue, impl_processCSS, isResizable, queryAccessibleAttribute, setContextMenu, setSkin, setTooltip, skinClassNameProperty, skinProperty, tooltipPropertybackgroundProperty, borderProperty, cacheShapeProperty, centerShapeProperty, getBackground, getBorder, getHeight, getInsets, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getOpaqueInsets, getPadding, getPrefHeight, getPrefWidth, getShape, getUserAgentStylesheet, getWidth, heightProperty, impl_computeContains, impl_computeGeomBounds, impl_computeLayoutBounds, impl_createPeer, impl_notifyLayoutBoundsChanged, impl_pickNodeLocal, impl_updatePeer, insetsProperty, isCacheShape, isCenterShape, 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, snapSize, snapSpace, snapToPixelProperty, widthPropertygetChildren, getChildrenUnmodifiable, getImpl_traversalEngine, getManagedChildren, getStylesheets, impl_getAllParentStylesheets, impl_processMXNode, impl_traversalEngineProperty, isNeedsLayout, layout, lookup, needsLayoutProperty, requestParentLayout, setImpl_traversalEngine, setNeedsLayout, updateBoundsaccessibleHelpProperty, accessibleRoleDescriptionProperty, accessibleRoleProperty, accessibleTextProperty, addEventFilter, addEventHandler, applyCss, autosize, blendModeProperty, boundsInLocalProperty, boundsInParentProperty, buildEventDispatchChain, cacheHintProperty, cacheProperty, clipProperty, computeAreaInScreen, contains, contains, containsBounds, cursorProperty, depthTestProperty, disabledProperty, disableProperty, effectiveNodeOrientationProperty, effectProperty, eventDispatcherProperty, fireEvent, focusedProperty, focusTraversableProperty, getAccessibleHelp, getAccessibleRole, getAccessibleRoleDescription, getAccessibleText, getBlendMode, getBoundsInLocal, getBoundsInParent, getCacheHint, getClip, getContentBias, getCursor, getDepthTest, getEffect, getEffectiveNodeOrientation, getEventDispatcher, getId, 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, hasProperties, hoverProperty, idProperty, impl_clearDirty, impl_computeIntersects, impl_cssGetCursorInitialValue, impl_findStyles, impl_geomChanged, impl_getLeafTransform, impl_getMatchingStyles, impl_getPeer, impl_getPivotX, impl_getPivotY, impl_getPivotZ, impl_getStyleMap, impl_hasTransforms, impl_intersects, impl_intersectsBounds, impl_isDirty, impl_isDirtyEmpty, impl_isShowMnemonics, impl_isTreeVisible, impl_layoutBoundsChanged, impl_markDirty, impl_pickNode, impl_processCSS, impl_reapplyCSS, impl_setShowMnemonics, impl_setStyleMap, impl_showMnemonicsProperty, impl_syncPeer, impl_transformsChanged, impl_traverse, impl_treeVisibleProperty, 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, 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, setVisible, snapshot, snapshot, startDragAndDrop, startFullDrag, styleProperty, toBack, toFront, toString, translateXProperty, translateYProperty, translateZProperty, usesMirroring, visiblePropertypublic final BooleanProperty animatedProperty
isAnimated(),
setAnimated(boolean)public BooleanProperty autoNotificationProperty
isAutoNotification()public final ObjectProperty<Legend> legendProperty
getLegend(),
setLegend(Legend)public final ObjectProperty<Side> legendSideProperty
getLegendSide(),
setLegendSide(Side)public final BooleanProperty legendVisibleProperty
isLegendVisible(),
setLegendVisible(boolean)public final ObjectProperty<Side> measurementBarSideProperty
public ReadOnlyBooleanProperty showingProperty
isShowing()public final StringProperty titleProperty
getTitle(),
setTitle(String)public final ObjectProperty<Side> titleSideProperty
getTitleSide(),
setTitleSide(Side)public BooleanProperty toolBarPinnedProperty
isToolBarPinned()public final ObjectProperty<Side> toolBarSideProperty
getToolBarSide(),
setToolBarSide(Side)protected static boolean DEBUG
protected BooleanBinding showingBinding
protected final BooleanProperty showing
protected final com.sun.javafx.charts.ChartLayoutAnimator animator
protected boolean isCanvasChangeRequested
protected boolean layoutOngoing
protected final ObservableList<Axis> axesList
protected final ObservableList<DataSet> allDataSets
protected final List<InvalidationListener> listeners
protected final BooleanProperty autoNotification
protected final ResizableCanvas canvas
protected final GridPane axesAndCanvasPane
protected final Group pluginsArea
protected boolean isAxesUpdate
protected final ToolBarFlowPane toolBar
protected final BooleanProperty toolBarPinned
protected final HiddenSidesPane hiddenPane
protected final Pane plotBackground
protected final Pane plotForeGround
protected final Pane canvasForeground
protected final ListChangeListener<Axis> axesChangeListenerLocal
protected final ListChangeListener<Axis> axesChangeListener
protected final ListChangeListener<DataSet> datasetChangeListener
protected final EventListener dataSetDataListener
protected final ListChangeListener<ChartPlugin> pluginsChangedListener
protected final Label titleLabel
protected final StringProperty title
public void addListener(InvalidationListener listener)
addListener in interface Observableprotected void animate(Animation animation)
animation - The animation to playpublic void animate(KeyFrame... keyFrames)
keyFrames - Array of KeyFrames to playpublic final BooleanProperty animatedProperty()
isAnimated(),
setAnimated(boolean)public BooleanProperty autoNotificationProperty()
isAutoNotification()protected abstract void axesChanged(ListChangeListener.Change<? extends Axis> change)
change - the new axis change that is being addedprotected void axesChangedLocal(ListChangeListener.Change<? extends Axis> change)
change - the new axis change that is being addedprotected void axesInvalidated(Object axisObj)
axisObj - the calling axis objectprotected void dataSetInvalidated()
protected void datasetsChanged(ListChangeListener.Change<? extends DataSet> change)
protected void executeFireInvalidated()
public Chart fireInvalidated()
public ObservableList<DataSet> getAllDatasets()
public ObservableList<Axis> getAxes()
public GridPane getAxesAndCanvasPane()
public final Canvas getCanvas()
public final Pane getCanvasForeground()
protected List<CssMetaData<? extends Styleable,?>> getControlCssMetaData()
getControlCssMetaData in class Controlpublic ObservableList<DataSet> getDatasets()
public Axis getFirstAxis(Orientation orientation)
public final Legend getLegend()
public final Side getLegendSide()
public final Side getMeasurementBarSide()
public final HiddenSidesPane getPlotArea()
public final Pane getPlotBackground()
public final Pane getPlotForeground()
public final ObservableList<ChartPlugin> getPlugins()
public ObservableList<Renderer> getRenderers()
public final String getTitle()
public final Side getTitleSide()
public final FlowPane getToolBar()
public final Side getToolBarSide()
public final boolean isAnimated()
public boolean isAutoNotification()
public final boolean isLegendVisible()
public boolean isShowing()
public boolean isToolBarPinned()
public void layoutChildren()
layoutChildren in class Controlprotected void layoutPluginsChildren()
public final ObjectProperty<Legend> legendProperty()
getLegend(),
setLegend(Legend)public final ObjectProperty<Side> legendSideProperty()
getLegendSide(),
setLegendSide(Side)public final BooleanProperty legendVisibleProperty()
isLegendVisible(),
setLegendVisible(boolean)public final ObjectProperty<Side> measurementBarSideProperty()
protected void pluginAdded(ChartPlugin plugin)
protected void pluginRemoved(ChartPlugin plugin)
protected void pluginsChanged(ListChangeListener.Change<? extends ChartPlugin> change)
protected abstract void redrawCanvas()
protected void registerShowingListener()
public boolean removeFromAllAxesPanes(Axis node)
public void removeListener(InvalidationListener listener)
removeListener in interface Observableprotected void rendererChanged(ListChangeListener.Change<? extends Renderer> change)
public void requestLayout()
requestLayout in class Parentpublic final void setAnimated(boolean value)
public void setAutoNotifaction(boolean flag)
public final void setLegend(Legend value)
public final void setLegendSide(Side value)
public final void setLegendVisible(boolean value)
public final void setMeasurementBarSide(Side value)
public final void setTitle(String value)
public final void setTitleSide(Side value)
public Chart setToolBarPinned(boolean value)
public final void setToolBarSide(Side value)
protected final boolean shouldAnimate()
public ReadOnlyBooleanProperty showingProperty()
isShowing()public final StringProperty titleProperty()
getTitle(),
setTitle(String)public final ObjectProperty<Side> titleSideProperty()
getTitleSide(),
setTitleSide(Side)public BooleanProperty toolBarPinnedProperty()
isToolBarPinned()public final ObjectProperty<Side> toolBarSideProperty()
getToolBarSide(),
setToolBarSide(Side)public final Point2D toPlotArea(double xCoord, double yCoord)
xCoord - the x coordinate within XYChartPane coordinates systemyCoord - the y coordinate within XYChartPane coordinates systempublic abstract void updateAxisRange()
protected void updatePluginsArea()
protected static Group createChildGroup()
public static List<CssMetaData<? extends Styleable,?>> getClassCssMetaData()
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.