Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
Point3DBuilder() |
Modifier and Type | Method and Description |
---|---|
Point3D |
build()
Make an instance of
Point3D based on the properties set on this builder. |
static Point3DBuilder<?> |
create()
Creates a new instance of Point3DBuilder.
|
B |
x(double x)
Set the value of the
x property for the instance constructed by this builder. |
B |
y(double x)
Set the value of the
y property for the instance constructed by this builder. |
B |
z(double x)
Set the value of the
z property for the instance constructed by this builder. |
public static Point3DBuilder<?> create()
public B x(double x)
x
property for the instance constructed by this builder.public B y(double x)
y
property for the instance constructed by this builder.public B z(double x)
z
property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to