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