com.eteks.java2d
クラス PJAGraphicsDevice
java.lang.Object
|
+--java.awt.GraphicsDevice
|
+--com.eteks.java2d.PJAGraphicsDevice
- public class PJAGraphicsDevice
- extends java.awt.GraphicsDevice
Pure Java AWT GraphicsDevice implementation.
Java2D can work with PJA only with JVM version >= 1.2.
- 導入されたバージョン:
- PJA2.0
- バージョン:
- 2.1
- 作成者:
- Emmanuel Puybaret
- 関連項目:
PJAToolkit
クラス java.awt.GraphicsDevice から継承したフィールド |
TYPE_IMAGE_BUFFER, TYPE_PRINTER, TYPE_RASTER_SCREEN |
メソッドの概要 |
java.awt.GraphicsConfiguration[] |
getConfigurations()
java.awt.GraphicsDevice implementation. |
java.awt.GraphicsConfiguration |
getDefaultConfiguration()
java.awt.GraphicsDevice implementation. |
java.lang.String |
getIDstring()
java.awt.GraphicsDevice implementation. |
int |
getType()
java.awt.GraphicsDevice implementation. |
クラス java.awt.GraphicsDevice から継承したメソッド |
getBestConfiguration |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PJAGraphicsDevice
public PJAGraphicsDevice(int screenNum)
getType
public int getType()
java.awt.GraphicsDevice
implementation.
- オーバーライド:
- クラス
java.awt.GraphicsDevice
内の getType
- 戻り値:
TYPE_RASTER_SCREEN
. TYPE_IMAGE_BUFFER
would be more logical
but it prevents to create dummy Window (and Frame) objects.- 関連項目:
GraphicsDevice
getIDstring
public java.lang.String getIDstring()
java.awt.GraphicsDevice
implementation.
- オーバーライド:
- クラス
java.awt.GraphicsDevice
内の getIDstring
- 戻り値:
":0.0"
- 関連項目:
GraphicsDevice
getConfigurations
public java.awt.GraphicsConfiguration[] getConfigurations()
java.awt.GraphicsDevice
implementation.
- オーバーライド:
- クラス
java.awt.GraphicsDevice
内の getConfigurations
- 関連項目:
GraphicsDevice
getDefaultConfiguration
public java.awt.GraphicsConfiguration getDefaultConfiguration()
java.awt.GraphicsDevice
implementation.
- オーバーライド:
- クラス
java.awt.GraphicsDevice
内の getDefaultConfiguration
- 関連項目:
GraphicsDevice