- 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.LineChart<X,Y>
 
 
 
 
 
 
- 
- すべての実装されたインタフェース:
- Styleable,- EventTarget
 
 
 public class LineChart<X,Y> extends XYChart<X,Y> 折れ線チャートでは、系列のデータ・ポイントを結ぶ線をプロットします。 データ・ポイント自体は、オプションで、シンボルによって表現できます。 折れ線チャートは、通常、時間の経過に伴うカテゴリごとのデータの傾向を表示するために使用します。- 導入されたバージョン:
- JavaFX 2.0
 
- 
- 
プロパティのサマリープロパティ Type プロパティ 説明 ObjectProperty<LineChart.SortingPolicy>axisSortingPolicyLineChartに渡されたデータを軸の1つの自然順序付けによってソートするかどうかを示します。BooleanPropertycreateSymbolstrueの場合は、シンボル・ノードが指定されていないデータ・アイテムに対して、CSSでスタイル設定可能なシンボルが作成されます。- 
クラス javafx.scene.chart.Chartから継承されたプロパティanimated、legend、legendSide、legendVisible、title、titleSide
 - 
クラス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
 - 
クラス javafx.scene.Parentから継承されたプロパティneedsLayout
 - 
クラス javafx.scene.layout.Regionから継承されたプロパティbackground、border、cacheShape、centerShape、height、insets、maxHeight、maxWidth、minHeight、minWidth、opaqueInsets、padding、prefHeight、prefWidth、scaleShape、shape、snapToPixel、width
 - 
クラス javafx.scene.chart.XYChartから継承されたプロパティalternativeColumnFillVisible、alternativeRowFillVisible、data、horizontalGridLinesVisible、horizontalZeroLineVisible、verticalGridLinesVisible、verticalZeroLineVisible
 
- 
 - 
ネストされたクラスのサマリーネストされたクラス 修飾子と型 クラス 説明 static classLineChart.SortingPolicyこの列挙は、axisSortingPolicyProperty()のポリシーを定義します。- 
クラス javafx.scene.chart.XYChartから継承されたネストされたクラス/インタフェースXYChart.Data<X,Y>、XYChart.Series<X,Y>
 
- 
 - 
フィールドのサマリー- 
クラスjavafx.scene.Nodeから継承されたフィールドBASELINE_OFFSET_SAME_AS_HEIGHT
 - 
クラス javafx.scene.layout.Regionから継承されたフィールドUSE_COMPUTED_SIZE、USE_PREF_SIZE
 
- 
 - 
メソッドのサマリーすべてのメソッド 静的メソッド インスタンス・メソッド 具象メソッド 修飾子と型 メソッド 説明 ObjectProperty<LineChart.SortingPolicy>axisSortingPolicyProperty()LineChartに渡されたデータを軸の1つの自然順序付けによってソートするかどうかを示します。BooleanPropertycreateSymbolsProperty()trueの場合は、シンボル・ノードが指定されていないデータ・アイテムに対して、CSSでスタイル設定可能なシンボルが作成されます。protected voiddataItemAdded(XYChart.Series<X,Y> series, int itemIndex, XYChart.Data<X,Y> item)データ・アイテムが系列に追加されたときに呼び出されます。protected voiddataItemChanged(XYChart.Data<X,Y> item)データ・アイテムが変更されたとき、つまり、そのxValue、yValueまたはextraValueが変更されたときに呼び出されます。protected voiddataItemRemoved(XYChart.Data<X,Y> item, XYChart.Series<X,Y> series)データ・アイテムがデータ・モデルから削除されたが、チャートで引き続き表示可能な場合に呼び出されます。LineChart.SortingPolicygetAxisSortingPolicy()プロパティaxisSortingPolicyの値を取得します。static List<CssMetaData<? extends Styleable,?>>getClassCssMetaData()booleangetCreateSymbols()データ・ポイントのシンボルが作成されるかどうかを示します。List<CssMetaData<? extends Styleable,?>>getCssMetaData()NodeのCssMetaDataがリフレクションなしでアクセス可能になるように、このメソッドはNode.getClassCssMetaData()に委任する必要があります。protected voidlayoutPlotChildren()プロットの子を更新およびレイアウトするために呼び出されます。protected voidseriesAdded(XYChart.Series<X,Y> series, int seriesIndex)系列がチャート・データ・モデルに追加されました。protected voidseriesChanged(ListChangeListener.Change<? extends XYChart.Series> c)このチャートのシリーズのリストにアトミックな変更が行われるたびに呼び出されます。protected voidseriesRemoved(XYChart.Series<X,Y> series)系列はデータ・モデルから削除されましたが、引き続きチャートで表示可能です。voidsetAxisSortingPolicy(LineChart.SortingPolicy value)プロパティaxisSortingPolicyの値を設定します。voidsetCreateSymbols(boolean value)プロパティcreateSymbolsの値を設定します。protected voidupdateAxisRange()範囲が無効化され、その範囲を更新する必要がある場合に呼び出されます。- 
クラス 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
 - 
