|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class BorderWidthsBuilder extends java.lang.Object implements Builder<BorderWidths>
BorderWidths| Modifier | Constructor and Description |
|---|---|
protected |
BorderWidthsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BorderWidthsBuilder |
bottom(double x)
Set the value of the
bottom property for the instance constructed by this builder. |
BorderWidthsBuilder |
bottomAsPercentage(boolean x)
Set the value of the
bottomAsPercentage property for the instance constructed by this builder. |
BorderWidths |
build()
Make an instance of
BorderWidths based on the properties set on this builder. |
static BorderWidthsBuilder |
create()
Creates a new instance of BorderWidthsBuilder.
|
BorderWidthsBuilder |
left(double x)
Set the value of the
left property for the instance constructed by this builder. |
BorderWidthsBuilder |
leftAsPercentage(boolean x)
Set the value of the
leftAsPercentage property for the instance constructed by this builder. |
BorderWidthsBuilder |
right(double x)
Set the value of the
right property for the instance constructed by this builder. |
BorderWidthsBuilder |
rightAsPercentage(boolean x)
Set the value of the
rightAsPercentage property for the instance constructed by this builder. |
BorderWidthsBuilder |
top(double x)
Set the value of the
top property for the instance constructed by this builder. |
BorderWidthsBuilder |
topAsPercentage(boolean x)
Set the value of the
topAsPercentage property for the instance constructed by this builder. |
public static BorderWidthsBuilder create()
public BorderWidthsBuilder bottom(double x)
bottom property for the instance constructed by this builder.public BorderWidthsBuilder bottomAsPercentage(boolean x)
bottomAsPercentage property for the instance constructed by this builder.public BorderWidthsBuilder left(double x)
left property for the instance constructed by this builder.public BorderWidthsBuilder leftAsPercentage(boolean x)
leftAsPercentage property for the instance constructed by this builder.public BorderWidthsBuilder right(double x)
right property for the instance constructed by this builder.public BorderWidthsBuilder rightAsPercentage(boolean x)
rightAsPercentage property for the instance constructed by this builder.public BorderWidthsBuilder top(double x)
top property for the instance constructed by this builder.public BorderWidthsBuilder topAsPercentage(boolean x)
topAsPercentage property for the instance constructed by this builder.public BorderWidths build()
BorderWidths based on the properties set on this builder.build in interface Builder<BorderWidths>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .