|
PJA Toolkit 2.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.GraphicsConfiguration
com.eteks.java2d.PJAGraphicsConfiguration
public class PJAGraphicsConfiguration
Pure Java AWT GraphicsConfiguration implementation.
Java2D can work with PJA only with JVM version >= 1.2.
Implementation of these methods is inspired from
sun.awt.X11GraphicsConfig
class.
PJAToolkit
Constructor Summary | |
---|---|
PJAGraphicsConfiguration(java.awt.GraphicsDevice device)
|
Method Summary | |
---|---|
java.awt.image.BufferedImage |
createCompatibleImage(int width,
int height)
java.awt.GraphicsConfiguration implementation. |
java.awt.image.BufferedImage |
createCompatibleImage(int width,
int height,
int transparency)
java.awt.GraphicsConfiguration implementation. |
java.awt.image.VolatileImage |
createCompatibleVolatileImage(int width,
int height)
|
java.awt.Rectangle |
getBounds()
java.awt.GraphicsConfiguration implementation. |
java.awt.image.ColorModel |
getColorModel()
java.awt.GraphicsConfiguration implementation. |
java.awt.image.ColorModel |
getColorModel(int transparency)
java.awt.GraphicsConfiguration implementation. |
java.awt.geom.AffineTransform |
getDefaultTransform()
java.awt.GraphicsConfiguration implementation. |
java.awt.GraphicsDevice |
getDevice()
java.awt.GraphicsConfiguration implementation. |
java.awt.geom.AffineTransform |
getNormalizingTransform()
java.awt.GraphicsConfiguration implementation. |
Methods inherited from class java.awt.GraphicsConfiguration |
---|
createCompatibleVolatileImage, createCompatibleVolatileImage, createCompatibleVolatileImage, getBufferCapabilities, getImageCapabilities |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PJAGraphicsConfiguration(java.awt.GraphicsDevice device)
Method Detail |
---|
public java.awt.GraphicsDevice getDevice()
java.awt.GraphicsConfiguration
implementation.
getDevice
in class java.awt.GraphicsConfiguration
GraphicsConfiguration
public java.awt.image.BufferedImage createCompatibleImage(int width, int height)
java.awt.GraphicsConfiguration
implementation.
createCompatibleImage
in class java.awt.GraphicsConfiguration
GraphicsConfiguration
public java.awt.image.BufferedImage createCompatibleImage(int width, int height, int transparency)
java.awt.GraphicsConfiguration
implementation.
createCompatibleImage
in class java.awt.GraphicsConfiguration
GraphicsConfiguration
public java.awt.image.ColorModel getColorModel()
java.awt.GraphicsConfiguration
implementation.
getColorModel
in class java.awt.GraphicsConfiguration
GraphicsConfiguration
public java.awt.image.ColorModel getColorModel(int transparency)
java.awt.GraphicsConfiguration
implementation.
getColorModel
in class java.awt.GraphicsConfiguration
GraphicsConfiguration
public java.awt.geom.AffineTransform getDefaultTransform()
java.awt.GraphicsConfiguration
implementation.
getDefaultTransform
in class java.awt.GraphicsConfiguration
GraphicsConfiguration
public java.awt.geom.AffineTransform getNormalizingTransform()
java.awt.GraphicsConfiguration
implementation.
getNormalizingTransform
in class java.awt.GraphicsConfiguration
GraphicsConfiguration
public java.awt.Rectangle getBounds()
java.awt.GraphicsConfiguration
implementation.
getBounds
in class java.awt.GraphicsConfiguration
GraphicsConfiguration
public java.awt.image.VolatileImage createCompatibleVolatileImage(int width, int height)
createCompatibleVolatileImage
in class java.awt.GraphicsConfiguration
|
PJA Toolkit 2.6 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |