@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class BarChartBuilder<X,Y,B extends BarChartBuilder<X,Y,B>> extends XYChartBuilder<X,Y,B>
BarChart
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private double |
barGap
Deprecated.
|
private double |
categoryGap
Deprecated.
|
private Axis<X> |
XAxis
Deprecated.
|
private Axis<Y> |
YAxis
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
BarChartBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(BarChart<X,Y> x)
Deprecated.
|
B |
barGap(double x)
Deprecated.
Set the value of the
barGap property for the instance constructed by this builder. |
BarChart<X,Y> |
build()
Deprecated.
Make an instance of
BarChart based on the properties set on this builder. |
B |
categoryGap(double x)
Deprecated.
Set the value of the
categoryGap property for the instance constructed by this builder. |
static <X,Y> BarChartBuilder<X,Y,?> |
create()
Deprecated.
Creates a new instance of BarChartBuilder.
|
B |
XAxis(Axis<X> x)
Deprecated.
Set the value of the
XAxis property for the instance constructed by this builder. |
B |
YAxis(Axis<Y> x)
Deprecated.
Set the value of the
YAxis property for the instance constructed by this builder. |
alternativeColumnFillVisible, alternativeRowFillVisible, applyTo, data, horizontalGridLinesVisible, horizontalZeroLineVisible, verticalGridLinesVisible, verticalZeroLineVisible
animated, applyTo, legendSide, legendVisible, title, titleSide
applyTo, 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 double barGap
private double categoryGap
public static <X,Y> BarChartBuilder<X,Y,?> create()
public B barGap(double x)
barGap
property for the instance constructed by this builder.public B categoryGap(double x)
categoryGap
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 BarChartBuilder<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 BarChartBuilder<X,Y,B>>