@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public abstract class ValueAxisBuilder<T extends java.lang.Number,B extends ValueAxisBuilder<T,B>> extends AxisBuilder<T,B>
ValueAxis
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private double |
lowerBound
Deprecated.
|
private int |
minorTickCount
Deprecated.
|
private double |
minorTickLength
Deprecated.
|
private boolean |
minorTickVisible
Deprecated.
|
private StringConverter<T> |
tickLabelFormatter
Deprecated.
|
private double |
upperBound
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ValueAxisBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ValueAxis<T> x)
Deprecated.
|
B |
lowerBound(double x)
Deprecated.
Set the value of the
lowerBound property for the instance constructed by this builder. |
B |
minorTickCount(int x)
Deprecated.
Set the value of the
minorTickCount property for the instance constructed by this builder. |
B |
minorTickLength(double x)
Deprecated.
Set the value of the
minorTickLength property for the instance constructed by this builder. |
B |
minorTickVisible(boolean x)
Deprecated.
Set the value of the
minorTickVisible property for the instance constructed by this builder. |
B |
tickLabelFormatter(StringConverter<T> x)
Deprecated.
Set the value of the
tickLabelFormatter property for the instance constructed by this builder. |
B |
upperBound(double x)
Deprecated.
Set the value of the
upperBound property for the instance constructed by this builder. |
animated, applyTo, autoRanging, label, side, tickLabelFill, tickLabelFont, tickLabelGap, tickLabelRotation, tickLabelsVisible, tickLength, tickMarks, tickMarks, tickMarkVisible
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 double lowerBound
private int minorTickCount
private double minorTickLength
private boolean minorTickVisible
private StringConverter<T extends java.lang.Number> tickLabelFormatter
private double upperBound
public B lowerBound(double x)
lowerBound
property for the instance constructed by this builder.public B minorTickCount(int x)
minorTickCount
property for the instance constructed by this builder.public B minorTickLength(double x)
minorTickLength
property for the instance constructed by this builder.public B minorTickVisible(boolean x)
minorTickVisible
property for the instance constructed by this builder.public B tickLabelFormatter(StringConverter<T> x)
tickLabelFormatter
property for the instance constructed by this builder.public B upperBound(double x)
upperBound
property for the instance constructed by this builder.