http://www.eteks.com

com.eteks.java2d
クラス PJAGraphicsConfiguration

java.lang.Object
  |
  +--java.awt.GraphicsConfiguration
        |
        +--com.eteks.java2d.PJAGraphicsConfiguration

public class PJAGraphicsConfiguration
extends java.awt.GraphicsConfiguration

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.

導入されたバージョン:
PJA2.0
バージョン:
2.4
作成者:
Emmanuel Puybaret
関連項目:
PJAToolkit

コンストラクタの概要
PJAGraphicsConfiguration(java.awt.GraphicsDevice device)
           
 
メソッドの概要
 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.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.
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

PJAGraphicsConfiguration

public PJAGraphicsConfiguration(java.awt.GraphicsDevice device)
メソッドの詳細

getDevice

public java.awt.GraphicsDevice getDevice()
java.awt.GraphicsConfiguration implementation.
オーバーライド:
クラス java.awt.GraphicsConfiguration 内の getDevice
関連項目:
GraphicsConfiguration

createCompatibleImage

public java.awt.image.BufferedImage createCompatibleImage(int width,
                                                          int height)
java.awt.GraphicsConfiguration implementation.
オーバーライド:
クラス java.awt.GraphicsConfiguration 内の createCompatibleImage
関連項目:
GraphicsConfiguration

createCompatibleImage

public java.awt.image.BufferedImage createCompatibleImage(int width,
                                                          int height,
                                                          int transparency)
java.awt.GraphicsConfiguration implementation.
オーバーライド:
クラス java.awt.GraphicsConfiguration 内の createCompatibleImage
関連項目:
GraphicsConfiguration

getColorModel

public java.awt.image.ColorModel getColorModel()
java.awt.GraphicsConfiguration implementation.
オーバーライド:
クラス java.awt.GraphicsConfiguration 内の getColorModel
関連項目:
GraphicsConfiguration

getColorModel

public java.awt.image.ColorModel getColorModel(int transparency)
java.awt.GraphicsConfiguration implementation.
オーバーライド:
クラス java.awt.GraphicsConfiguration 内の getColorModel
関連項目:
GraphicsConfiguration

getDefaultTransform

public java.awt.geom.AffineTransform getDefaultTransform()
java.awt.GraphicsConfiguration implementation.
オーバーライド:
クラス java.awt.GraphicsConfiguration 内の getDefaultTransform
関連項目:
GraphicsConfiguration

getNormalizingTransform

public java.awt.geom.AffineTransform getNormalizingTransform()
java.awt.GraphicsConfiguration implementation.
オーバーライド:
クラス java.awt.GraphicsConfiguration 内の getNormalizingTransform
関連項目:
GraphicsConfiguration

getBounds

public java.awt.Rectangle getBounds()
java.awt.GraphicsConfiguration implementation.
オーバーライド:
クラス java.awt.GraphicsConfiguration 内の getBounds
関連項目:
GraphicsConfiguration

© 1997-2001 eTeks - All rights reserved