@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public abstract class ValueAxisBuilder<T extends java.lang.Number,B extends ValueAxisBuilder<T,B>> extends AxisBuilder<T,B>
ValueAxis| Modifier | Constructor and Description |
|---|---|
protected |
ValueAxisBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(ValueAxis<T> x) |
B |
lowerBound(double x)
Set the value of the
lowerBound property for the instance constructed by this builder. |
B |
minorTickCount(int x)
Set the value of the
minorTickCount property for the instance constructed by this builder. |
B |
minorTickLength(double x)
Set the value of the
minorTickLength property for the instance constructed by this builder. |
B |
minorTickVisible(boolean x)
Set the value of the
minorTickVisible property for the instance constructed by this builder. |
B |
tickLabelFormatter(StringConverter<T> x)
Set the value of the
tickLabelFormatter property for the instance constructed by this builder. |
B |
upperBound(double x)
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, tickMarkVisibleapplyTo, 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 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.Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.