Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
Point2DBuilder() |
Modifier and Type | Method and Description |
---|---|
Point2D |
build()
Make an instance of
Point2D based on the properties set on this builder. |
static Point2DBuilder<?> |
create()
Creates a new instance of Point2DBuilder.
|
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. |
public static Point2DBuilder<?> 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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to