[idx3d::API]
idx3d_Screen.java

package idx3d ;
import java.awt.Image ;
import java.awt.Toolkit ;
import java.awt.image.MemoryImageSource ;
import java.awt.image.ColorModel ;
import java.awt.image.DirectColorModel ;

public class idx3d_Screen

public int pixel[];
public int width;
public int height;

  • public idx3d_Screen (int w, int h)
  • public void render ()
  • public Image getImage ()
  • public void setAntialias (boolean active)
  • public idx3d_Texture asTexture ()
  • public final void clear (int bgcolor)
  • public void resize (int width, int height)
  • public boolean antialias ()
  • public void draw (idx3d_Texture texture, int posx, int posy, int xsize, int ysize)
  • public void add (idx3d_Texture texture, int posx, int posy, int xsize, int ysize)
  • public void drawBackground (idx3d_Texture texture, int posx, int posy, int xsize, int ysize)
  • idx3d SubPages
    Demos
    Download
    Releases
    Feature list
    Documentation
    API [Interface]
    Source Code
    Class Diagrams
    Links

    Material Lab
    idx3d.debug.Inspector

    © 2000 by Peter Walser    |    proxima@active.ch     |    http://www2.active.ch/~proxima