@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public abstract class AxisBuilder<T,B extends AxisBuilder<T,B>> extends RegionBuilder<B>
Axis| Modifier | Constructor and Description |
|---|---|
protected |
AxisBuilder() |
| Modifier and Type | Method and Description |
|---|---|
B |
animated(boolean x)
Set the value of the
animated property for the instance constructed by this builder. |
void |
applyTo(Axis<T> x) |
B |
autoRanging(boolean x)
Set the value of the
autoRanging property for the instance constructed by this builder. |
B |
label(java.lang.String x)
Set the value of the
label property for the instance constructed by this builder. |
B |
side(Side x)
Set the value of the
side property for the instance constructed by this builder. |
B |
tickLabelFill(Paint x)
Set the value of the
tickLabelFill property for the instance constructed by this builder. |
B |
tickLabelFont(Font x)
Set the value of the
tickLabelFont property for the instance constructed by this builder. |
B |
tickLabelGap(double x)
Set the value of the
tickLabelGap property for the instance constructed by this builder. |
B |
tickLabelRotation(double x)
Set the value of the
tickLabelRotation property for the instance constructed by this builder. |
B |
tickLabelsVisible(boolean x)
Set the value of the
tickLabelsVisible property for the instance constructed by this builder. |
B |
tickLength(double x)
Set the value of the
tickLength property for the instance constructed by this builder. |
B |
tickMarks(Axis.TickMark<T>... x)
Add the given items to the List of items in the
tickMarks property for the instance constructed by this builder. |
B |
tickMarks(java.util.Collection<? extends Axis.TickMark<T>> x)
Add the given items to the List of items in the
tickMarks property for the instance constructed by this builder. |
B |
tickMarkVisible(boolean x)
Set the value of the
tickMarkVisible property for the instance constructed by this builder. |
applyTo, 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 animated(boolean x)
animated property for the instance constructed by this builder.public B autoRanging(boolean x)
autoRanging property for the instance constructed by this builder.public B label(java.lang.String x)
label property for the instance constructed by this builder.public B side(Side x)
side property for the instance constructed by this builder.public B tickLabelFill(Paint x)
tickLabelFill property for the instance constructed by this builder.public B tickLabelFont(Font x)
tickLabelFont property for the instance constructed by this builder.public B tickLabelGap(double x)
tickLabelGap property for the instance constructed by this builder.public B tickLabelRotation(double x)
tickLabelRotation property for the instance constructed by this builder.public B tickLabelsVisible(boolean x)
tickLabelsVisible property for the instance constructed by this builder.public B tickLength(double x)
tickLength property for the instance constructed by this builder.public B tickMarks(java.util.Collection<? extends Axis.TickMark<T>> x)
tickMarks property for the instance constructed by this builder.public B tickMarks(Axis.TickMark<T>... x)
tickMarks property for the instance constructed by this builder.public B tickMarkVisible(boolean x)
tickMarkVisible property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.