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