public class XYChart extends Chart
| Type | Property and Description |
|---|---|
BooleanProperty |
horizontalGridLinesVisible
Indicates whether horizontal grid lines are visible or not.
|
BooleanProperty |
polarPlot
Sets whether renderer should use polar coordinates (x -> interpreted as phi, y as radial coordinate)
|
ObjectProperty<PolarTickStep> |
polarStepSize |
BooleanProperty |
verticalGridLinesVisible
Indicates whether vertical grid lines are visible or not.
|
animatedProperty, autoNotificationProperty, legendProperty, legendSideProperty, legendVisibleProperty, measurementBarSideProperty, showingProperty, titleProperty, titleSideProperty, toolBarPinnedProperty, toolBarSidePropertyanimationDelayProperty, 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, visiblePropertyChart.ChartHBox, Chart.ChartVBox| Modifier and Type | Field and Description |
|---|---|
protected static int |
BURST_LIMIT_MS |
protected BooleanProperty |
polarPlot |
allDataSets, animator, autoNotification, axesAndCanvasPane, axesChangeListener, axesChangeListenerLocal, axesCorner, axesList, axesPane, canvas, canvasForeground, datasetChangeListener, dataSetDataListener, DEBUG, hiddenPane, isAxesUpdate, isCanvasChangeRequested, layoutOngoing, listeners, parameterDisplayPane, plotBackground, plotForeGround, pluginsArea, pluginsChangedListener, showing, showingBinding, title, titleLabel, titleLegendCorner, titleLegendPane, toolBar, toolBarPinnedUSE_COMPUTED_SIZE, USE_PREF_SIZEBASELINE_OFFSET_SAME_AS_HEIGHT| Constructor and Description |
|---|
XYChart() |
XYChart(Axis xAxis,
Axis yAxis)
Construct a new XYChart with the given axes.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
axesChanged(ListChangeListener.Change<? extends Axis> change)
add XYChart specific axis handling (ie.
|
protected void |
axisSideChanged(ObservableValue<? extends Side> change,
Side oldValue,
Side newValue) |
ObservableList<DataSet> |
getAllDatasets() |
ObservableList<DataSet> |
getAllShownDatasets() |
protected List<DataSet> |
getDataSetForAxis(Axis axis) |
GridRenderer |
getGridRenderer() |
PolarTickStep |
getPolarStepSize()
Gets the value of the property polarStepSize.
|
Axis |
getXAxis()
Returns the x axis.
|
Axis |
getYAxis()
Returns the y axis.
|
BooleanProperty |
horizontalGridLinesVisibleProperty()
Indicates whether horizontal grid lines are visible or not.
|
boolean |
isHorizontalGridLinesVisible()
Indicates whether horizontal grid lines are visible.
|
boolean |
isPolarPlot()
whether renderer should use polar coordinates (x -> interpreted as phi, y as radial coordinate)
|
boolean |
isVerticalGridLinesVisible()
Indicates whether vertical grid lines are visible.
|
BooleanProperty |
polarPlotProperty()
Sets whether renderer should use polar coordinates (x -> interpreted as phi, y as radial coordinate)
|
ObjectProperty<PolarTickStep> |
polarStepSizeProperty() |
protected void |
redrawCanvas()
(re-)draw canvas (if necessary).
|
void |
setHorizontalGridLinesVisible(boolean value)
Sets the value of the
verticalGridLinesVisibleProperty(). |
XYChart |
setPolarPlot(boolean state)
Sets whether renderer should use polar coordinates (x -> interpreted as phi, y as radial coordinate)
|
void |
setPolarStepSize(PolarTickStep step)
Sets the value of the property polarStepSize.
|
void |
setVerticalGridLinesVisible(boolean value)
Sets the value of the
verticalGridLinesVisibleProperty(). |
void |
updateAxisRange()
update axes ranges (if necessary).
|
protected static void |
updateNumericAxis(Axis axis,
List<DataSet> dataSets) |
BooleanProperty |
verticalGridLinesVisibleProperty()
Indicates whether vertical grid lines are visible or not.
|
addListener, animate, animate, animatedProperty, autoNotificationProperty, axesChangedLocal, axesInvalidated, createChildGroup, dataSetInvalidated, datasetsChanged, executeFireInvalidated, fireInvalidated, getAxes, getAxesAndCanvasPane, getAxesCornerPane, getAxesPane, getCanvas, getCanvasForeground, getClassCssMetaData, getControlCssMetaData, getDatasets, getFirstAxis, getLegend, getLegendSide, getMeasurementBar, getMeasurementBarSide, getPlotArea, getPlotBackground, getPlotForeground, getPlugins, getRenderers, getTitle, getTitleLegendCornerPane, getTitleLegendPane, getTitleSide, getToolBar, getToolBarSide, isAnimated, isAutoNotification, isLegendVisible, isShowing, isToolBarPinned, layoutChildren, layoutPluginsChildren, legendProperty, legendSideProperty, legendVisibleProperty, measurementBarSideProperty, pluginAdded, pluginRemoved, pluginsChanged, registerShowingListener, removeFromAllAxesPanes, removeListener, rendererChanged, requestLayout, setAnimated, setAutoNotifaction, setLegend, setLegendSide, setLegendVisible, setMeasurementBarSide, setTitle, setTitleSide, setToolBarPinned, setToolBarSide, shouldAnimate, showingProperty, titleProperty, titleSideProperty, toolBarPinnedProperty, toolBarSideProperty, toPlotArea, updateLegend, updatePluginsAreaanimationDelayProperty, 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 horizontalGridLinesVisibleProperty
public final BooleanProperty polarPlotProperty
isPolarPlot()public ObjectProperty<PolarTickStep> polarStepSizeProperty
public final BooleanProperty verticalGridLinesVisibleProperty
protected static final int BURST_LIMIT_MS
protected BooleanProperty polarPlot
protected void axesChanged(ListChangeListener.Change<? extends Axis> change)
axesChanged in class Chartchange - the new axis change that is being addedprotected void axisSideChanged(ObservableValue<? extends Side> change, Side oldValue, Side newValue)
public ObservableList<DataSet> getAllDatasets()
getAllDatasets in class Chartpublic ObservableList<DataSet> getAllShownDatasets()
public GridRenderer getGridRenderer()
public PolarTickStep getPolarStepSize()
public Axis getXAxis()
public Axis getYAxis()
public final BooleanProperty horizontalGridLinesVisibleProperty()
public final boolean isHorizontalGridLinesVisible()
true if horizontal grid lines are visible else false.public final boolean isPolarPlot()
public final boolean isVerticalGridLinesVisible()
true if vertical grid lines are visible else false.public final BooleanProperty polarPlotProperty()
isPolarPlot()public ObjectProperty<PolarTickStep> polarStepSizeProperty()
protected void redrawCanvas()
ChartredrawCanvas in class Chartpublic final void setHorizontalGridLinesVisible(boolean value)
verticalGridLinesVisibleProperty().value - true to make vertical lines visiblepublic final XYChart setPolarPlot(boolean state)
state - true if renderer is parallelising sub-functionalitiespublic void setPolarStepSize(PolarTickStep step)
public final void setVerticalGridLinesVisible(boolean value)
verticalGridLinesVisibleProperty().value - true to make vertical lines visiblepublic void updateAxisRange()
ChartupdateAxisRange in class Chartpublic final BooleanProperty verticalGridLinesVisibleProperty()
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.