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