|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectt3.hrd.renderer.Projector
public class Projector
Class representing a single projector.
Nested Class Summary | |
---|---|
static class |
Projector.ProjectorOpeningException
Exception that can be thrown if we cannot open the OpenGL window |
Field Summary | |
---|---|
HRDRenderer |
hrdRenderer
Parent HRDRenderer |
java.util.Set<Link> |
linksVisibleInThisProjectorsDeskSpaceImmutable
|
java.util.Set<Tile> |
tilesVisibleInThisProjectorsDeskSpaceImmutable
|
ProjectorTransforms |
transforms
Transforms used by this projector |
Method Summary | |
---|---|
static java.awt.Frame |
createOGLWindow(ProjectorConfig c,
javax.media.opengl.GLEventListener r,
javax.media.opengl.GLContext shareWith)
Creates an OpenGL window |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final ProjectorTransforms transforms
public final HRDRenderer hrdRenderer
public final java.util.Set<Link> linksVisibleInThisProjectorsDeskSpaceImmutable
public final java.util.Set<Tile> tilesVisibleInThisProjectorsDeskSpaceImmutable
Method Detail |
---|
public static java.awt.Frame createOGLWindow(ProjectorConfig c, javax.media.opengl.GLEventListener r, javax.media.opengl.GLContext shareWith) throws Projector.ProjectorOpeningException
c
- Desired location of the windowr
- Event listener for the JOGL canvasshareWith
- If not null, then JOGL canvas's OpenGL context must share with this context.
Projector.ProjectorOpeningException
- If we cannot create the window as expected
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |