Example usage for Java javax.media.j3d Screen3D fields, constructors, methods, implement or subclass
The text is from its open source code.
double | getPhysicalScreenHeight() Retrieves the the screen's physical height in meters. |
double | getPhysicalScreenWidth() Retrieves the screen's physical width in meters. |
Dimension | getSize() Retrieves the width and height (in pixels) of this Screen3D. |
void | setPhysicalScreenHeight(double height) Sets the screen physical height in meters. |
void | setPhysicalScreenWidth(double width) Sets the screen physical width in meters. |
void | setSize(Dimension d) Sets the width and height (in pixels) of this off-screen Screen3D. |