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