Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class BoundingBoxBuilder<B extends BoundingBoxBuilder<B>> extends java.lang.Object implements Builder<BoundingBox>
BoundingBox
Modifier | Constructor and Description |
---|---|
protected |
BoundingBoxBuilder() |
Modifier and Type | Method and Description |
---|---|
BoundingBox |
build()
Make an instance of
BoundingBox based on the properties set on this builder. |
static BoundingBoxBuilder<?> |
create()
Creates a new instance of BoundingBoxBuilder.
|
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 |
minX(double x)
Set the value of the
minX property for the instance constructed by this builder. |
B |
minY(double x)
Set the value of the
minY property for the instance constructed by this builder. |
B |
minZ(double x)
Set the value of the
minZ 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. |
public static BoundingBoxBuilder<?> create()
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 minX(double x)
minX
property for the instance constructed by this builder.public B minY(double x)
minY
property for the instance constructed by this builder.public B minZ(double x)
minZ
property for the instance constructed by this builder.public B width(double x)
width
property for the instance constructed by this builder.public BoundingBox build()
BoundingBox
based on the properties set on this builder.build
in interface Builder<BoundingBox>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to