Uses of Class
io.github.sosuisen.jfxbuilder.controls.CategoryAxisBuilder
Packages that use CategoryAxisBuilder
-
Uses of CategoryAxisBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return CategoryAxisBuilderModifier and TypeMethodDescriptionCategoryAxisBuilder.accessibleHelp
(String value) A builder method that invokes thesetAccessibleHelp
method on the instance being constructed.CategoryAxisBuilder.accessibleHelpPropertyApply
(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleHelpProperty
of the instance being constructed.CategoryAxisBuilder.accessibleRole
(AccessibleRole value) A builder method that invokes thesetAccessibleRole
method on the instance being constructed.CategoryAxisBuilder.accessibleRoleDescription
(String value) A builder method that invokes thesetAccessibleRoleDescription
method on the instance being constructed.CategoryAxisBuilder.accessibleRoleDescriptionPropertyApply
(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleRoleDescriptionProperty
of the instance being constructed.CategoryAxisBuilder.accessibleRolePropertyApply
(Consumer<ObjectProperty<AccessibleRole>> op) Applies a function to theaccessibleRoleProperty
of the instance being constructed.CategoryAxisBuilder.accessibleText
(String value) A builder method that invokes thesetAccessibleText
method on the instance being constructed.CategoryAxisBuilder.accessibleTextPropertyApply
(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleTextProperty
of the instance being constructed.final CategoryAxisBuilder
CategoryAxisBuilder.addCategories
(String... elements) Calls theaddAll
method on the ObservableList returned by theCategoryAxis#getCategories()
method.final CategoryAxisBuilder
CategoryAxisBuilder.addCategories
(Collection<? extends String> col) Calls theaddAll
method on the ObservableList returned by theCategoryAxis#getCategories()
method.final CategoryAxisBuilder
CategoryAxisBuilder.addStyleClass
(String... elements) Calls theaddAll
method on the ObservableList returned by theCategoryAxis#getStyleClass()
method.final CategoryAxisBuilder
CategoryAxisBuilder.addStyleClass
(Collection<? extends String> col) Calls theaddAll
method on the ObservableList returned by theCategoryAxis#getStyleClass()
method.final CategoryAxisBuilder
CategoryAxisBuilder.addStylesheets
(String... elements) Calls theaddAll
method on the ObservableList returned by theCategoryAxis#getStylesheets()
method.final CategoryAxisBuilder
CategoryAxisBuilder.addStylesheets
(Collection<? extends String> col) Calls theaddAll
method on the ObservableList returned by theCategoryAxis#getStylesheets()
method.CategoryAxisBuilder.addStylesheetsText
(String css) Utility setter to add CSS string for this CategoryAxis's contents.final CategoryAxisBuilder
CategoryAxisBuilder.addTickMarks
(Collection<? extends Axis.TickMark<String>> col) Calls theaddAll
method on the ObservableList returned by theCategoryAxis#getTickMarks()
method.final CategoryAxisBuilder
CategoryAxisBuilder.addTickMarks
(Axis.TickMark<String>... elements) Calls theaddAll
method on the ObservableList returned by theCategoryAxis#getTickMarks()
method.final CategoryAxisBuilder
CategoryAxisBuilder.addTransforms
(Collection<? extends Transform> col) Calls theaddAll
method on the ObservableList returned by theCategoryAxis#getTransforms()
method.final CategoryAxisBuilder
CategoryAxisBuilder.addTransforms
(Transform... elements) Calls theaddAll
method on the ObservableList returned by theCategoryAxis#getTransforms()
method.CategoryAxisBuilder.alignmentInBorderPane
(Pos value) Invokes theBorderPane.setAlignment(Node, Pos)
using a fluent API.CategoryAxisBuilder.alignmentInStackPane
(Pos value) Invokes theStackPane.setAlignment(Node, Pos)
using a fluent API.CategoryAxisBuilder.alignmentInTilePane
(Pos value) Invokes theTilePane.setAlignment(Node, Pos)
using a fluent API.CategoryAxisBuilder.animated
(boolean value) A builder method that invokes thesetAnimated
method on the instance being constructed.CategoryAxisBuilder.animatedPropertyApply
(Consumer<BooleanProperty> op) Applies a function to theanimatedProperty
of the instance being constructed.CategoryAxisBuilder.apply
(Consumer<CategoryAxis> func) Applies a function to the CategoryAxis instance being constructed.CategoryAxisBuilder.autoRanging
(boolean value) A builder method that invokes thesetAutoRanging
method on the instance being constructed.CategoryAxisBuilder.autoRangingPropertyApply
(Consumer<BooleanProperty> op) Applies a function to theautoRangingProperty
of the instance being constructed.CategoryAxisBuilder.background
(Background value) A builder method that invokes thesetBackground
method on the instance being constructed.CategoryAxisBuilder.backgroundPropertyApply
(Consumer<ObjectProperty<Background>> op) Applies a function to thebackgroundProperty
of the instance being constructed.A builder method that invokes thesetBlendMode
method on the instance being constructed.CategoryAxisBuilder.blendModePropertyApply
(Consumer<ObjectProperty<BlendMode>> op) Applies a function to theblendModeProperty
of the instance being constructed.A builder method that invokes thesetBorder
method on the instance being constructed.CategoryAxisBuilder.borderPropertyApply
(Consumer<ObjectProperty<Border>> op) Applies a function to theborderProperty
of the instance being constructed.CategoryAxisBuilder.bottomAnchorInAnchorPane
(Double value) Invokes theAnchorPane.setBottomAnchor(Node, Double)
using a fluent API.CategoryAxisBuilder.boundsInLocalPropertyApply
(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to theboundsInLocalProperty
of the instance being constructed.CategoryAxisBuilder.boundsInParentPropertyApply
(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to theboundsInParentProperty
of the instance being constructed.CategoryAxisBuilder.cache
(boolean value) A builder method that invokes thesetCache
method on the instance being constructed.A builder method that invokes thesetCacheHint
method on the instance being constructed.CategoryAxisBuilder.cacheHintPropertyApply
(Consumer<ObjectProperty<CacheHint>> op) Applies a function to thecacheHintProperty
of the instance being constructed.CategoryAxisBuilder.cachePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thecacheProperty
of the instance being constructed.CategoryAxisBuilder.cacheShape
(boolean value) A builder method that invokes thesetCacheShape
method on the instance being constructed.CategoryAxisBuilder.cacheShapePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thecacheShapeProperty
of the instance being constructed.CategoryAxisBuilder.categories
(ObservableList<String> value) A builder method that invokes thesetCategories
method on the instance being constructed.CategoryAxisBuilder.categorySpacingPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thecategorySpacingProperty
of the instance being constructed.CategoryAxisBuilder.centerShape
(boolean value) A builder method that invokes thesetCenterShape
method on the instance being constructed.CategoryAxisBuilder.centerShapePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thecenterShapeProperty
of the instance being constructed.A builder method that invokes thesetClip
method on the instance being constructed.CategoryAxisBuilder.clipPropertyApply
(Consumer<ObjectProperty<Node>> op) Applies a function to theclipProperty
of the instance being constructed.CategoryAxisBuilder.columnIndexInGridPane
(Integer value) Invokes theGridPane.setColumnIndex(Node, Integer)
using a fluent API.CategoryAxisBuilder.columnSpanInGridPane
(Integer value) Invokes theGridPane.setColumnSpan(Node, Integer)
using a fluent API.CategoryAxisBuilder.constraintsInGridPane
(int columnIndex, int rowIndex) Invokes theGridPane.setConstraints(Node, int, int)
using a fluent API.CategoryAxisBuilder.constraintsInGridPane
(int columnIndex, int rowIndex, int columnspan, int rowspan) Invokes theGridPane.setConstraints(Node, int, int, int, int)
using a fluent API.CategoryAxisBuilder.constraintsInGridPane
(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos)
using a fluent API.CategoryAxisBuilder.constraintsInGridPane
(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment, Priority hgrow, Priority vgrow) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos, Priority, Priority)
using a fluent API.CategoryAxisBuilder.constraintsInGridPane
(int columnIndex, int rowIndex, int columnspan, int rowspan, HPos halignment, VPos valignment, Priority hgrow, Priority vgrow, Insets margin) Invokes theGridPane.setConstraints(Node, int, int, int, int, HPos, VPos, Priority, Priority, Insets)
using a fluent API.static CategoryAxisBuilder
CategoryAxisBuilder.create()
Returns an instance of theCategoryAxisBuilder
.static CategoryAxisBuilder
CategoryAxisBuilder.create
(ObservableList<String> categories) Accepts the constructor arguments ofCategoryAxis(ObservableList)
and returns an instance ofCategoryAxisBuilder
.A builder method that invokes thesetCursor
method on the instance being constructed.CategoryAxisBuilder.cursorPropertyApply
(Consumer<ObjectProperty<Cursor>> op) Applies a function to thecursorProperty
of the instance being constructed.A builder method that invokes thesetDepthTest
method on the instance being constructed.CategoryAxisBuilder.depthTestPropertyApply
(Consumer<ObjectProperty<DepthTest>> op) Applies a function to thedepthTestProperty
of the instance being constructed.CategoryAxisBuilder.disable
(boolean value) A builder method that invokes thesetDisable
method on the instance being constructed.CategoryAxisBuilder.disabledPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thedisabledProperty
of the instance being constructed.CategoryAxisBuilder.disablePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thedisableProperty
of the instance being constructed.A builder method that invokes thesetEffect
method on the instance being constructed.CategoryAxisBuilder.effectiveNodeOrientationPropertyApply
(Consumer<ReadOnlyObjectProperty<NodeOrientation>> op) Applies a function to theeffectiveNodeOrientationProperty
of the instance being constructed.CategoryAxisBuilder.effectPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theeffectProperty
of the instance being constructed.CategoryAxisBuilder.endMargin
(double value) A builder method that invokes thesetEndMargin
method on the instance being constructed.CategoryAxisBuilder.endMarginPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theendMarginProperty
of the instance being constructed.CategoryAxisBuilder.eventDispatcher
(EventDispatcher value) A builder method that invokes thesetEventDispatcher
method on the instance being constructed.CategoryAxisBuilder.eventDispatcherPropertyApply
(Consumer<ObjectProperty<EventDispatcher>> op) Applies a function to theeventDispatcherProperty
of the instance being constructed.CategoryAxisBuilder.fillHeightInGridPane
(Boolean value) Invokes theGridPane.setFillHeight(Node, Boolean)
using a fluent API.CategoryAxisBuilder.fillWidthInGridPane
(Boolean value) Invokes theGridPane.setFillWidth(Node, Boolean)
using a fluent API.CategoryAxisBuilder.focusedPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusedProperty
of the instance being constructed.CategoryAxisBuilder.focusTraversable
(boolean value) A builder method that invokes thesetFocusTraversable
method on the instance being constructed.CategoryAxisBuilder.focusTraversablePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thefocusTraversableProperty
of the instance being constructed.CategoryAxisBuilder.focusVisiblePropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusVisibleProperty
of the instance being constructed.CategoryAxisBuilder.focusWithinPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusWithinProperty
of the instance being constructed.CategoryAxisBuilder.gapStartAndEnd
(boolean value) A builder method that invokes thesetGapStartAndEnd
method on the instance being constructed.CategoryAxisBuilder.gapStartAndEndPropertyApply
(Consumer<BooleanProperty> op) Applies a function to thegapStartAndEndProperty
of the instance being constructed.CategoryAxisBuilder.hAlignmentInGridPane
(HPos value) Invokes theGridPane.setHalignment(Node, HPos)
using a fluent API.CategoryAxisBuilder.heightPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to theheightProperty
of the instance being constructed.CategoryAxisBuilder.hGrowInGridPane
(Priority value) Invokes theGridPane.setHgrow(Node, Priority)
using a fluent API.CategoryAxisBuilder.hGrowInHBox
(Priority value) Invokes theHBox.setHgrow(Node, Priority)
using a fluent API.CategoryAxisBuilder.hoverPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thehoverProperty
of the instance being constructed.A builder method that invokes thesetId
method on the instance being constructed.CategoryAxisBuilder.idPropertyApply
(Consumer<StringProperty> op) Applies a function to theidProperty
of the instance being constructed.CategoryAxisBuilder.inputMethodRequests
(InputMethodRequests value) A builder method that invokes thesetInputMethodRequests
method on the instance being constructed.CategoryAxisBuilder.inputMethodRequestsPropertyApply
(Consumer<ObjectProperty<InputMethodRequests>> op) Applies a function to theinputMethodRequestsProperty
of the instance being constructed.CategoryAxisBuilder.insetsPropertyApply
(Consumer<ReadOnlyObjectProperty<Insets>> op) Applies a function to theinsetsProperty
of the instance being constructed.A builder method that invokes thesetLabel
method on the instance being constructed.CategoryAxisBuilder.labelPropertyApply
(Consumer<ObjectProperty<String>> op) Applies a function to thelabelProperty
of the instance being constructed.CategoryAxisBuilder.layoutBoundsPropertyApply
(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to thelayoutBoundsProperty
of the instance being constructed.CategoryAxisBuilder.layoutX
(double value) A builder method that invokes thesetLayoutX
method on the instance being constructed.CategoryAxisBuilder.layoutXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thelayoutXProperty
of the instance being constructed.CategoryAxisBuilder.layoutY
(double value) A builder method that invokes thesetLayoutY
method on the instance being constructed.CategoryAxisBuilder.layoutYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thelayoutYProperty
of the instance being constructed.CategoryAxisBuilder.leftAnchorInAnchorPane
(Double value) Invokes theAnchorPane.setLeftAnchor(Node, Double)
using a fluent API.CategoryAxisBuilder.localToParentTransformPropertyApply
(Consumer<ReadOnlyObjectProperty<Transform>> op) Applies a function to thelocalToParentTransformProperty
of the instance being constructed.CategoryAxisBuilder.localToSceneTransformPropertyApply
(Consumer<ReadOnlyObjectProperty<Transform>> op) Applies a function to thelocalToSceneTransformProperty
of the instance being constructed.CategoryAxisBuilder.managed
(boolean value) A builder method that invokes thesetManaged
method on the instance being constructed.CategoryAxisBuilder.managedPropertyApply
(Consumer<BooleanProperty> op) Applies a function to themanagedProperty
of the instance being constructed.CategoryAxisBuilder.marginInBorderPane
(Insets value) Invokes theBorderPane.setMargin(Node, Insets)
using a fluent API.CategoryAxisBuilder.marginInFlowPane
(Insets value) Invokes theFlowPane.setMargin(Node, Insets)
using a fluent API.CategoryAxisBuilder.marginInGridPane
(Insets value) Invokes theGridPane.setMargin(Node, Insets)
using a fluent API.CategoryAxisBuilder.marginInHBox
(Insets value) Invokes theHBox.setMargin(Node, Insets)
using a fluent API.CategoryAxisBuilder.marginInStackPane
(Insets value) Invokes theStackPane.setMargin(Node, Insets)
using a fluent API.CategoryAxisBuilder.marginInTilePane
(Insets value) Invokes theTilePane.setMargin(Node, Insets)
using a fluent API.CategoryAxisBuilder.marginInVBox
(Insets value) Invokes theVBox.setMargin(Node, Insets)
using a fluent API.CategoryAxisBuilder.maxHeight
(double value) A builder method that invokes thesetMaxHeight
method on the instance being constructed.CategoryAxisBuilder.maxHeightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themaxHeightProperty
of the instance being constructed.CategoryAxisBuilder.maxSize
(double maxWidth, double maxHeight) A builder method that invokes thesetMaxSize
method on the instance being constructed.CategoryAxisBuilder.maxWidth
(double value) A builder method that invokes thesetMaxWidth
method on the instance being constructed.CategoryAxisBuilder.maxWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to themaxWidthProperty
of the instance being constructed.CategoryAxisBuilder.minHeight
(double value) A builder method that invokes thesetMinHeight
method on the instance being constructed.CategoryAxisBuilder.minHeightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theminHeightProperty
of the instance being constructed.CategoryAxisBuilder.minSize
(double minWidth, double minHeight) A builder method that invokes thesetMinSize
method on the instance being constructed.CategoryAxisBuilder.minWidth
(double value) A builder method that invokes thesetMinWidth
method on the instance being constructed.CategoryAxisBuilder.minWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theminWidthProperty
of the instance being constructed.CategoryAxisBuilder.mouseTransparent
(boolean value) A builder method that invokes thesetMouseTransparent
method on the instance being constructed.CategoryAxisBuilder.mouseTransparentPropertyApply
(Consumer<BooleanProperty> op) Applies a function to themouseTransparentProperty
of the instance being constructed.CategoryAxisBuilder.needsLayoutPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to theneedsLayoutProperty
of the instance being constructed.CategoryAxisBuilder.nodeOrientation
(NodeOrientation orientation) A builder method that invokes thesetNodeOrientation
method on the instance being constructed.CategoryAxisBuilder.nodeOrientationPropertyApply
(Consumer<ObjectProperty<NodeOrientation>> op) Applies a function to thenodeOrientationProperty
of the instance being constructed.CategoryAxisBuilder.onContextMenuRequested
(EventHandler<? super ContextMenuEvent> value) A builder method that invokes thesetOnContextMenuRequested
method on the instance being constructed.CategoryAxisBuilder.onContextMenuRequestedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ContextMenuEvent>>> op) Applies a function to theonContextMenuRequestedProperty
of the instance being constructed.CategoryAxisBuilder.onDragDetected
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnDragDetected
method on the instance being constructed.CategoryAxisBuilder.onDragDetectedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonDragDetectedProperty
of the instance being constructed.CategoryAxisBuilder.onDragDone
(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragDone
method on the instance being constructed.CategoryAxisBuilder.onDragDonePropertyApply
(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragDoneProperty
of the instance being constructed.CategoryAxisBuilder.onDragDropped
(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragDropped
method on the instance being constructed.CategoryAxisBuilder.onDragDroppedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragDroppedProperty
of the instance being constructed.CategoryAxisBuilder.onDragEntered
(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragEntered
method on the instance being constructed.CategoryAxisBuilder.onDragEnteredPropertyApply
(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragEnteredProperty
of the instance being constructed.CategoryAxisBuilder.onDragExited
(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragExited
method on the instance being constructed.CategoryAxisBuilder.onDragExitedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragExitedProperty
of the instance being constructed.CategoryAxisBuilder.onDragOver
(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragOver
method on the instance being constructed.CategoryAxisBuilder.onDragOverPropertyApply
(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragOverProperty
of the instance being constructed.CategoryAxisBuilder.onInputMethodTextChanged
(EventHandler<? super InputMethodEvent> value) A builder method that invokes thesetOnInputMethodTextChanged
method on the instance being constructed.CategoryAxisBuilder.onInputMethodTextChangedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super InputMethodEvent>>> op) Applies a function to theonInputMethodTextChangedProperty
of the instance being constructed.CategoryAxisBuilder.onKeyPressed
(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyPressed
method on the instance being constructed.CategoryAxisBuilder.onKeyPressedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyPressedProperty
of the instance being constructed.CategoryAxisBuilder.onKeyReleased
(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyReleased
method on the instance being constructed.CategoryAxisBuilder.onKeyReleasedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyReleasedProperty
of the instance being constructed.CategoryAxisBuilder.onKeyTyped
(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyTyped
method on the instance being constructed.CategoryAxisBuilder.onKeyTypedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyTypedProperty
of the instance being constructed.CategoryAxisBuilder.onMouseClicked
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseClicked
method on the instance being constructed.CategoryAxisBuilder.onMouseClickedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseClickedProperty
of the instance being constructed.CategoryAxisBuilder.onMouseDragEntered
(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragEntered
method on the instance being constructed.CategoryAxisBuilder.onMouseDragEnteredPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragEnteredProperty
of the instance being constructed.CategoryAxisBuilder.onMouseDragExited
(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragExited
method on the instance being constructed.CategoryAxisBuilder.onMouseDragExitedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragExitedProperty
of the instance being constructed.CategoryAxisBuilder.onMouseDragged
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseDragged
method on the instance being constructed.CategoryAxisBuilder.onMouseDraggedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseDraggedProperty
of the instance being constructed.CategoryAxisBuilder.onMouseDragOver
(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragOver
method on the instance being constructed.CategoryAxisBuilder.onMouseDragOverPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragOverProperty
of the instance being constructed.CategoryAxisBuilder.onMouseDragReleased
(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragReleased
method on the instance being constructed.CategoryAxisBuilder.onMouseDragReleasedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragReleasedProperty
of the instance being constructed.CategoryAxisBuilder.onMouseEntered
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseEntered
method on the instance being constructed.CategoryAxisBuilder.onMouseEnteredPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseEnteredProperty
of the instance being constructed.CategoryAxisBuilder.onMouseExited
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseExited
method on the instance being constructed.CategoryAxisBuilder.onMouseExitedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseExitedProperty
of the instance being constructed.CategoryAxisBuilder.onMouseMoved
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseMoved
method on the instance being constructed.CategoryAxisBuilder.onMouseMovedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseMovedProperty
of the instance being constructed.CategoryAxisBuilder.onMousePressed
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMousePressed
method on the instance being constructed.CategoryAxisBuilder.onMousePressedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMousePressedProperty
of the instance being constructed.CategoryAxisBuilder.onMouseReleased
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseReleased
method on the instance being constructed.CategoryAxisBuilder.onMouseReleasedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseReleasedProperty
of the instance being constructed.CategoryAxisBuilder.onRotate
(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotate
method on the instance being constructed.CategoryAxisBuilder.onRotatePropertyApply
(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotateProperty
of the instance being constructed.CategoryAxisBuilder.onRotationFinished
(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotationFinished
method on the instance being constructed.CategoryAxisBuilder.onRotationFinishedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotationFinishedProperty
of the instance being constructed.CategoryAxisBuilder.onRotationStarted
(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotationStarted
method on the instance being constructed.CategoryAxisBuilder.onRotationStartedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotationStartedProperty
of the instance being constructed.CategoryAxisBuilder.onScroll
(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScroll
method on the instance being constructed.CategoryAxisBuilder.onScrollFinished
(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollFinished
method on the instance being constructed.CategoryAxisBuilder.onScrollFinishedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollFinishedProperty
of the instance being constructed.CategoryAxisBuilder.onScrollPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollProperty
of the instance being constructed.CategoryAxisBuilder.onScrollStarted
(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollStarted
method on the instance being constructed.CategoryAxisBuilder.onScrollStartedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollStartedProperty
of the instance being constructed.CategoryAxisBuilder.onSwipeDown
(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeDown
method on the instance being constructed.CategoryAxisBuilder.onSwipeDownPropertyApply
(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeDownProperty
of the instance being constructed.CategoryAxisBuilder.onSwipeLeft
(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeLeft
method on the instance being constructed.CategoryAxisBuilder.onSwipeLeftPropertyApply
(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeLeftProperty
of the instance being constructed.CategoryAxisBuilder.onSwipeRight
(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeRight
method on the instance being constructed.CategoryAxisBuilder.onSwipeRightPropertyApply
(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeRightProperty
of the instance being constructed.CategoryAxisBuilder.onSwipeUp
(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeUp
method on the instance being constructed.CategoryAxisBuilder.onSwipeUpPropertyApply
(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeUpProperty
of the instance being constructed.CategoryAxisBuilder.onTouchMoved
(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchMoved
method on the instance being constructed.CategoryAxisBuilder.onTouchMovedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchMovedProperty
of the instance being constructed.CategoryAxisBuilder.onTouchPressed
(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchPressed
method on the instance being constructed.CategoryAxisBuilder.onTouchPressedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchPressedProperty
of the instance being constructed.CategoryAxisBuilder.onTouchReleased
(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchReleased
method on the instance being constructed.CategoryAxisBuilder.onTouchReleasedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchReleasedProperty
of the instance being constructed.CategoryAxisBuilder.onTouchStationary
(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchStationary
method on the instance being constructed.CategoryAxisBuilder.onTouchStationaryPropertyApply
(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchStationaryProperty
of the instance being constructed.CategoryAxisBuilder.onZoom
(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoom
method on the instance being constructed.CategoryAxisBuilder.onZoomFinished
(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoomFinished
method on the instance being constructed.CategoryAxisBuilder.onZoomFinishedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomFinishedProperty
of the instance being constructed.CategoryAxisBuilder.onZoomPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomProperty
of the instance being constructed.CategoryAxisBuilder.onZoomStarted
(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoomStarted
method on the instance being constructed.CategoryAxisBuilder.onZoomStartedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomStartedProperty
of the instance being constructed.CategoryAxisBuilder.opacity
(double value) A builder method that invokes thesetOpacity
method on the instance being constructed.CategoryAxisBuilder.opacityPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theopacityProperty
of the instance being constructed.CategoryAxisBuilder.opaqueInsets
(Insets value) A builder method that invokes thesetOpaqueInsets
method on the instance being constructed.CategoryAxisBuilder.opaqueInsetsPropertyApply
(Consumer<ObjectProperty<Insets>> op) Applies a function to theopaqueInsetsProperty
of the instance being constructed.A builder method that invokes thesetPadding
method on the instance being constructed.CategoryAxisBuilder.paddingPropertyApply
(Consumer<ObjectProperty<Insets>> op) Applies a function to thepaddingProperty
of the instance being constructed.CategoryAxisBuilder.parentPropertyApply
(Consumer<ReadOnlyObjectProperty<Parent>> op) Applies a function to theparentProperty
of the instance being constructed.CategoryAxisBuilder.pickOnBounds
(boolean value) A builder method that invokes thesetPickOnBounds
method on the instance being constructed.CategoryAxisBuilder.pickOnBoundsPropertyApply
(Consumer<BooleanProperty> op) Applies a function to thepickOnBoundsProperty
of the instance being constructed.CategoryAxisBuilder.prefHeight
(double value) A builder method that invokes thesetPrefHeight
method on the instance being constructed.CategoryAxisBuilder.prefHeightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theprefHeightProperty
of the instance being constructed.CategoryAxisBuilder.prefSize
(double prefWidth, double prefHeight) A builder method that invokes thesetPrefSize
method on the instance being constructed.CategoryAxisBuilder.prefWidth
(double value) A builder method that invokes thesetPrefWidth
method on the instance being constructed.CategoryAxisBuilder.prefWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theprefWidthProperty
of the instance being constructed.CategoryAxisBuilder.pressedPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thepressedProperty
of the instance being constructed.CategoryAxisBuilder.rightAnchorInAnchorPane
(Double value) Invokes theAnchorPane.setRightAnchor(Node, Double)
using a fluent API.CategoryAxisBuilder.rotate
(double value) A builder method that invokes thesetRotate
method on the instance being constructed.CategoryAxisBuilder.rotatePropertyApply
(Consumer<DoubleProperty> op) Applies a function to therotateProperty
of the instance being constructed.CategoryAxisBuilder.rotationAxis
(Point3D value) A builder method that invokes thesetRotationAxis
method on the instance being constructed.CategoryAxisBuilder.rotationAxisPropertyApply
(Consumer<ObjectProperty<Point3D>> op) Applies a function to therotationAxisProperty
of the instance being constructed.CategoryAxisBuilder.rowIndexInGridPane
(Integer value) Invokes theGridPane.setRowIndex(Node, Integer)
using a fluent API.CategoryAxisBuilder.rowSpanInGridPane
(Integer value) Invokes theGridPane.setRowSpan(Node, Integer)
using a fluent API.CategoryAxisBuilder.scaleShape
(boolean value) A builder method that invokes thesetScaleShape
method on the instance being constructed.CategoryAxisBuilder.scaleShapePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thescaleShapeProperty
of the instance being constructed.CategoryAxisBuilder.scaleX
(double value) A builder method that invokes thesetScaleX
method on the instance being constructed.CategoryAxisBuilder.scaleXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thescaleXProperty
of the instance being constructed.CategoryAxisBuilder.scaleY
(double value) A builder method that invokes thesetScaleY
method on the instance being constructed.CategoryAxisBuilder.scaleYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thescaleYProperty
of the instance being constructed.CategoryAxisBuilder.scaleZ
(double value) A builder method that invokes thesetScaleZ
method on the instance being constructed.CategoryAxisBuilder.scaleZPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thescaleZProperty
of the instance being constructed.CategoryAxisBuilder.scenePropertyApply
(Consumer<ReadOnlyObjectProperty<Scene>> op) Applies a function to thesceneProperty
of the instance being constructed.A builder method that invokes thesetShape
method on the instance being constructed.CategoryAxisBuilder.shapePropertyApply
(Consumer<ObjectProperty<Shape>> op) Applies a function to theshapeProperty
of the instance being constructed.A builder method that invokes thesetSide
method on the instance being constructed.CategoryAxisBuilder.sidePropertyApply
(Consumer<ObjectProperty<Side>> op) Applies a function to thesideProperty
of the instance being constructed.CategoryAxisBuilder.snapToPixel
(boolean value) A builder method that invokes thesetSnapToPixel
method on the instance being constructed.CategoryAxisBuilder.snapToPixelPropertyApply
(Consumer<BooleanProperty> op) Applies a function to thesnapToPixelProperty
of the instance being constructed.CategoryAxisBuilder.startMargin
(double value) A builder method that invokes thesetStartMargin
method on the instance being constructed.CategoryAxisBuilder.startMarginPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thestartMarginProperty
of the instance being constructed.A builder method that invokes thesetStyle
method on the instance being constructed.CategoryAxisBuilder.stylePropertyApply
(Consumer<StringProperty> op) Applies a function to thestyleProperty
of the instance being constructed.CategoryAxisBuilder.tickLabelFill
(Paint value) A builder method that invokes thesetTickLabelFill
method on the instance being constructed.CategoryAxisBuilder.tickLabelFillPropertyApply
(Consumer<ObjectProperty<Paint>> op) Applies a function to thetickLabelFillProperty
of the instance being constructed.CategoryAxisBuilder.tickLabelFont
(Font value) A builder method that invokes thesetTickLabelFont
method on the instance being constructed.CategoryAxisBuilder.tickLabelFontPropertyApply
(Consumer<ObjectProperty<Font>> op) Applies a function to thetickLabelFontProperty
of the instance being constructed.CategoryAxisBuilder.tickLabelGap
(double value) A builder method that invokes thesetTickLabelGap
method on the instance being constructed.CategoryAxisBuilder.tickLabelGapPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetickLabelGapProperty
of the instance being constructed.CategoryAxisBuilder.tickLabelRotation
(double value) A builder method that invokes thesetTickLabelRotation
method on the instance being constructed.CategoryAxisBuilder.tickLabelRotationPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetickLabelRotationProperty
of the instance being constructed.CategoryAxisBuilder.tickLabelsVisible
(boolean value) A builder method that invokes thesetTickLabelsVisible
method on the instance being constructed.CategoryAxisBuilder.tickLabelsVisiblePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thetickLabelsVisibleProperty
of the instance being constructed.CategoryAxisBuilder.tickLength
(double value) A builder method that invokes thesetTickLength
method on the instance being constructed.CategoryAxisBuilder.tickLengthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetickLengthProperty
of the instance being constructed.CategoryAxisBuilder.tickMarkVisible
(boolean value) A builder method that invokes thesetTickMarkVisible
method on the instance being constructed.CategoryAxisBuilder.tickMarkVisiblePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thetickMarkVisibleProperty
of the instance being constructed.CategoryAxisBuilder.topAnchorInAnchorPane
(Double value) Invokes theAnchorPane.setTopAnchor(Node, Double)
using a fluent API.CategoryAxisBuilder.translateX
(double value) A builder method that invokes thesetTranslateX
method on the instance being constructed.CategoryAxisBuilder.translateXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetranslateXProperty
of the instance being constructed.CategoryAxisBuilder.translateY
(double value) A builder method that invokes thesetTranslateY
method on the instance being constructed.CategoryAxisBuilder.translateYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetranslateYProperty
of the instance being constructed.CategoryAxisBuilder.translateZ
(double value) A builder method that invokes thesetTranslateZ
method on the instance being constructed.CategoryAxisBuilder.translateZPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetranslateZProperty
of the instance being constructed.A builder method that invokes thesetUserData
method on the instance being constructed.CategoryAxisBuilder.vAlignmentInGridPane
(VPos value) Invokes theGridPane.setValignment(Node, VPos)
using a fluent API.CategoryAxisBuilder.vGrowInGridPane
(Priority value) Invokes theGridPane.setVgrow(Node, Priority)
using a fluent API.CategoryAxisBuilder.vGrowInVBox
(Priority value) Invokes theVBox.setVgrow(Node, Priority)
using a fluent API.CategoryAxisBuilder.viewOrder
(double value) A builder method that invokes thesetViewOrder
method on the instance being constructed.CategoryAxisBuilder.viewOrderPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theviewOrderProperty
of the instance being constructed.CategoryAxisBuilder.visible
(boolean value) A builder method that invokes thesetVisible
method on the instance being constructed.CategoryAxisBuilder.visiblePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thevisibleProperty
of the instance being constructed.CategoryAxisBuilder.widthPropertyApply
(Consumer<ReadOnlyDoubleProperty> op) Applies a function to thewidthProperty
of the instance being constructed.static CategoryAxisBuilder
CategoryAxisBuilder.withCategories
(String... elements) Creates an instance of the builder, then calls theaddAll
method on the ObservableList returned by theCategoryAxis#getCategories()
method.static CategoryAxisBuilder
CategoryAxisBuilder.withCategories
(Collection<? extends String> col) Creates an instance of the builder, then calls theaddAll
method on the ObservableList returned by theCategoryAxis#getCategories()
method.static CategoryAxisBuilder
CategoryAxisBuilder.withTickMarks
(Collection<? extends Axis.TickMark<String>> col) Creates an instance of the builder, then calls theaddAll
method on the ObservableList returned by theCategoryAxis#getTickMarks()
method.static CategoryAxisBuilder
CategoryAxisBuilder.withTickMarks
(Axis.TickMark<String>... elements) Creates an instance of the builder, then calls theaddAll
method on the ObservableList returned by theCategoryAxis#getTickMarks()
method.