クラス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
 - 
クラス java.lang.Objectから継承されたメソッドclone、equals、finalize、getClass、hashCode、notify、notifyAll、wait、wait、wait
 - 
クラス javafx.scene.Parentから継承されたメソッドgetBaselineOffset、getChildren、getChildrenUnmodifiable、getManagedChildren、getStylesheets、isNeedsLayout、layout、lookup、needsLayoutProperty、queryAccessibleAttribute、requestLayout、requestParentLayout、setNeedsLayout、updateBounds
 - 
クラス 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
 - 
インタフェース javafx.css.Styleableから継承されたメソッドgetStyleableNode
 - 
クラス 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
 
- 
 
- 
- 
- 
プロパティの詳細- 
createSymbolspublic final BooleanProperty createSymbolsProperty trueの場合は、シンボル・ノードが指定されていないデータ・アイテムに対して、CSSでスタイル設定可能なシンボルが作成されます。
 - 
axisSortingPolicypublic final ObjectProperty<LineChart.SortingPolicy> axisSortingPolicyProperty LineChartに渡されたデータを軸の1つの自然順序付けによってソートするかどうかを示します。 これをLineChart.SortingPolicy.NONEに設定すると、XYChart.dataProperty()の順序が使用されます。- デフォルト値:
- SortingPolicy#X_AXIS
- 導入されたバージョン:
- JavaFX 8u40
- 関連項目:
- getAxisSortingPolicy(),- setAxisSortingPolicy(LineChart.SortingPolicy)
 
 
- 
 - 
コンストラクタの詳細- 
LineChartpublic LineChart(Axis<X> xAxis, Axis<Y> yAxis) 所定の軸を持つ新しいLineChartを構築します。- パラメータ:
- xAxis- 使用するX軸
- yAxis- 使用するY軸
 
 - 
LineChartpublic LineChart(Axis<X> xAxis, Axis<Y> yAxis, ObservableList<XYChart.Series<X,Y>> data) 指定された軸とデータを使用した新しいLineChartを構築します。- パラメータ:
- xAxis- 使用するX軸
- yAxis- 使用するY軸
- data- 使用するデータ(使用される実際のリストであるため、変更が加えられるとチャートに反映されます)
 
 
- 
 - 
メソッドの詳細- 
getCreateSymbolspublic final boolean getCreateSymbols() データ・ポイントのシンボルが作成されるかどうかを示します。- 戻り値:
- データ・ポイントのシンボルが作成される場合はtrue、そうでない場合はfalse。
 
 - 
setCreateSymbolspublic final void setCreateSymbols(boolean value) プロパティcreateSymbolsの値を設定します。- プロパティの説明:
- trueの場合は、シンボル・ノードが指定されていないデータ・アイテムに対して、CSSでスタイル設定可能なシンボルが作成されます。
 
 - 
createSymbolsPropertypublic final BooleanProperty createSymbolsProperty() trueの場合は、シンボル・ノードが指定されていないデータ・アイテムに対して、CSSでスタイル設定可能なシンボルが作成されます。
 - 
getAxisSortingPolicypublic final LineChart.SortingPolicy getAxisSortingPolicy() プロパティaxisSortingPolicyの値を取得します。- プロパティの説明:
- LineChartに渡されたデータを軸の1つの自然順序付けによってソートするかどうかを示します。 これをLineChart.SortingPolicy.NONEに設定すると、XYChart.dataProperty()の順序が使用されます。
- デフォルト値:
- SortingPolicy#X_AXIS
- 導入されたバージョン:
- JavaFX 8u40
 
 - 
setAxisSortingPolicypublic final void setAxisSortingPolicy(LineChart.SortingPolicy value) プロパティaxisSortingPolicyの値を設定します。- プロパティの説明:
- LineChartに渡されたデータを軸の1つの自然順序付けによってソートするかどうかを示します。 これをLineChart.SortingPolicy.NONEに設定すると、XYChart.dataProperty()の順序が使用されます。
- デフォルト値:
- SortingPolicy#X_AXIS
- 導入されたバージョン:
- JavaFX 8u40
 
 - 
axisSortingPolicyPropertypublic final ObjectProperty<LineChart.SortingPolicy> axisSortingPolicyProperty() LineChartに渡されたデータを軸の1つの自然順序付けによってソートするかどうかを示します。 これをLineChart.SortingPolicy.NONEに設定すると、XYChart.dataProperty()の順序が使用されます。- デフォルト値:
- SortingPolicy#X_AXIS
- 導入されたバージョン:
- JavaFX 8u40
- 関連項目:
- getAxisSortingPolicy(),- setAxisSortingPolicy(LineChart.SortingPolicy)
 
 - 
updateAxisRangeprotected void updateAxisRange() 範囲が無効化され、その範囲を更新する必要がある場合に呼び出されます。 軸が自動範囲指定である場合は、指定された軸によってプロットされる必要があるすべてのデータのリストをコンパイルし、invalidateRange()を軸で呼び出してデータを渡します。- オーバーライド:
- updateAxisRange、クラス:- XYChart<X,Y>
 
 - 
