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