org.freedesktop.cairo
Class LinearGradient
Struct
org.freedesktop.cairo.CairoObject
public class LinearGradient
LinearGradient(double x1, double y1, double x2, double y2) - Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
|
LinearGradient
public LinearGradient(double x1,
double y1,
double x2,
double y2)
Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
Create a new cairo_pattern_t corresponding to a translucent color. The
color components are floating point numbers in the range 0 to 1. If the
values passed in are outside that range, they will be clamped.