Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
ScaleBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Scale x) |
Scale |
build()
Make an instance of
Scale based on the properties set on this builder. |
static ScaleBuilder<?> |
create()
Creates a new instance of ScaleBuilder.
|
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. |
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 ScaleBuilder<?> create()
public void applyTo(Scale x)
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.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