public class MultiViewer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
MultiViewer.SimpleSelectable |
static class |
MultiViewer.SimpleViewerApp |
class |
MultiViewer.ViewSyncThread |
Modifier and Type | Field and Description |
---|---|
static boolean |
doFPS |
Constructor and Description |
---|
MultiViewer() |
Modifier and Type | Method and Description |
---|---|
void |
addGL2Viewer(java.lang.String title,
int x,
int y,
int w,
int h) |
void |
addGL3Viewer(java.lang.String title,
int x,
int y,
int w,
int h) |
void |
addRenderable(IsRenderable r) |
void |
addRenderable(MultiViewer.SimpleSelectable r) |
void |
addViewer(java.lang.String title,
GLViewer viewer,
int x,
int y,
int w,
int h) |
void |
autoFitViewers() |
java.util.ArrayList<MultiViewer.SimpleViewerApp> |
getWindows() |
void |
rerender() |
void |
setAxialView(AxisAlignedRotation view) |
void |
setWindowSizes(int width,
int height) |
void |
syncViews() |
void |
unsyncViews() |
public void addRenderable(MultiViewer.SimpleSelectable r)
public void addRenderable(IsRenderable r)
public void addViewer(java.lang.String title, GLViewer viewer, int x, int y, int w, int h)
public void addGL2Viewer(java.lang.String title, int x, int y, int w, int h)
public void addGL3Viewer(java.lang.String title, int x, int y, int w, int h)
public void syncViews()
public void unsyncViews()
public java.util.ArrayList<MultiViewer.SimpleViewerApp> getWindows()
public void setWindowSizes(int width, int height)
public void setAxialView(AxisAlignedRotation view)
public void autoFitViewers()
public void rerender()