@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public abstract class XYChartBuilder<X,Y,B extends XYChartBuilder<X,Y,B>> extends ChartBuilder<B>
XYChart| Modifier | Constructor and Description |
|---|---|
protected |
XYChartBuilder() |
| Modifier and Type | Method and Description |
|---|---|
B |
alternativeColumnFillVisible(boolean x)
Set the value of the
alternativeColumnFillVisible property for the instance constructed by this builder. |
B |
alternativeRowFillVisible(boolean x)
Set the value of the
alternativeRowFillVisible property for the instance constructed by this builder. |
void |
applyTo(XYChart<X,Y> x) |
B |
data(ObservableList<XYChart.Series<X,Y>> x)
Set the value of the
data property for the instance constructed by this builder. |
B |
horizontalGridLinesVisible(boolean x)
Set the value of the
horizontalGridLinesVisible property for the instance constructed by this builder. |
B |
horizontalZeroLineVisible(boolean x)
Set the value of the
horizontalZeroLineVisible property for the instance constructed by this builder. |
B |
verticalGridLinesVisible(boolean x)
Set the value of the
verticalGridLinesVisible property for the instance constructed by this builder. |
B |
verticalZeroLineVisible(boolean x)
Set the value of the
verticalZeroLineVisible property for the instance constructed by this builder. |
B |
XAxis(Axis<X> x)
Set the value of the
XAxis property for the instance constructed by this builder. |
B |
YAxis(Axis<Y> x)
Set the value of the
YAxis property for the instance constructed by this builder. |
animated, applyTo, legendSide, legendVisible, title, titleSideapplyTo, build, create, maxHeight, maxWidth, minHeight, minWidth, padding, prefHeight, prefWidth, snapToPixelapplyTo, stylesheets, stylesheetsapplyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, 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, onScroll, onScrollFinished, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoom, onZoomFinished, onZoomStarted, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visiblepublic B alternativeColumnFillVisible(boolean x)
alternativeColumnFillVisible property for the instance constructed by this builder.public B alternativeRowFillVisible(boolean x)
alternativeRowFillVisible property for the instance constructed by this builder.public B data(ObservableList<XYChart.Series<X,Y>> x)
data property for the instance constructed by this builder.public B horizontalGridLinesVisible(boolean x)
horizontalGridLinesVisible property for the instance constructed by this builder.public B horizontalZeroLineVisible(boolean x)
horizontalZeroLineVisible property for the instance constructed by this builder.public B verticalGridLinesVisible(boolean x)
verticalGridLinesVisible property for the instance constructed by this builder.public B verticalZeroLineVisible(boolean x)
verticalZeroLineVisible property for the instance constructed by this builder.public B XAxis(Axis<X> x)
XAxis property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.