org.freedesktop.cairo
org.freedesktop.cairo.Pattern
.
As this package was never correctly implemented in java-gnome 2.x,
any new code written will likely have a considerably different
public API.public class Pattern extends org.gnu.glib.Struct
Constructor and Description |
---|
Pattern(double red,
double green,
double blue)
Deprecated.
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.
|
Pattern(double red,
double green,
double blue,
double alpha)
Deprecated.
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.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
getMatrix()
Deprecated.
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.
|
void |
setMatrix(Matrix matrix)
Deprecated.
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.
|
public Pattern(double red, double green, double blue)
red
- green
- blue
- public Pattern(double red, double green, double blue, double alpha)
red
- green
- blue
- alpha
- public void setMatrix(Matrix matrix)
matrix
- The transformation matrix.public Matrix getMatrix()