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 |
---|---|
static LinearGradientBuilder |
LinearGradientBuilder.create()
Creates a new instance of LinearGradientBuilder.
|
LinearGradientBuilder |
LinearGradientBuilder.cycleMethod(CycleMethod x)
Set the value of the
cycleMethod property for the instance constructed by this builder. |
LinearGradientBuilder |
LinearGradientBuilder.endX(double x)
Set the value of the
endX property for the instance constructed by this builder. |
LinearGradientBuilder |
LinearGradientBuilder.endY(double x)
Set the value of the
endY property for the instance constructed by this builder. |
LinearGradientBuilder |
LinearGradientBuilder.proportional(boolean x)
Set the value of the
proportional property for the instance constructed by this builder. |
LinearGradientBuilder |
LinearGradientBuilder.startX(double x)
Set the value of the
startX property for the instance constructed by this builder. |
LinearGradientBuilder |
LinearGradientBuilder.startY(double x)
Set the value of the
startY property for the instance constructed by this builder. |
LinearGradientBuilder |
LinearGradientBuilder.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. |
LinearGradientBuilder |
LinearGradientBuilder.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