Frames | No Frames |
Constructors with parameter type gnu.java.awt.peer.gtk.CairoSurface | |
Create a Cairo Surface that is a subimage of another Cairo Surface
| |
Create a graphics context from a cairo surface
|
Fields of type gnu.java.awt.peer.gtk.CairoSurface | |
CairoSurface |
Methods with parameter type gnu.java.awt.peer.gtk.CairoSurface | |
void | CairoGraphics2D.drawCairoSurface(CairoSurface surface, AffineTransform tx, double alpha, int interpolation) Optimized method for drawing a CairoSurface onto this graphics context.
|
BufferedImage | Returns a BufferedImage backed by a Cairo surface.
|
@Override | ComponentGraphics.void drawCairoSurface(CairoSurface surface, AffineTransform tx, double alpha, int interpolation) |