Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class PerspectiveTransformBuilder<B extends PerspectiveTransformBuilder<B>> extends java.lang.Object implements Builder<PerspectiveTransform>
PerspectiveTransform
Modifier | Constructor and Description |
---|---|
protected |
PerspectiveTransformBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(PerspectiveTransform x) |
PerspectiveTransform |
build()
Make an instance of
PerspectiveTransform based on the properties set on this builder. |
static PerspectiveTransformBuilder<?> |
create()
Creates a new instance of PerspectiveTransformBuilder.
|
B |
input(Effect x)
Set the value of the
input property for the instance constructed by this builder. |
B |
llx(double x)
Set the value of the
llx property for the instance constructed by this builder. |
B |
lly(double x)
Set the value of the
lly property for the instance constructed by this builder. |
B |
lrx(double x)
Set the value of the
lrx property for the instance constructed by this builder. |
B |
lry(double x)
Set the value of the
lry property for the instance constructed by this builder. |
B |
ulx(double x)
Set the value of the
ulx property for the instance constructed by this builder. |
B |
uly(double x)
Set the value of the
uly property for the instance constructed by this builder. |
B |
urx(double x)
Set the value of the
urx property for the instance constructed by this builder. |
B |
ury(double x)
Set the value of the
ury property for the instance constructed by this builder. |
public static PerspectiveTransformBuilder<?> create()
public void applyTo(PerspectiveTransform x)
public B input(Effect x)
input
property for the instance constructed by this builder.public B llx(double x)
llx
property for the instance constructed by this builder.public B lly(double x)
lly
property for the instance constructed by this builder.public B lrx(double x)
lrx
property for the instance constructed by this builder.public B lry(double x)
lry
property for the instance constructed by this builder.public B ulx(double x)
ulx
property for the instance constructed by this builder.public B uly(double x)
uly
property for the instance constructed by this builder.public B urx(double x)
urx
property for the instance constructed by this builder.public B ury(double x)
ury
property for the instance constructed by this builder.public PerspectiveTransform build()
PerspectiveTransform
based on the properties set on this builder.build
in interface Builder<PerspectiveTransform>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to