Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
ArcToBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ArcTo x) |
ArcTo |
build()
Make an instance of
ArcTo based on the properties set on this builder. |
static ArcToBuilder<?> |
create()
Creates a new instance of ArcToBuilder.
|
B |
largeArcFlag(boolean x)
Set the value of the
largeArcFlag property for the instance constructed by this builder. |
B |
radiusX(double x)
Set the value of the
radiusX property for the instance constructed by this builder. |
B |
radiusY(double x)
Set the value of the
radiusY property for the instance constructed by this builder. |
B |
sweepFlag(boolean x)
Set the value of the
sweepFlag property for the instance constructed by this builder. |
B |
x(double x)
Set the value of the
x property for the instance constructed by this builder. |
B |
XAxisRotation(double x)
Set the value of the
XAxisRotation 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 ArcToBuilder<?> create()
public void applyTo(ArcTo x)
public B largeArcFlag(boolean x)
largeArcFlag
property for the instance constructed by this builder.public B radiusX(double x)
radiusX
property for the instance constructed by this builder.public B radiusY(double x)
radiusY
property for the instance constructed by this builder.public B sweepFlag(boolean x)
sweepFlag
property for the instance constructed by this builder.public B x(double x)
x
property for the instance constructed by this builder.public B XAxisRotation(double x)
XAxisRotation
property for the instance constructed by this builder.public B y(double x)
y
property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to