public static class MultiViewer.SimpleViewerApp
extends java.lang.Object
Constructor and Description |
---|
SimpleViewerApp(java.lang.String title,
GLViewer v) |
Modifier and Type | Method and Description |
---|---|
void |
addRenderable(IsRenderable r) |
void |
addRenderable(MultiViewer.SimpleSelectable r) |
boolean |
isClosed() |
void |
setLocation(int x,
int y,
int w,
int h) |
void |
setSize(int w,
int h) |
public SimpleViewerApp(java.lang.String title, GLViewer v)
public void addRenderable(MultiViewer.SimpleSelectable r)
public void addRenderable(IsRenderable r)
public boolean isClosed()
public void setLocation(int x, int y, int w, int h)
public void setSize(int w, int h)