|
http://www.eteks.com | |||||||||
| 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
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, 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.
GraphicsConfiguration
public java.awt.image.BufferedImage createCompatibleImage(int width,
int height)
java.awt.GraphicsConfiguration implementation.
GraphicsConfiguration
public java.awt.image.BufferedImage createCompatibleImage(int width,
int height,
int transparency)
java.awt.GraphicsConfiguration implementation.
GraphicsConfigurationpublic java.awt.image.ColorModel getColorModel()
java.awt.GraphicsConfiguration implementation.
GraphicsConfigurationpublic java.awt.image.ColorModel getColorModel(int transparency)
java.awt.GraphicsConfiguration implementation.
GraphicsConfigurationpublic java.awt.geom.AffineTransform getDefaultTransform()
java.awt.GraphicsConfiguration implementation.
GraphicsConfigurationpublic java.awt.geom.AffineTransform getNormalizingTransform()
java.awt.GraphicsConfiguration implementation.
GraphicsConfigurationpublic java.awt.Rectangle getBounds()
java.awt.GraphicsConfiguration implementation.
GraphicsConfiguration
public java.awt.image.VolatileImage createCompatibleVolatileImage(int width,
int height)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||