@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class NumberAxisBuilder extends ValueAxisBuilder<java.lang.Number,NumberAxisBuilder>
NumberAxis| Modifier | Constructor and Description |
|---|---|
protected |
NumberAxisBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(NumberAxis x) |
NumberAxis |
build()
Make an instance of
NumberAxis based on the properties set on this builder. |
static NumberAxisBuilder |
create()
Creates a new instance of NumberAxisBuilder.
|
NumberAxisBuilder |
forceZeroInRange(boolean x)
Set the value of the
forceZeroInRange property for the instance constructed by this builder. |
NumberAxisBuilder |
tickUnit(double x)
Set the value of the
tickUnit property for the instance constructed by this builder. |
applyTo, lowerBound, minorTickCount, minorTickLength, minorTickVisible, tickLabelFormatter, upperBoundanimated, applyTo, autoRanging, label, side, tickLabelFill, tickLabelFont, tickLabelGap, tickLabelRotation, tickLabelsVisible, tickLength, tickMarks, tickMarks, tickMarkVisibleapplyTo, 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 NumberAxisBuilder create()
public void applyTo(NumberAxis x)
public NumberAxisBuilder forceZeroInRange(boolean x)
forceZeroInRange property for the instance constructed by this builder.public NumberAxisBuilder tickUnit(double x)
tickUnit property for the instance constructed by this builder.public NumberAxis build()
NumberAxis based on the properties set on this builder.build in interface Builder<Region>build in class RegionBuilder<NumberAxisBuilder>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.