Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
gnu.java.awt.peer.gtk.GdkGraphics

Uses of GdkGraphics in gnu.java.awt.peer.gtk
 

Fields in gnu.java.awt.peer.gtk declared as GdkGraphics
(package private)  GdkGraphics GtkImagePainter.gc
           
(package private)  GdkGraphics GdkGraphics.cached
          A cached instance that is used by create() 55 in order to avoid massive allocation of graphics contexts.
(package private)  GdkGraphics GdkGraphics.parent
          A link to the parent context.
 

Methods in gnu.java.awt.peer.gtk with parameters of type GdkGraphics
(package private)  void GtkImagePainter.drawPixels(GdkGraphics gc, int bg_red, int bg_green, int bg_blue, int x, int y, int width, int height, int[] pixels, int offset, int scansize, double[] affine)
           
private  void GtkImage.drawPixelsScaled(GdkGraphics gc, int bg_red, int bg_green, int bg_blue, int x, int y, int width, int height, boolean composite)
          Draws the image, optionally scaled and composited.
private  void GtkImage.drawPixelsScaledFlipped(GdkGraphics gc, int bg_red, int bg_green, int bg_blue, boolean flipX, boolean flipY, int srcX, int srcY, int srcWidth, int srcHeight, int dstX, int dstY, int dstWidth, int dstHeight, boolean composite)
          Draws the image, optionally scaled flipped and composited.
 boolean GtkImage.drawImage(GdkGraphics g, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.Color bgcolor, java.awt.image.ImageObserver observer)
          Draws an image with eventual scaling/transforming.
 boolean GtkImage.drawImage(GdkGraphics g, int x, int y, int width, int height, java.awt.Color bgcolor, java.awt.image.ImageObserver observer)
          Draws an image to the GdkGraphics context, at (x,y) scaled to width and height, with optional compositing with a background color.
(package private)  void GdkGraphics.nativeCopyState(GdkGraphics g)
           
private  void GdkGraphics.copyState(GdkGraphics g)
          Copies over the state of another GdkGraphics to this instance.
 

Constructors in gnu.java.awt.peer.gtk with parameters of type GdkGraphics
GtkImagePainter(GtkImage image, GdkGraphics gc, int x, int y, int width, int height, java.awt.Color bgcolor, java.awt.image.ImageObserver o)
           
GtkImagePainter(GtkImage image, GdkGraphics gc, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.Color bgcolor, java.awt.image.ImageObserver o)
           
GdkGraphics(GdkGraphics g)