@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public final class CategoryAxisBuilder extends AxisBuilder<java.lang.String,CategoryAxisBuilder>
CategoryAxis
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private ObservableList<java.lang.String> |
categories
Deprecated.
|
private double |
endMargin
Deprecated.
|
private boolean |
gapStartAndEnd
Deprecated.
|
private double |
startMargin
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
CategoryAxisBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(CategoryAxis x)
Deprecated.
|
CategoryAxis |
build()
Deprecated.
Make an instance of
CategoryAxis based on the properties set on this builder. |
CategoryAxisBuilder |
categories(ObservableList<java.lang.String> x)
Deprecated.
Set the value of the
categories property for the instance constructed by this builder. |
static CategoryAxisBuilder |
create()
Deprecated.
Creates a new instance of CategoryAxisBuilder.
|
CategoryAxisBuilder |
endMargin(double x)
Deprecated.
Set the value of the
endMargin property for the instance constructed by this builder. |
CategoryAxisBuilder |
gapStartAndEnd(boolean x)
Deprecated.
Set the value of the
gapStartAndEnd property for the instance constructed by this builder. |
CategoryAxisBuilder |
startMargin(double x)
Deprecated.
Set the value of the
startMargin property for the instance constructed by this builder. |
animated, applyTo, autoRanging, label, side, tickLabelFill, tickLabelFont, tickLabelGap, tickLabelRotation, tickLabelsVisible, tickLength, tickMarks, tickMarks, tickMarkVisible
applyTo, 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 ObservableList<java.lang.String> categories
private double endMargin
private boolean gapStartAndEnd
private double startMargin
public static CategoryAxisBuilder create()
public void applyTo(CategoryAxis x)
public CategoryAxisBuilder categories(ObservableList<java.lang.String> x)
categories
property for the instance constructed by this builder.public CategoryAxisBuilder endMargin(double x)
endMargin
property for the instance constructed by this builder.public CategoryAxisBuilder gapStartAndEnd(boolean x)
gapStartAndEnd
property for the instance constructed by this builder.public CategoryAxisBuilder startMargin(double x)
startMargin
property for the instance constructed by this builder.public CategoryAxis build()
CategoryAxis
based on the properties set on this builder.build
in interface Builder<Region>
build
in class RegionBuilder<CategoryAxisBuilder>