Class dnx.ice.Graphics3DDevice
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class dnx.ice.Graphics3DDevice

java.lang.Object
   |
   +----dnx.ice.Graphics3DDevice

public class Graphics3DDevice
extends Object

Variable Index

 o DEPTH_BUFFER
 o MONO_COLOR_MODEL
 o RGB_COLOR_MODEL
 o TEXTURES

Constructor Index

 o Graphics3DDevice()

Method Index

 o createGraphics3D(Component, int, int, int)
 o createModel(ModelSource)
 o createTexture(Image)
 o createTexture(ImageProducer)
 o get3DDeviceList()
 o getCapabilities()
 o getDefault3DDevice()
 o getName()
 o initDevices()
 o listSimilarDevices()
 o select3DDevice(int)

Variables

 o TEXTURES
  public final static int TEXTURES
 o DEPTH_BUFFER
  public final static int DEPTH_BUFFER
 o RGB_COLOR_MODEL
  public final static int RGB_COLOR_MODEL
 o MONO_COLOR_MODEL
  public final static int MONO_COLOR_MODEL

Constructors

 o Graphics3DDevice
  public Graphics3DDevice()

Methods

 o createGraphics3D
  public abstract Graphics3D createGraphics3D(Component c,
                                              int flags,
                                              int width,
                                              int height)
 o createModel
  public abstract Model createModel(ModelSource source)
 o createTexture
  public abstract Texture createTexture(ImageProducer source)
 o createTexture
  public Texture createTexture(Image image)
 o listSimilarDevices
  public abstract Graphics3DDevice[] listSimilarDevices()
 o initDevices
  public static void initDevices()
 o getDefault3DDevice
  public static Graphics3DDevice getDefault3DDevice()
 o select3DDevice
  public static Graphics3DDevice select3DDevice(int requiredCapabilities)
 o get3DDeviceList
  public static Graphics3DDevice[] get3DDeviceList()
 o getCapabilities
  public abstract int getCapabilities()
 o getName
  public abstract String getName()

All Packages  Class Hierarchy  This Package  Previous  Next  Index