@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class LineChartBuilder<X,Y,B extends LineChartBuilder<X,Y,B>> extends XYChartBuilder<X,Y,B>
LineChart| Modifier | Constructor and Description | 
|---|---|
| protected  | LineChartBuilder() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | applyTo(LineChart<X,Y> x) | 
| LineChart<X,Y> | build()Make an instance of  LineChartbased on the properties set on this builder. | 
| static <X,Y> LineChartBuilder<X,Y,?> | create()Creates a new instance of LineChartBuilder. | 
| B | createSymbols(boolean x)Set the value of the  createSymbolsproperty for the instance constructed by this builder. | 
| B | XAxis(Axis<X> x)Set the value of the  XAxisproperty for the instance constructed by this builder. | 
| B | YAxis(Axis<Y> x)Set the value of the  YAxisproperty for the instance constructed by this builder. | 
alternativeColumnFillVisible, alternativeRowFillVisible, applyTo, data, horizontalGridLinesVisible, horizontalZeroLineVisible, verticalGridLinesVisible, verticalZeroLineVisibleanimated, applyTo, legendSide, legendVisible, title, titleSideapplyTo, 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 static <X,Y> LineChartBuilder<X,Y,?> create()
public B createSymbols(boolean x)
createSymbols property for the instance constructed by this builder.public B XAxis(Axis<X> x)
XAxis property for the instance constructed by this builder.XAxis in class XYChartBuilder<X,Y,B extends LineChartBuilder<X,Y,B>>public B YAxis(Axis<Y> x)
YAxis property for the instance constructed by this builder.YAxis in class XYChartBuilder<X,Y,B extends LineChartBuilder<X,Y,B>>Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.