|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class BorderImageBuilder<B extends BorderImageBuilder<B>> extends java.lang.Object implements Builder<BorderImage>
BorderImage| Modifier | Constructor and Description |
|---|---|
protected |
BorderImageBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BorderImage |
build()
Make an instance of
BorderImage based on the properties set on this builder. |
static BorderImageBuilder<?> |
create()
Creates a new instance of BorderImageBuilder.
|
B |
filled(boolean x)
Set the value of the
filled property for the instance constructed by this builder. |
B |
image(Image x)
Set the value of the
image property for the instance constructed by this builder. |
B |
insets(Insets x)
Set the value of the
insets property for the instance constructed by this builder. |
B |
repeatX(BorderRepeat x)
Set the value of the
repeatX property for the instance constructed by this builder. |
B |
repeatY(BorderRepeat x)
Set the value of the
repeatY property for the instance constructed by this builder. |
B |
slices(BorderWidths x)
Set the value of the
slices property for the instance constructed by this builder. |
B |
widths(BorderWidths x)
Set the value of the
widths property for the instance constructed by this builder. |
public static BorderImageBuilder<?> create()
public B filled(boolean x)
filled property for the instance constructed by this builder.public B image(Image x)
image property for the instance constructed by this builder.public B insets(Insets x)
insets property for the instance constructed by this builder.public B repeatX(BorderRepeat x)
repeatX property for the instance constructed by this builder.public B repeatY(BorderRepeat x)
repeatY property for the instance constructed by this builder.public B slices(BorderWidths x)
slices property for the instance constructed by this builder.public B widths(BorderWidths x)
widths property for the instance constructed by this builder.public BorderImage build()
BorderImage based on the properties set on this builder.build in interface Builder<BorderImage>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .