| 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 ImagePatternBuilder | ImagePatternBuilder. create()Creates a new instance of ImagePatternBuilder. | 
| ImagePatternBuilder | ImagePatternBuilder. height(double x)Set the value of the  heightproperty for the instance constructed by this builder. | 
| ImagePatternBuilder | ImagePatternBuilder. image(Image x)Set the value of the  imageproperty for the instance constructed by this builder. | 
| ImagePatternBuilder | ImagePatternBuilder. proportional(boolean x)Set the value of the  proportionalproperty for the instance constructed by this builder. | 
| ImagePatternBuilder | ImagePatternBuilder. width(double x)Set the value of the  widthproperty for the instance constructed by this builder. | 
| ImagePatternBuilder | ImagePatternBuilder. x(double x)Set the value of the  xproperty for the instance constructed by this builder. | 
| ImagePatternBuilder | ImagePatternBuilder. y(double x)Set the value of the  yproperty for the instance constructed by this builder. | 
Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.