Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class ImageInputBuilder<B extends ImageInputBuilder<B>> extends java.lang.Object implements Builder<ImageInput>
ImageInput
Modifier | Constructor and Description |
---|---|
protected |
ImageInputBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ImageInput x) |
ImageInput |
build()
Make an instance of
ImageInput based on the properties set on this builder. |
static ImageInputBuilder<?> |
create()
Creates a new instance of ImageInputBuilder.
|
B |
source(Image x)
Set the value of the
source 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. |
public static ImageInputBuilder<?> create()
public void applyTo(ImageInput x)
public B source(Image x)
source
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 ImageInput build()
ImageInput
based on the properties set on this builder.build
in interface Builder<ImageInput>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to