@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class RowConstraintsBuilder<B extends RowConstraintsBuilder<B>> extends java.lang.Object implements Builder<RowConstraints>
RowConstraints| Modifier | Constructor and Description |
|---|---|
protected |
RowConstraintsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(RowConstraints x) |
RowConstraints |
build()
Make an instance of
RowConstraints based on the properties set on this builder. |
static RowConstraintsBuilder<?> |
create()
Creates a new instance of RowConstraintsBuilder.
|
B |
fillHeight(boolean x)
Set the value of the
fillHeight property for the instance constructed by this builder. |
B |
maxHeight(double x)
Set the value of the
maxHeight property for the instance constructed by this builder. |
B |
minHeight(double x)
Set the value of the
minHeight property for the instance constructed by this builder. |
B |
percentHeight(double x)
Set the value of the
percentHeight property for the instance constructed by this builder. |
B |
prefHeight(double x)
Set the value of the
prefHeight property for the instance constructed by this builder. |
B |
valignment(VPos x)
Set the value of the
valignment property for the instance constructed by this builder. |
B |
vgrow(Priority x)
Set the value of the
vgrow property for the instance constructed by this builder. |
public static RowConstraintsBuilder<?> create()
public void applyTo(RowConstraints x)
public B fillHeight(boolean x)
fillHeight property for the instance constructed by this builder.public B maxHeight(double x)
maxHeight property for the instance constructed by this builder.public B minHeight(double x)
minHeight property for the instance constructed by this builder.public B percentHeight(double x)
percentHeight property for the instance constructed by this builder.public B prefHeight(double x)
prefHeight property for the instance constructed by this builder.public B valignment(VPos x)
valignment property for the instance constructed by this builder.public B vgrow(Priority x)
vgrow property for the instance constructed by this builder.public RowConstraints build()
RowConstraints based on the properties set on this builder.build in interface Builder<RowConstraints>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.