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