| java.lang.Object java.awt.GraphicsConfiguration javax.media.j3d.JoglGraphicsConfiguration
JoglGraphicsConfiguration | class JoglGraphicsConfiguration extends GraphicsConfiguration (Code) | | Class implementing the GraphicsConfiguration API, but not a "real"
GraphicsConfiguration object. Wraps a GLCapabilities object and
supports either immediate or deferred pixel format / visual
selection depending on which platform we are running.
|
Method Summary | |
public BufferedImage | createCompatibleImage(int width, int height) | public BufferedImage | createCompatibleImage(int width, int height, int transparency) | public VolatileImage | createCompatibleVolatileImage(int width, int height) | public VolatileImage | createCompatibleVolatileImage(int width, int height, int transparency) | public VolatileImage | createCompatibleVolatileImage(int width, int height, ImageCapabilities caps) | public VolatileImage | createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency) | public Rectangle | getBounds() | int | getChosenIndex() | public ColorModel | getColorModel() | public ColorModel | getColorModel(int transparency) | public AffineTransform | getDefaultTransform() | public GraphicsDevice | getDevice() | GLCapabilities | getGLCapabilities() | public AffineTransform | getNormalizingTransform() |
JoglGraphicsConfiguration | JoglGraphicsConfiguration(GLCapabilities caps, int chosenIndex, GraphicsDevice device)(Code) | | |
createCompatibleImage | public BufferedImage createCompatibleImage(int width, int height, int transparency)(Code) | | |
createCompatibleVolatileImage | public VolatileImage createCompatibleVolatileImage(int width, int height)(Code) | | |
createCompatibleVolatileImage | public VolatileImage createCompatibleVolatileImage(int width, int height, int transparency)(Code) | | |
getChosenIndex | int getChosenIndex()(Code) | | |
getGLCapabilities | GLCapabilities getGLCapabilities()(Code) | | |
Methods inherited from java.awt.GraphicsConfiguration | public BufferedImage createCompatibleImage(int width, int height)(Code)(Java Doc) public BufferedImage createCompatibleImage(int width, int height, int transparency)(Code)(Java Doc) public VolatileImage createCompatibleVolatileImage(int width, int height)(Code)(Java Doc) public VolatileImage createCompatibleVolatileImage(int width, int height, int transparency)(Code)(Java Doc) public VolatileImage createCompatibleVolatileImage(int width, int height, ImageCapabilities caps) throws AWTException(Code)(Java Doc) public VolatileImage createCompatibleVolatileImage(int width, int height, ImageCapabilities caps, int transparency) throws AWTException(Code)(Java Doc) abstract public Rectangle getBounds()(Code)(Java Doc) public BufferCapabilities getBufferCapabilities()(Code)(Java Doc) abstract public ColorModel getColorModel()(Code)(Java Doc) abstract public ColorModel getColorModel(int transparency)(Code)(Java Doc) abstract public AffineTransform getDefaultTransform()(Code)(Java Doc) abstract public GraphicsDevice getDevice()(Code)(Java Doc) public ImageCapabilities getImageCapabilities()(Code)(Java Doc) abstract public AffineTransform getNormalizingTransform()(Code)(Java Doc)
|
|
|