@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class CategoryAxisBuilder extends AxisBuilder<java.lang.String,CategoryAxisBuilder>
CategoryAxis| Modifier | Constructor and Description |
|---|---|
protected |
CategoryAxisBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(CategoryAxis x) |
CategoryAxis |
build()
Make an instance of
CategoryAxis based on the properties set on this builder. |
CategoryAxisBuilder |
categories(ObservableList<java.lang.String> x)
Set the value of the
categories property for the instance constructed by this builder. |
static CategoryAxisBuilder |
create()
Creates a new instance of CategoryAxisBuilder.
|
CategoryAxisBuilder |
endMargin(double x)
Set the value of the
endMargin property for the instance constructed by this builder. |
CategoryAxisBuilder |
gapStartAndEnd(boolean x)
Set the value of the
gapStartAndEnd property for the instance constructed by this builder. |
CategoryAxisBuilder |
startMargin(double x)
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, 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 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>Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.