@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public abstract class AxisBuilder<T,B extends AxisBuilder<T,B>> extends RegionBuilder<B>
Axis
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private boolean |
animated
Deprecated.
|
private boolean |
autoRanging
Deprecated.
|
private java.lang.String |
label
Deprecated.
|
private Side |
side
Deprecated.
|
private Paint |
tickLabelFill
Deprecated.
|
private Font |
tickLabelFont
Deprecated.
|
private double |
tickLabelGap
Deprecated.
|
private double |
tickLabelRotation
Deprecated.
|
private boolean |
tickLabelsVisible
Deprecated.
|
private double |
tickLength
Deprecated.
|
private java.util.Collection<? extends Axis.TickMark<T>> |
tickMarks
Deprecated.
|
private boolean |
tickMarkVisible
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
AxisBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
B |
animated(boolean x)
Deprecated.
Set the value of the
animated property for the instance constructed by this builder. |
void |
applyTo(Axis<T> x)
Deprecated.
|
B |
autoRanging(boolean x)
Deprecated.
Set the value of the
autoRanging property for the instance constructed by this builder. |
B |
label(java.lang.String x)
Deprecated.
Set the value of the
label property for the instance constructed by this builder. |
B |
side(Side x)
Deprecated.
Set the value of the
side property for the instance constructed by this builder. |
B |
tickLabelFill(Paint x)
Deprecated.
Set the value of the
tickLabelFill property for the instance constructed by this builder. |
B |
tickLabelFont(Font x)
Deprecated.
Set the value of the
tickLabelFont property for the instance constructed by this builder. |
B |
tickLabelGap(double x)
Deprecated.
Set the value of the
tickLabelGap property for the instance constructed by this builder. |
B |
tickLabelRotation(double x)
Deprecated.
Set the value of the
tickLabelRotation property for the instance constructed by this builder. |
B |
tickLabelsVisible(boolean x)
Deprecated.
Set the value of the
tickLabelsVisible property for the instance constructed by this builder. |
B |
tickLength(double x)
Deprecated.
Set the value of the
tickLength property for the instance constructed by this builder. |
B |
tickMarks(Axis.TickMark<T>... x)
Deprecated.
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)
Deprecated.
Add the given items to the List of items in the
tickMarks property for the instance constructed by this builder. |
B |
tickMarkVisible(boolean x)
Deprecated.
Set the value of the
tickMarkVisible property for the instance constructed by this builder. |
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 boolean animated
private boolean autoRanging
private java.lang.String label
private Side side
private Paint tickLabelFill
private Font tickLabelFont
private double tickLabelGap
private double tickLabelRotation
private boolean tickLabelsVisible
private double tickLength
private java.util.Collection<? extends Axis.TickMark<T>> tickMarks
private boolean tickMarkVisible
private void __set(int i)
public 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.