Uses of Class
io.github.sosuisen.jfxbuilder.graphics.RectangleBuilder
Packages that use RectangleBuilder
-
Uses of RectangleBuilder in io.github.sosuisen.jfxbuilder.graphics
Methods in io.github.sosuisen.jfxbuilder.graphics that return RectangleBuilderModifier and TypeMethodDescriptionRectangleBuilder.accessibleHelp
(String value) A builder method that invokes thesetAccessibleHelp
method on the instance being constructed.RectangleBuilder.accessibleHelpPropertyApply
(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleHelpProperty
of the instance being constructed.RectangleBuilder.accessibleRole
(AccessibleRole value) A builder method that invokes thesetAccessibleRole
method on the instance being constructed.RectangleBuilder.accessibleRoleDescription
(String value) A builder method that invokes thesetAccessibleRoleDescription
method on the instance being constructed.RectangleBuilder.accessibleRoleDescriptionPropertyApply
(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleRoleDescriptionProperty
of the instance being constructed.RectangleBuilder.accessibleRolePropertyApply
(Consumer<ObjectProperty<AccessibleRole>> op) Applies a function to theaccessibleRoleProperty
of the instance being constructed.RectangleBuilder.accessibleText
(String value) A builder method that invokes thesetAccessibleText
method on the instance being constructed.RectangleBuilder.accessibleTextPropertyApply
(Consumer<ObjectProperty<String>> op) Applies a function to theaccessibleTextProperty
of the instance being constructed.final RectangleBuilder
RectangleBuilder.addStrokeDashArray
(Double... elements) Calls theaddAll
method on the ObservableList returned by theRectangle#getStrokeDashArray()
method.final RectangleBuilder
RectangleBuilder.addStrokeDashArray
(Collection<? extends Double> col) Calls theaddAll
method on the ObservableList returned by theRectangle#getStrokeDashArray()
method.final RectangleBuilder
RectangleBuilder.addStyleClass
(String... elements) Calls theaddAll
method on the ObservableList returned by theRectangle#getStyleClass()
method.final RectangleBuilder
RectangleBuilder.addStyleClass
(Collection<? extends String> col) Calls theaddAll
method on the ObservableList returned by theRectangle#getStyleClass()
method.final RectangleBuilder
RectangleBuilder.addTransforms
(Collection<? extends Transform> col) Calls theaddAll
method on the ObservableList returned by theRectangle#getTransforms()
method.final RectangleBuilder
RectangleBuilder.addTransforms
(Transform... elements) Calls theaddAll
method on the ObservableList returned by theRectangle#getTransforms()
method.RectangleBuilder.alignmentInBorderPane
(Pos value) Invokes theBorderPane.setAlignment(Node, Pos)
using a fluent API.RectangleBuilder.alignmentInStackPane
(Pos value) Invokes theStackPane.setAlignment(Node, Pos)
using a fluent API.RectangleBuilder.alignmentInTilePane
(Pos value) Invokes theTilePane.setAlignment(Node, Pos)
using a fluent API.Applies a function to the Rectangle instance being constructed.RectangleBuilder.arcHeight
(double value) A builder method that invokes thesetArcHeight
method on the instance being constructed.RectangleBuilder.arcHeightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thearcHeightProperty
of the instance being constructed.RectangleBuilder.arcWidth
(double value) A builder method that invokes thesetArcWidth
method on the instance being constructed.RectangleBuilder.arcWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thearcWidthProperty
of the instance being constructed.A builder method that invokes thesetBlendMode
method on the instance being constructed.RectangleBuilder.blendModePropertyApply
(Consumer<ObjectProperty<BlendMode>> op) Applies a function to theblendModeProperty
of the instance being constructed.RectangleBuilder.bottomAnchorInAnchorPane
(Double value) Invokes theAnchorPane.setBottomAnchor(Node, Double)
using a fluent API.RectangleBuilder.boundsInLocalPropertyApply
(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to theboundsInLocalProperty
of the instance being constructed.RectangleBuilder.boundsInParentPropertyApply
(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to theboundsInParentProperty
of the instance being constructed.RectangleBuilder.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.RectangleBuilder.cacheHintPropertyApply
(Consumer<ObjectProperty<CacheHint>> op) Applies a function to thecacheHintProperty
of the instance being constructed.RectangleBuilder.cachePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thecacheProperty
of the instance being constructed.A builder method that invokes thesetClip
method on the instance being constructed.RectangleBuilder.clipPropertyApply
(Consumer<ObjectProperty<Node>> op) Applies a function to theclipProperty
of the instance being constructed.RectangleBuilder.columnIndexInGridPane
(Integer value) Invokes theGridPane.setColumnIndex(Node, Integer)
using a fluent API.RectangleBuilder.columnSpanInGridPane
(Integer value) Invokes theGridPane.setColumnSpan(Node, Integer)
using a fluent API.RectangleBuilder.constraintsInGridPane
(int columnIndex, int rowIndex) Invokes theGridPane.setConstraints(Node, int, int)
using a fluent API.RectangleBuilder.constraintsInGridPane
(int columnIndex, int rowIndex, int columnspan, int rowspan) Invokes theGridPane.setConstraints(Node, int, int, int, int)
using a fluent API.RectangleBuilder.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.RectangleBuilder.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.RectangleBuilder.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 RectangleBuilder
RectangleBuilder.create()
Returns an instance of theRectangleBuilder
.static RectangleBuilder
RectangleBuilder.create
(double width, double height) Accepts the constructor arguments ofRectangle(double, double)
and returns an instance ofRectangleBuilder
.static RectangleBuilder
RectangleBuilder.create
(double x, double y, double width, double height) Accepts the constructor arguments ofRectangle(double, double, double, double)
and returns an instance ofRectangleBuilder
.static RectangleBuilder
Accepts the constructor arguments ofRectangle(double, double, Paint)
and returns an instance ofRectangleBuilder
.A builder method that invokes thesetCursor
method on the instance being constructed.RectangleBuilder.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.RectangleBuilder.depthTestPropertyApply
(Consumer<ObjectProperty<DepthTest>> op) Applies a function to thedepthTestProperty
of the instance being constructed.RectangleBuilder.disable
(boolean value) A builder method that invokes thesetDisable
method on the instance being constructed.RectangleBuilder.disabledPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thedisabledProperty
of the instance being constructed.RectangleBuilder.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.RectangleBuilder.effectiveNodeOrientationPropertyApply
(Consumer<ReadOnlyObjectProperty<NodeOrientation>> op) Applies a function to theeffectiveNodeOrientationProperty
of the instance being constructed.RectangleBuilder.effectPropertyApply
(Consumer<ObjectProperty<Effect>> op) Applies a function to theeffectProperty
of the instance being constructed.RectangleBuilder.eventDispatcher
(EventDispatcher value) A builder method that invokes thesetEventDispatcher
method on the instance being constructed.RectangleBuilder.eventDispatcherPropertyApply
(Consumer<ObjectProperty<EventDispatcher>> op) Applies a function to theeventDispatcherProperty
of the instance being constructed.A builder method that invokes thesetFill
method on the instance being constructed.RectangleBuilder.fillHeightInGridPane
(Boolean value) Invokes theGridPane.setFillHeight(Node, Boolean)
using a fluent API.RectangleBuilder.fillPropertyApply
(Consumer<ObjectProperty<Paint>> op) Applies a function to thefillProperty
of the instance being constructed.RectangleBuilder.fillWidthInGridPane
(Boolean value) Invokes theGridPane.setFillWidth(Node, Boolean)
using a fluent API.RectangleBuilder.focusedPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thefocusedProperty
of the instance being constructed.RectangleBuilder.focusTraversable
(boolean value) A builder method that invokes thesetFocusTraversable
method on the instance being constructed.RectangleBuilder.focusTraversablePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thefocusTraversableProperty
of the instance being constructed.RectangleBuilder.hAlignmentInGridPane
(HPos value) Invokes theGridPane.setHalignment(Node, HPos)
using a fluent API.RectangleBuilder.height
(double value) A builder method that invokes thesetHeight
method on the instance being constructed.RectangleBuilder.heightPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theheightProperty
of the instance being constructed.RectangleBuilder.hGrowInGridPane
(Priority value) Invokes theGridPane.setHgrow(Node, Priority)
using a fluent API.RectangleBuilder.hGrowInHBox
(Priority value) Invokes theHBox.setHgrow(Node, Priority)
using a fluent API.RectangleBuilder.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.RectangleBuilder.idPropertyApply
(Consumer<StringProperty> op) Applies a function to theidProperty
of the instance being constructed.RectangleBuilder.inputMethodRequests
(InputMethodRequests value) A builder method that invokes thesetInputMethodRequests
method on the instance being constructed.RectangleBuilder.inputMethodRequestsPropertyApply
(Consumer<ObjectProperty<InputMethodRequests>> op) Applies a function to theinputMethodRequestsProperty
of the instance being constructed.RectangleBuilder.layoutBoundsPropertyApply
(Consumer<ReadOnlyObjectProperty<Bounds>> op) Applies a function to thelayoutBoundsProperty
of the instance being constructed.RectangleBuilder.layoutX
(double value) A builder method that invokes thesetLayoutX
method on the instance being constructed.RectangleBuilder.layoutXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thelayoutXProperty
of the instance being constructed.RectangleBuilder.layoutY
(double value) A builder method that invokes thesetLayoutY
method on the instance being constructed.RectangleBuilder.layoutYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thelayoutYProperty
of the instance being constructed.RectangleBuilder.leftAnchorInAnchorPane
(Double value) Invokes theAnchorPane.setLeftAnchor(Node, Double)
using a fluent API.RectangleBuilder.localToParentTransformPropertyApply
(Consumer<ReadOnlyObjectProperty<Transform>> op) Applies a function to thelocalToParentTransformProperty
of the instance being constructed.RectangleBuilder.localToSceneTransformPropertyApply
(Consumer<ReadOnlyObjectProperty<Transform>> op) Applies a function to thelocalToSceneTransformProperty
of the instance being constructed.RectangleBuilder.managed
(boolean value) A builder method that invokes thesetManaged
method on the instance being constructed.RectangleBuilder.managedPropertyApply
(Consumer<BooleanProperty> op) Applies a function to themanagedProperty
of the instance being constructed.RectangleBuilder.marginInBorderPane
(Insets value) Invokes theBorderPane.setMargin(Node, Insets)
using a fluent API.RectangleBuilder.marginInFlowPane
(Insets value) Invokes theFlowPane.setMargin(Node, Insets)
using a fluent API.RectangleBuilder.marginInGridPane
(Insets value) Invokes theGridPane.setMargin(Node, Insets)
using a fluent API.RectangleBuilder.marginInHBox
(Insets value) Invokes theHBox.setMargin(Node, Insets)
using a fluent API.RectangleBuilder.marginInStackPane
(Insets value) Invokes theStackPane.setMargin(Node, Insets)
using a fluent API.RectangleBuilder.marginInTilePane
(Insets value) Invokes theTilePane.setMargin(Node, Insets)
using a fluent API.RectangleBuilder.marginInVBox
(Insets value) Invokes theVBox.setMargin(Node, Insets)
using a fluent API.RectangleBuilder.mouseTransparent
(boolean value) A builder method that invokes thesetMouseTransparent
method on the instance being constructed.RectangleBuilder.mouseTransparentPropertyApply
(Consumer<BooleanProperty> op) Applies a function to themouseTransparentProperty
of the instance being constructed.RectangleBuilder.nodeOrientation
(NodeOrientation orientation) A builder method that invokes thesetNodeOrientation
method on the instance being constructed.RectangleBuilder.nodeOrientationPropertyApply
(Consumer<ObjectProperty<NodeOrientation>> op) Applies a function to thenodeOrientationProperty
of the instance being constructed.RectangleBuilder.onContextMenuRequested
(EventHandler<? super ContextMenuEvent> value) A builder method that invokes thesetOnContextMenuRequested
method on the instance being constructed.RectangleBuilder.onContextMenuRequestedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ContextMenuEvent>>> op) Applies a function to theonContextMenuRequestedProperty
of the instance being constructed.RectangleBuilder.onDragDetected
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnDragDetected
method on the instance being constructed.RectangleBuilder.onDragDetectedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonDragDetectedProperty
of the instance being constructed.RectangleBuilder.onDragDone
(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragDone
method on the instance being constructed.RectangleBuilder.onDragDonePropertyApply
(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragDoneProperty
of the instance being constructed.RectangleBuilder.onDragDropped
(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragDropped
method on the instance being constructed.RectangleBuilder.onDragDroppedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragDroppedProperty
of the instance being constructed.RectangleBuilder.onDragEntered
(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragEntered
method on the instance being constructed.RectangleBuilder.onDragEnteredPropertyApply
(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragEnteredProperty
of the instance being constructed.RectangleBuilder.onDragExited
(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragExited
method on the instance being constructed.RectangleBuilder.onDragExitedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragExitedProperty
of the instance being constructed.RectangleBuilder.onDragOver
(EventHandler<? super DragEvent> value) A builder method that invokes thesetOnDragOver
method on the instance being constructed.RectangleBuilder.onDragOverPropertyApply
(Consumer<ObjectProperty<EventHandler<? super DragEvent>>> op) Applies a function to theonDragOverProperty
of the instance being constructed.RectangleBuilder.onInputMethodTextChanged
(EventHandler<? super InputMethodEvent> value) A builder method that invokes thesetOnInputMethodTextChanged
method on the instance being constructed.RectangleBuilder.onInputMethodTextChangedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super InputMethodEvent>>> op) Applies a function to theonInputMethodTextChangedProperty
of the instance being constructed.RectangleBuilder.onKeyPressed
(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyPressed
method on the instance being constructed.RectangleBuilder.onKeyPressedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyPressedProperty
of the instance being constructed.RectangleBuilder.onKeyReleased
(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyReleased
method on the instance being constructed.RectangleBuilder.onKeyReleasedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyReleasedProperty
of the instance being constructed.RectangleBuilder.onKeyTyped
(EventHandler<? super KeyEvent> value) A builder method that invokes thesetOnKeyTyped
method on the instance being constructed.RectangleBuilder.onKeyTypedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super KeyEvent>>> op) Applies a function to theonKeyTypedProperty
of the instance being constructed.RectangleBuilder.onMouseClicked
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseClicked
method on the instance being constructed.RectangleBuilder.onMouseClickedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseClickedProperty
of the instance being constructed.RectangleBuilder.onMouseDragEntered
(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragEntered
method on the instance being constructed.RectangleBuilder.onMouseDragEnteredPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragEnteredProperty
of the instance being constructed.RectangleBuilder.onMouseDragExited
(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragExited
method on the instance being constructed.RectangleBuilder.onMouseDragExitedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragExitedProperty
of the instance being constructed.RectangleBuilder.onMouseDragged
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseDragged
method on the instance being constructed.RectangleBuilder.onMouseDraggedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseDraggedProperty
of the instance being constructed.RectangleBuilder.onMouseDragOver
(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragOver
method on the instance being constructed.RectangleBuilder.onMouseDragOverPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragOverProperty
of the instance being constructed.RectangleBuilder.onMouseDragReleased
(EventHandler<? super MouseDragEvent> value) A builder method that invokes thesetOnMouseDragReleased
method on the instance being constructed.RectangleBuilder.onMouseDragReleasedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseDragEvent>>> op) Applies a function to theonMouseDragReleasedProperty
of the instance being constructed.RectangleBuilder.onMouseEntered
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseEntered
method on the instance being constructed.RectangleBuilder.onMouseEnteredPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseEnteredProperty
of the instance being constructed.RectangleBuilder.onMouseExited
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseExited
method on the instance being constructed.RectangleBuilder.onMouseExitedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseExitedProperty
of the instance being constructed.RectangleBuilder.onMouseMoved
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseMoved
method on the instance being constructed.RectangleBuilder.onMouseMovedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseMovedProperty
of the instance being constructed.RectangleBuilder.onMousePressed
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMousePressed
method on the instance being constructed.RectangleBuilder.onMousePressedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMousePressedProperty
of the instance being constructed.RectangleBuilder.onMouseReleased
(EventHandler<? super MouseEvent> value) A builder method that invokes thesetOnMouseReleased
method on the instance being constructed.RectangleBuilder.onMouseReleasedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super MouseEvent>>> op) Applies a function to theonMouseReleasedProperty
of the instance being constructed.RectangleBuilder.onRotate
(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotate
method on the instance being constructed.RectangleBuilder.onRotatePropertyApply
(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotateProperty
of the instance being constructed.RectangleBuilder.onRotationFinished
(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotationFinished
method on the instance being constructed.RectangleBuilder.onRotationFinishedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotationFinishedProperty
of the instance being constructed.RectangleBuilder.onRotationStarted
(EventHandler<? super RotateEvent> value) A builder method that invokes thesetOnRotationStarted
method on the instance being constructed.RectangleBuilder.onRotationStartedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super RotateEvent>>> op) Applies a function to theonRotationStartedProperty
of the instance being constructed.RectangleBuilder.onScroll
(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScroll
method on the instance being constructed.RectangleBuilder.onScrollFinished
(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollFinished
method on the instance being constructed.RectangleBuilder.onScrollFinishedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollFinishedProperty
of the instance being constructed.RectangleBuilder.onScrollPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollProperty
of the instance being constructed.RectangleBuilder.onScrollStarted
(EventHandler<? super ScrollEvent> value) A builder method that invokes thesetOnScrollStarted
method on the instance being constructed.RectangleBuilder.onScrollStartedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ScrollEvent>>> op) Applies a function to theonScrollStartedProperty
of the instance being constructed.RectangleBuilder.onSwipeDown
(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeDown
method on the instance being constructed.RectangleBuilder.onSwipeDownPropertyApply
(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeDownProperty
of the instance being constructed.RectangleBuilder.onSwipeLeft
(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeLeft
method on the instance being constructed.RectangleBuilder.onSwipeLeftPropertyApply
(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeLeftProperty
of the instance being constructed.RectangleBuilder.onSwipeRight
(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeRight
method on the instance being constructed.RectangleBuilder.onSwipeRightPropertyApply
(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeRightProperty
of the instance being constructed.RectangleBuilder.onSwipeUp
(EventHandler<? super SwipeEvent> value) A builder method that invokes thesetOnSwipeUp
method on the instance being constructed.RectangleBuilder.onSwipeUpPropertyApply
(Consumer<ObjectProperty<EventHandler<? super SwipeEvent>>> op) Applies a function to theonSwipeUpProperty
of the instance being constructed.RectangleBuilder.onTouchMoved
(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchMoved
method on the instance being constructed.RectangleBuilder.onTouchMovedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchMovedProperty
of the instance being constructed.RectangleBuilder.onTouchPressed
(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchPressed
method on the instance being constructed.RectangleBuilder.onTouchPressedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchPressedProperty
of the instance being constructed.RectangleBuilder.onTouchReleased
(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchReleased
method on the instance being constructed.RectangleBuilder.onTouchReleasedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchReleasedProperty
of the instance being constructed.RectangleBuilder.onTouchStationary
(EventHandler<? super TouchEvent> value) A builder method that invokes thesetOnTouchStationary
method on the instance being constructed.RectangleBuilder.onTouchStationaryPropertyApply
(Consumer<ObjectProperty<EventHandler<? super TouchEvent>>> op) Applies a function to theonTouchStationaryProperty
of the instance being constructed.RectangleBuilder.onZoom
(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoom
method on the instance being constructed.RectangleBuilder.onZoomFinished
(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoomFinished
method on the instance being constructed.RectangleBuilder.onZoomFinishedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomFinishedProperty
of the instance being constructed.RectangleBuilder.onZoomPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomProperty
of the instance being constructed.RectangleBuilder.onZoomStarted
(EventHandler<? super ZoomEvent> value) A builder method that invokes thesetOnZoomStarted
method on the instance being constructed.RectangleBuilder.onZoomStartedPropertyApply
(Consumer<ObjectProperty<EventHandler<? super ZoomEvent>>> op) Applies a function to theonZoomStartedProperty
of the instance being constructed.RectangleBuilder.opacity
(double value) A builder method that invokes thesetOpacity
method on the instance being constructed.RectangleBuilder.opacityPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theopacityProperty
of the instance being constructed.RectangleBuilder.parentPropertyApply
(Consumer<ReadOnlyObjectProperty<Parent>> op) Applies a function to theparentProperty
of the instance being constructed.RectangleBuilder.pickOnBounds
(boolean value) A builder method that invokes thesetPickOnBounds
method on the instance being constructed.RectangleBuilder.pickOnBoundsPropertyApply
(Consumer<BooleanProperty> op) Applies a function to thepickOnBoundsProperty
of the instance being constructed.RectangleBuilder.pressedPropertyApply
(Consumer<ReadOnlyBooleanProperty> op) Applies a function to thepressedProperty
of the instance being constructed.RectangleBuilder.rightAnchorInAnchorPane
(Double value) Invokes theAnchorPane.setRightAnchor(Node, Double)
using a fluent API.RectangleBuilder.rotate
(double value) A builder method that invokes thesetRotate
method on the instance being constructed.RectangleBuilder.rotatePropertyApply
(Consumer<DoubleProperty> op) Applies a function to therotateProperty
of the instance being constructed.RectangleBuilder.rotationAxis
(Point3D value) A builder method that invokes thesetRotationAxis
method on the instance being constructed.RectangleBuilder.rotationAxisPropertyApply
(Consumer<ObjectProperty<Point3D>> op) Applies a function to therotationAxisProperty
of the instance being constructed.RectangleBuilder.rowIndexInGridPane
(Integer value) Invokes theGridPane.setRowIndex(Node, Integer)
using a fluent API.RectangleBuilder.rowSpanInGridPane
(Integer value) Invokes theGridPane.setRowSpan(Node, Integer)
using a fluent API.RectangleBuilder.scaleX
(double value) A builder method that invokes thesetScaleX
method on the instance being constructed.RectangleBuilder.scaleXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thescaleXProperty
of the instance being constructed.RectangleBuilder.scaleY
(double value) A builder method that invokes thesetScaleY
method on the instance being constructed.RectangleBuilder.scaleYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thescaleYProperty
of the instance being constructed.RectangleBuilder.scaleZ
(double value) A builder method that invokes thesetScaleZ
method on the instance being constructed.RectangleBuilder.scaleZPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thescaleZProperty
of the instance being constructed.RectangleBuilder.scenePropertyApply
(Consumer<ReadOnlyObjectProperty<Scene>> op) Applies a function to thesceneProperty
of the instance being constructed.RectangleBuilder.smooth
(boolean value) A builder method that invokes thesetSmooth
method on the instance being constructed.RectangleBuilder.smoothPropertyApply
(Consumer<BooleanProperty> op) Applies a function to thesmoothProperty
of the instance being constructed.A builder method that invokes thesetStroke
method on the instance being constructed.RectangleBuilder.strokeDashOffset
(double value) A builder method that invokes thesetStrokeDashOffset
method on the instance being constructed.RectangleBuilder.strokeDashOffsetPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thestrokeDashOffsetProperty
of the instance being constructed.RectangleBuilder.strokeLineCap
(StrokeLineCap value) A builder method that invokes thesetStrokeLineCap
method on the instance being constructed.RectangleBuilder.strokeLineCapPropertyApply
(Consumer<ObjectProperty<StrokeLineCap>> op) Applies a function to thestrokeLineCapProperty
of the instance being constructed.RectangleBuilder.strokeLineJoin
(StrokeLineJoin value) A builder method that invokes thesetStrokeLineJoin
method on the instance being constructed.RectangleBuilder.strokeLineJoinPropertyApply
(Consumer<ObjectProperty<StrokeLineJoin>> op) Applies a function to thestrokeLineJoinProperty
of the instance being constructed.RectangleBuilder.strokeMiterLimit
(double value) A builder method that invokes thesetStrokeMiterLimit
method on the instance being constructed.RectangleBuilder.strokeMiterLimitPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thestrokeMiterLimitProperty
of the instance being constructed.RectangleBuilder.strokePropertyApply
(Consumer<ObjectProperty<Paint>> op) Applies a function to thestrokeProperty
of the instance being constructed.RectangleBuilder.strokeType
(StrokeType value) A builder method that invokes thesetStrokeType
method on the instance being constructed.RectangleBuilder.strokeTypePropertyApply
(Consumer<ObjectProperty<StrokeType>> op) Applies a function to thestrokeTypeProperty
of the instance being constructed.RectangleBuilder.strokeWidth
(double value) A builder method that invokes thesetStrokeWidth
method on the instance being constructed.RectangleBuilder.strokeWidthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thestrokeWidthProperty
of the instance being constructed.A builder method that invokes thesetStyle
method on the instance being constructed.RectangleBuilder.stylePropertyApply
(Consumer<StringProperty> op) Applies a function to thestyleProperty
of the instance being constructed.RectangleBuilder.topAnchorInAnchorPane
(Double value) Invokes theAnchorPane.setTopAnchor(Node, Double)
using a fluent API.RectangleBuilder.translateX
(double value) A builder method that invokes thesetTranslateX
method on the instance being constructed.RectangleBuilder.translateXPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetranslateXProperty
of the instance being constructed.RectangleBuilder.translateY
(double value) A builder method that invokes thesetTranslateY
method on the instance being constructed.RectangleBuilder.translateYPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thetranslateYProperty
of the instance being constructed.RectangleBuilder.translateZ
(double value) A builder method that invokes thesetTranslateZ
method on the instance being constructed.RectangleBuilder.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.RectangleBuilder.vAlignmentInGridPane
(VPos value) Invokes theGridPane.setValignment(Node, VPos)
using a fluent API.RectangleBuilder.vGrowInGridPane
(Priority value) Invokes theGridPane.setVgrow(Node, Priority)
using a fluent API.RectangleBuilder.vGrowInVBox
(Priority value) Invokes theVBox.setVgrow(Node, Priority)
using a fluent API.RectangleBuilder.viewOrder
(double value) A builder method that invokes thesetViewOrder
method on the instance being constructed.RectangleBuilder.viewOrderPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theviewOrderProperty
of the instance being constructed.RectangleBuilder.visible
(boolean value) A builder method that invokes thesetVisible
method on the instance being constructed.RectangleBuilder.visiblePropertyApply
(Consumer<BooleanProperty> op) Applies a function to thevisibleProperty
of the instance being constructed.RectangleBuilder.width
(double value) A builder method that invokes thesetWidth
method on the instance being constructed.RectangleBuilder.widthPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thewidthProperty
of the instance being constructed.static RectangleBuilder
RectangleBuilder.withStrokeDashArray
(Double... elements) Creates an instance of the builder, then calls theaddAll
method on the ObservableList returned by theRectangle#getStrokeDashArray()
method.static RectangleBuilder
RectangleBuilder.withStrokeDashArray
(Collection<? extends Double> col) Creates an instance of the builder, then calls theaddAll
method on the ObservableList returned by theRectangle#getStrokeDashArray()
method.RectangleBuilder.x
(double value) A builder method that invokes thesetX
method on the instance being constructed.RectangleBuilder.xPropertyApply
(Consumer<DoubleProperty> op) Applies a function to thexProperty
of the instance being constructed.RectangleBuilder.y
(double value) A builder method that invokes thesetY
method on the instance being constructed.RectangleBuilder.yPropertyApply
(Consumer<DoubleProperty> op) Applies a function to theyProperty
of the instance being constructed.