Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class CubicCurveToBuilder<B extends CubicCurveToBuilder<B>> extends PathElementBuilder<B> implements Builder<CubicCurveTo>
CubicCurveTo
Modifier | Constructor and Description |
---|---|
protected |
CubicCurveToBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(CubicCurveTo x) |
CubicCurveTo |
build()
Make an instance of
CubicCurveTo based on the properties set on this builder. |
B |
controlX1(double x)
Set the value of the
controlX1 property for the instance constructed by this builder. |
B |
controlX2(double x)
Set the value of the
controlX2 property for the instance constructed by this builder. |
B |
controlY1(double x)
Set the value of the
controlY1 property for the instance constructed by this builder. |
B |
controlY2(double x)
Set the value of the
controlY2 property for the instance constructed by this builder. |
static CubicCurveToBuilder<?> |
create()
Creates a new instance of CubicCurveToBuilder.
|
B |
x(double x)
Set the value of the
x property for the instance constructed by this builder. |
B |
y(double x)
Set the value of the
y property for the instance constructed by this builder. |
absolute, applyTo
public static CubicCurveToBuilder<?> create()
public void applyTo(CubicCurveTo x)
public B controlX1(double x)
controlX1
property for the instance constructed by this builder.public B controlX2(double x)
controlX2
property for the instance constructed by this builder.public B controlY1(double x)
controlY1
property for the instance constructed by this builder.public B controlY2(double x)
controlY2
property for the instance constructed by this builder.public B x(double x)
x
property for the instance constructed by this builder.public B y(double x)
y
property for the instance constructed by this builder.public CubicCurveTo build()
CubicCurveTo
based on the properties set on this builder.build
in interface Builder<CubicCurveTo>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to