Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
AffineBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Affine x) |
Affine |
build()
Make an instance of
Affine based on the properties set on this builder. |
static AffineBuilder<?> |
create()
Creates a new instance of AffineBuilder.
|
B |
mxx(double x)
Set the value of the
mxx property for the instance constructed by this builder. |
B |
mxy(double x)
Set the value of the
mxy property for the instance constructed by this builder. |
B |
mxz(double x)
Set the value of the
mxz property for the instance constructed by this builder. |
B |
myx(double x)
Set the value of the
myx property for the instance constructed by this builder. |
B |
myy(double x)
Set the value of the
myy property for the instance constructed by this builder. |
B |
myz(double x)
Set the value of the
myz property for the instance constructed by this builder. |
B |
mzx(double x)
Set the value of the
mzx property for the instance constructed by this builder. |
B |
mzy(double x)
Set the value of the
mzy property for the instance constructed by this builder. |
B |
mzz(double x)
Set the value of the
mzz property for the instance constructed by this builder. |
B |
tx(double x)
Set the value of the
tx property for the instance constructed by this builder. |
B |
ty(double x)
Set the value of the
ty property for the instance constructed by this builder. |
B |
tz(double x)
Set the value of the
tz property for the instance constructed by this builder. |
public static AffineBuilder<?> create()
public void applyTo(Affine x)
public B mxx(double x)
mxx
property for the instance constructed by this builder.public B mxy(double x)
mxy
property for the instance constructed by this builder.public B mxz(double x)
mxz
property for the instance constructed by this builder.public B myx(double x)
myx
property for the instance constructed by this builder.public B myy(double x)
myy
property for the instance constructed by this builder.public B myz(double x)
myz
property for the instance constructed by this builder.public B mzx(double x)
mzx
property for the instance constructed by this builder.public B mzy(double x)
mzy
property for the instance constructed by this builder.public B mzz(double x)
mzz
property for the instance constructed by this builder.public B tx(double x)
tx
property for the instance constructed by this builder.public B ty(double x)
ty
property for the instance constructed by this builder.public B tz(double x)
tz
property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to