Top Description Classes Enums
module javafx.graphics

Package javafx.scene.paint


Provides the set of classes for colors and gradients used to fill shapes and backgrounds when rendering the scene graph.

Class Summary

Modifier and TypeClass and Description
public class
Color

The Color class is used to encapsulate colors in the default sRGB color space.

public class
ImagePattern

The ImagePattern class fills a shape with an image pattern.

public class
LinearGradient

The LinearGradient class fills a shape with a linear color gradient pattern.

public abstract class
Material

Base class for representing the material of a 3D surface.

public abstract class
Paint

Base class for a color or gradients used to fill shapes and backgrounds when rendering the scene graph.

public class
PhongMaterial

A material based on the Phong shading model.</figcaption></figure></figcaption></figure></figcaption></figure></figcaption></figure></figcaption></figure>

public class
RadialGradient

The RadialGradient class provides a way to fill a shape with a circular radial color gradient pattern.

public class
Stop

Defines one element of the ramp of colors to use on a gradient.

Enum Summary

Modifier and TypeEnum and Description
public enum
CycleMethod

This enum defines one of the following methods to use when painting outside the gradient bounds: CycleMethod.NO_CYCLE, CycleMethod.REFLECT, or CycleMethod.REPEAT.