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