|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| javafx.scene.layout |
Provides classes to support user interface layout.
|
| Modifier and Type | Method and Description |
|---|---|
static BorderStrokeStyleBuilder |
BorderStrokeStyleBuilder.create()
Creates a new instance of BorderStrokeStyleBuilder.
|
BorderStrokeStyleBuilder |
BorderStrokeStyleBuilder.dashArray(java.lang.Double... x)
Add the given items to the List of items in the
dashArray property for the instance constructed by this builder. |
BorderStrokeStyleBuilder |
BorderStrokeStyleBuilder.dashArray(java.util.List<java.lang.Double> x)
Add the given items to the List of items in the
dashArray property for the instance constructed by this builder. |
BorderStrokeStyleBuilder |
BorderStrokeStyleBuilder.dashOffset(double x)
Set the value of the
dashOffset property for the instance constructed by this builder. |
BorderStrokeStyleBuilder |
BorderStrokeStyleBuilder.lineCap(StrokeLineCap x)
Set the value of the
lineCap property for the instance constructed by this builder. |
BorderStrokeStyleBuilder |
BorderStrokeStyleBuilder.lineJoin(StrokeLineJoin x)
Set the value of the
lineJoin property for the instance constructed by this builder. |
BorderStrokeStyleBuilder |
BorderStrokeStyleBuilder.miterLimit(double x)
Set the value of the
miterLimit property for the instance constructed by this builder. |
BorderStrokeStyleBuilder |
BorderStrokeStyleBuilder.type(StrokeType x)
Set the value of the
type property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .