@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class BoxBuilder<B extends BoxBuilder<B>> extends Shape3DBuilder<B> implements javafx.util.Builder<Box>
Box
Modifier | Constructor and Description |
---|---|
protected |
BoxBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Box x) |
Box |
build()
Make an instance of
Box based on the properties set on this builder. |
static BoxBuilder<?> |
create()
Creates a new instance of BoxBuilder.
|
B |
depth(double x)
Set the value of the
depth property for the instance constructed by this builder. |
B |
height(double x)
Set the value of the
height property for the instance constructed by this builder. |
B |
width(double x)
Set the value of the
width property for the instance constructed by this builder. |
applyTo, cullFace, drawMode, material
applyTo, blendMode, cache, cacheHint, clip, cssMetaData, cssMetaData, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, nodeOrientation, 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, pseudoClassStates, pseudoClassStates, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visible
public static BoxBuilder<?> create()
public void applyTo(Box x)
public B depth(double x)
depth
property for the instance constructed by this builder.public B height(double x)
height
property for the instance constructed by this builder.public B width(double x)
width
property for the instance constructed by this builder.Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.