|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class BorderStrokeBuilder<B extends BorderStrokeBuilder<B>> extends java.lang.Object implements Builder<BorderStroke>
BorderStroke| Modifier | Constructor and Description |
|---|---|
protected |
BorderStrokeBuilder() |
| Modifier and Type | Method and Description |
|---|---|
B |
bottomStroke(Paint x)
Set the value of the
bottomStroke property for the instance constructed by this builder. |
B |
bottomStyle(BorderStrokeStyle x)
Set the value of the
bottomStyle property for the instance constructed by this builder. |
BorderStroke |
build()
Make an instance of
BorderStroke based on the properties set on this builder. |
static BorderStrokeBuilder<?> |
create()
Creates a new instance of BorderStrokeBuilder.
|
B |
insets(Insets x)
Set the value of the
insets property for the instance constructed by this builder. |
B |
leftStroke(Paint x)
Set the value of the
leftStroke property for the instance constructed by this builder. |
B |
leftStyle(BorderStrokeStyle x)
Set the value of the
leftStyle property for the instance constructed by this builder. |
B |
radii(CornerRadii x)
Set the value of the
radii property for the instance constructed by this builder. |
B |
rightStroke(Paint x)
Set the value of the
rightStroke property for the instance constructed by this builder. |
B |
rightStyle(BorderStrokeStyle x)
Set the value of the
rightStyle property for the instance constructed by this builder. |
B |
topStroke(Paint x)
Set the value of the
topStroke property for the instance constructed by this builder. |
B |
topStyle(BorderStrokeStyle x)
Set the value of the
topStyle property for the instance constructed by this builder. |
B |
widths(BorderWidths x)
Set the value of the
widths property for the instance constructed by this builder. |
public static BorderStrokeBuilder<?> create()
public B bottomStroke(Paint x)
bottomStroke property for the instance constructed by this builder.public B bottomStyle(BorderStrokeStyle x)
bottomStyle property for the instance constructed by this builder.public B insets(Insets x)
insets property for the instance constructed by this builder.public B leftStroke(Paint x)
leftStroke property for the instance constructed by this builder.public B leftStyle(BorderStrokeStyle x)
leftStyle property for the instance constructed by this builder.public B radii(CornerRadii x)
radii property for the instance constructed by this builder.public B rightStroke(Paint x)
rightStroke property for the instance constructed by this builder.public B rightStyle(BorderStrokeStyle x)
rightStyle property for the instance constructed by this builder.public B topStroke(Paint x)
topStroke property for the instance constructed by this builder.public B topStyle(BorderStrokeStyle x)
topStyle property for the instance constructed by this builder.public B widths(BorderWidths x)
widths property for the instance constructed by this builder.public BorderStroke build()
BorderStroke based on the properties set on this builder.build in interface Builder<BorderStroke>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to .