dataItemAddedprotected void dataItemAdded(XYChart.Series<X,Y> series, int itemIndex, XYChart.Data<X,Y> item) 次のクラスからコピーされた説明:XYChartデータ・アイテムが系列に追加されたときに呼び出されます。 XYChartの実装では、ここで、このデータ・アイテムを表すgetPlotChildrenに対して新しいノードを作成または追加できます。 animated = trueの場合、フェードインや同様の効果を追加してそのデータをアニメーション化することもできます。- 定義:
- dataItemAdded、クラス:- XYChart<X,Y>
- パラメータ:
- series- データ・アイテムが追加された系列
- itemIndex- 系列内の新しいアイテムのインデックス
- item- 追加された新しいデータ・アイテム
 
 - 
dataItemRemovedprotected void dataItemRemoved(XYChart.Data<X,Y> item, XYChart.Series<X,Y> series) 次のクラスからコピーされた説明:XYChartデータ・アイテムがデータ・モデルから削除されたが、チャートで引き続き表示可能な場合に呼び出されます。 引き続き表示可能であるため、このメソッドでアニメーションの削除を処理できます。 データ・アイテムのアニメーション化を完了してから、removeDataItemFromDisplay()を呼び出して、チャートで表示されないようにアイテム・ノードを削除する必要があります。- 定義:
- dataItemRemoved、クラス:- XYChart<X,Y>
- パラメータ:
- item- 系列から削除されたアイテム
- series- アイテムが削除された系列
 
 - 
dataItemChangedprotected void dataItemChanged(XYChart.Data<X,Y> item) データ・アイテムが変更されたとき、つまり、そのxValue、yValueまたはextraValueが変更されたときに呼び出されます。- 定義:
- dataItemChanged、クラス:- XYChart<X,Y>
- パラメータ:
- item- 変更されたデータ・アイテム
 
 - 
seriesChangedprotected void seriesChanged(ListChangeListener.Change<? extends XYChart.Series> c) 次のクラスからコピーされた説明:XYChartこのチャートのシリーズのリストにアトミックな変更が行われるたびに呼び出されます。- オーバーライド:
- seriesChanged、クラス:- XYChart<X,Y>
- パラメータ:
- c- シリーズへの変更を表すChangeインスタンス
 
 - 
seriesAddedprotected void seriesAdded(XYChart.Series<X,Y> series, int seriesIndex) 次のクラスからコピーされた説明:XYChart系列がチャート・データ・モデルに追加されました。 XYChartの実装では、ここで、この系列を表すgetPlotChildrenに対して新しいノードを作成または追加できます。 また、系列にすでに存在するデータ・アイテムの追加を処理することも必要となります。 それぞれに対してdataItemAdded()を単に呼び出すか、または追加される系列全体に様々なアニメーションを提供できます。- 定義:
- seriesAdded、クラス:- XYChart<X,Y>
- パラメータ:
- series- 追加された系列
- seriesIndex- 新しい系列のインデックス
 
 - 
seriesRemovedprotected void seriesRemoved(XYChart.Series<X,Y> series) 次のクラスからコピーされた説明:XYChart系列はデータ・モデルから削除されましたが、引き続きチャートで表示可能です。 引き続き表示可能であるため、このメソッドでアニメーションの削除を処理できます。 データ・アイテムのアニメーション化を完了してから、removeSeriesFromDisplay()を呼び出して、系列を表示リストから削除する必要があります。- 定義:
- seriesRemoved、クラス:- XYChart<X,Y>
- パラメータ:
- series- 削除された系列
 
 - 
layoutPlotChildrenprotected void layoutPlotChildren() プロットの子を更新およびレイアウトするために呼び出されます。 軸やグリッド線などの最上部のプロットを表すノードを更新するためにすべての作業が含まれる必要があります。原点はプロット面の左上で、プロット面を取得するには、X軸の幅と、Y軸の高さからのX軸の高さを取得します。- 定義:
- layoutPlotChildren、クラス:- XYChart<X,Y>
 
 - 
getClassCssMetaDatapublic static List<CssMetaData<? extends Styleable,?>> getClassCssMetaData() - 戻り値:
- このクラスに関連付けられたCssMetaData。スーパークラスのCssMetaDataを含むことがあります。
- 導入されたバージョン:
- JavaFX 8.0
 
 - 
getCssMetaDatapublic List<CssMetaData<? extends Styleable,?>> getCssMetaData() NodeのCssMetaDataがリフレクションなしでアクセス可能になるように、このメソッドはNode.getClassCssMetaData()に委任する必要があります。- 定義:
- getCssMetaData、インタフェース:- Styleable
- オーバーライド:
- getCssMetaData、クラス:- XYChart<X,Y>
- 戻り値:
- このノードに関連付けられたCssMetaData。スーパークラスのCssMetaDataを含むことがあります。
- 導入されたバージョン:
- JavaFX 8.0
 
 
- 
 
-