org.osm2world.console
public class ImageExporter.ImageExporterGLEventListener extends Object implements GLEventListener
Constructor and Description |
---|
ImageExporter.ImageExporterGLEventListener() |
Modifier and Type | Method and Description |
---|---|
void |
display(GLAutoDrawable drawable) |
void |
dispose(GLAutoDrawable drawable) |
void |
init(GLAutoDrawable drawable) |
void |
prepareRendering(Camera camera,
Projection projection,
int x,
int y) |
void |
reshape(GLAutoDrawable drawable,
int x,
int y,
int width,
int height) |
void |
setPart(int xStart,
int yStart,
int xEnd,
int yEnd,
int xSize,
int ySize) |
public ImageExporter.ImageExporterGLEventListener()
public void init(GLAutoDrawable drawable)
init
in interface GLEventListener
public void setPart(int xStart, int yStart, int xEnd, int yEnd, int xSize, int ySize)
public void prepareRendering(Camera camera, Projection projection, int x, int y)
public void dispose(GLAutoDrawable drawable)
dispose
in interface GLEventListener
public void display(GLAutoDrawable drawable)
display
in interface GLEventListener
public void reshape(GLAutoDrawable drawable, int x, int y, int width, int height)
reshape
in interface GLEventListener