@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public abstract class ChartBuilder<B extends ChartBuilder<B>> extends RegionBuilder<B>
Chart
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private boolean |
animated
Deprecated.
|
private Side |
legendSide
Deprecated.
|
private boolean |
legendVisible
Deprecated.
|
private java.lang.String |
title
Deprecated.
|
private Side |
titleSide
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ChartBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
B |
animated(boolean x)
Deprecated.
Set the value of the
animated property for the instance constructed by this builder. |
void |
applyTo(Chart x)
Deprecated.
|
B |
legendSide(Side x)
Deprecated.
Set the value of the
legendSide property for the instance constructed by this builder. |
B |
legendVisible(boolean x)
Deprecated.
Set the value of the
legendVisible property for the instance constructed by this builder. |
B |
title(java.lang.String x)
Deprecated.
Set the value of the
title property for the instance constructed by this builder. |
B |
titleSide(Side x)
Deprecated.
Set the value of the
titleSide property for the instance constructed by this builder. |
applyTo, build, create, maxHeight, maxWidth, minHeight, minWidth, padding, prefHeight, prefWidth, snapToPixel
applyTo, stylesheets, stylesheets
applyTo, 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, visible
private int __set
private boolean animated
private Side legendSide
private boolean legendVisible
private java.lang.String title
private Side titleSide
public void applyTo(Chart x)
public B animated(boolean x)
animated
property for the instance constructed by this builder.public B legendSide(Side x)
legendSide
property for the instance constructed by this builder.public B legendVisible(boolean x)
legendVisible
property for the instance constructed by this builder.public B title(java.lang.String x)
title
property for the instance constructed by this builder.