| java.lang.Object java.awt.Image java.awt.QtImage java.awt.QtOffscreenImage
QtOffscreenImage | class QtOffscreenImage extends QtImage implements ImageProducer(Code) | | An offscreen image created by Component.createImage(int width, int height). As it is not
possible to create a graphics from an image produced
through the image producer/consumer model this class exists to allow us to get the graphics
for an offscreen image.
|
flush | public void flush()(Code) | | |
Methods inherited from java.awt.QtImage | synchronized void addObserver(ImageObserver observer)(Code)(Java Doc) protected void dispose()(Code)(Java Doc) void drawImage(int psd, int x, int y, Color bg)(Code)(Java Doc) void drawImage(int psd, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bg)(Code)(Java Doc) protected void finalize() throws Throwable(Code)(Java Doc) public synchronized void flush()(Code)(Java Doc) public ColorModel getColorModel()(Code)(Java Doc) public Graphics getGraphics()(Code)(Java Doc) public int getHeight()(Code)(Java Doc) public int getHeight(ImageObserver observer)(Code)(Java Doc) public Object getProperty(String name)(Code)(Java Doc) public Object getProperty(String name, ImageObserver observer)(Code)(Java Doc) public String[] getPropertyNames()(Code)(Java Doc) public int getRGB(int x, int y)(Code)(Java Doc) public int[] getRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize)(Code)(Java Doc) public ImageProducer getSource()(Code)(Java Doc) int getStatus(ImageObserver observer)(Code)(Java Doc) public BufferedImage getSubimage(int x, int y, int w, int h)(Code)(Java Doc) public int getType()(Code)(Java Doc) public int getWidth()(Code)(Java Doc) public int getWidth(ImageObserver observer)(Code)(Java Doc) boolean hasError()(Code)(Java Doc) public void imageComplete(int stat)(Code)(Java Doc) boolean isComplete()(Code)(Java Doc) native static void pDrawImage(int psd, int psd_image, int x, int y, Color bg)(Code)(Java Doc) synchronized boolean prepareImage(int width, int height, ImageObserver observer)(Code)(Java Doc) public void setColorModel(ColorModel cm)(Code)(Java Doc) public synchronized void setDimensions(int width, int height)(Code)(Java Doc) public void setHints(int hints)(Code)(Java Doc) public void setPixels(int x, int y, int w, int h, ColorModel cm, byte[] pixels, int off, int scansize)(Code)(Java Doc) public void setPixels(int x, int y, int w, int h, ColorModel cm, int[] pixels, int off, int scansize)(Code)(Java Doc) public void setProperties(Hashtable props)(Code)(Java Doc) public void setRGB(int x, int y, int rgb)(Code)(Java Doc) public void setRGB(int startX, int startY, int w, int h, int[] rgbArray, int offset, int scansize)(Code)(Java Doc) synchronized void startProduction()(Code)(Java Doc) public String toString()(Code)(Java Doc)
|
|
|