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