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