|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Modifier | Constructor and Description |
|---|---|
protected |
BorderBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Border |
build()
Make an instance of
Border based on the properties set on this builder. |
static BorderBuilder |
create()
Creates a new instance of BorderBuilder.
|
BorderBuilder |
images(BorderImage... x)
Add the given items to the List of items in the
images property for the instance constructed by this builder. |
BorderBuilder |
images(java.util.List<BorderImage> x)
Add the given items to the List of items in the
images property for the instance constructed by this builder. |
BorderBuilder |
strokes(BorderStroke... x)
Add the given items to the List of items in the
strokes property for the instance constructed by this builder. |
BorderBuilder |
strokes(java.util.List<BorderStroke> x)
Add the given items to the List of items in the
strokes property for the instance constructed by this builder. |
public static BorderBuilder create()
public BorderBuilder images(java.util.List<BorderImage> x)
images property for the instance constructed by this builder.public BorderBuilder images(BorderImage... x)
images property for the instance constructed by this builder.public BorderBuilder strokes(java.util.List<BorderStroke> x)
strokes property for the instance constructed by this builder.public BorderBuilder strokes(BorderStroke... x)
strokes property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .