Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
InsetsBuilder() |
Modifier and Type | Method and Description |
---|---|
B |
bottom(double x)
Set the value of the
bottom property for the instance constructed by this builder. |
Insets |
build()
Make an instance of
Insets based on the properties set on this builder. |
static InsetsBuilder<?> |
create()
Creates a new instance of InsetsBuilder.
|
B |
left(double x)
Set the value of the
left property for the instance constructed by this builder. |
B |
right(double x)
Set the value of the
right property for the instance constructed by this builder. |
B |
top(double x)
Set the value of the
top property for the instance constructed by this builder. |
public static InsetsBuilder<?> create()
public B bottom(double x)
bottom
property for the instance constructed by this builder.public B left(double x)
left
property for the instance constructed by this builder.public B right(double x)
right
property for the instance constructed by this builder.public B top(double x)
top
property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to