Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.paint |
Provides the set of classes for colors and gradients used to fill shapes and
backgrounds when rendering the scene graph.
|
Modifier and Type | Method and Description |
---|---|
RadialGradientBuilder |
RadialGradientBuilder.centerX(double x)
Set the value of the
centerX property for the instance constructed by this builder. |
RadialGradientBuilder |
RadialGradientBuilder.centerY(double x)
Set the value of the
centerY property for the instance constructed by this builder. |
static RadialGradientBuilder |
RadialGradientBuilder.create()
Creates a new instance of RadialGradientBuilder.
|
RadialGradientBuilder |
RadialGradientBuilder.cycleMethod(CycleMethod x)
Set the value of the
cycleMethod property for the instance constructed by this builder. |
RadialGradientBuilder |
RadialGradientBuilder.focusAngle(double x)
Set the value of the
focusAngle property for the instance constructed by this builder. |
RadialGradientBuilder |
RadialGradientBuilder.focusDistance(double x)
Set the value of the
focusDistance property for the instance constructed by this builder. |
RadialGradientBuilder |
RadialGradientBuilder.proportional(boolean x)
Set the value of the
proportional property for the instance constructed by this builder. |
RadialGradientBuilder |
RadialGradientBuilder.radius(double x)
Set the value of the
radius property for the instance constructed by this builder. |
RadialGradientBuilder |
RadialGradientBuilder.stops(java.util.List<Stop> x)
Add the given items to the List of items in the
stops property for the instance constructed by this builder. |
RadialGradientBuilder |
RadialGradientBuilder.stops(Stop... x)
Add the given items to the List of items in the
stops property for the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to