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

Class dnx.ice.DNXRend3DDevice

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

public class DNXRend3DDevice
extends Graphics3DDevice

Constructor Index

 o DNXRend3DDevice()

Method Index

 o createGraphics3D(Component, int, int, int)
 o createModel(ModelSource)
 o createTexture(ImageProducer)
 o getCapabilities()
 o getName()
 o listSimilarDevices()

Constructors

 o DNXRend3DDevice
  public DNXRend3DDevice()

Methods

 o createGraphics3D
  public Graphics3D createGraphics3D(Component c,
                                     int flags,
                                     int width,
                                     int height)
Overrides:
createGraphics3D in class Graphics3DDevice
 o createModel
  public Model createModel(ModelSource source)
Overrides:
createModel in class Graphics3DDevice
 o createTexture
  public Texture createTexture(ImageProducer source)
Overrides:
createTexture in class Graphics3DDevice
 o getName
  public String getName()
Overrides:
getName in class Graphics3DDevice
 o getCapabilities
  public int getCapabilities()
Overrides:
getCapabilities in class Graphics3DDevice
 o listSimilarDevices
  public Graphics3DDevice[] listSimilarDevices()
Overrides:
listSimilarDevices in class Graphics3DDevice

All Packages  Class Hierarchy  This Package  Previous  Next  Index