Field Summary |
|
int | frameBufferNumber The index of this screen in the GraphicsDevice array returned by
GraphicsEnvironment.getLocalGraphicsEnvironment().getScreenDevices(). |
boolean | fullScreen Boolean indicating whether a full-screen window should be created for
this ConfigScreen. |
Matrix4d | headTrackerToLeftImagePlate The headTrackerToLeftImagePlate transform of this ConfigScreen if HMD
mode is in effect. |
Matrix4d | headTrackerToRightImagePlate The headTrackerToRightImagePlate transform of this ConfigScreen if HMD
mode is in effect. |
Canvas3D | j3dCanvas The Canvas3D created for this ConfigScreen. |
JFrame | j3dJFrame The JFrame created for this ConfigScreen. |
JPanel | j3dJPanel The JPanel created for this ConfigScreen to hold the Canvas3D. |
Window | j3dWindow The Window created for this ConfigScreen. |
int | monoscopicViewPolicy The monoscopicViewPolicy for this ConfigScreen. |
boolean | noBorderFullScreen Boolean indicating whether a full-screen window with no borders should
be created for this ConfigScreen. |
double | physicalScreenHeight The physical height in meters of the screen area of the GraphicsDevice
associated with this ConfigScreen. |
double | physicalScreenWidth The physical width in meters of the screen area of the GraphicsDevice
associated with this ConfigScreen. |
Matrix4d | trackerBaseToImagePlate The trackerBaseToImagePlate transform of this ConfigScreen. |
int | windowHeightInPixels The height in pixels for the window to be created for this ConfigScreen
if a full screen window is not specified. |
int | windowWidthInPixels The width in pixels for the window to be created for this ConfigScreen
if a full screen window is not specified. |
int | windowX The X pixel position of the top-left corner of the window, relative to
the physical screen. |
int | windowY The Y pixel position of the top-left corner of the window, relative to
the physical screen. |