Java javax.media.j3d Screen3D fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d Screen3D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d Screen3D.

The text is from its open source code.

Method

doublegetPhysicalScreenHeight()
Retrieves the the screen's physical height in meters.
doublegetPhysicalScreenWidth()
Retrieves the screen's physical width in meters.
DimensiongetSize()
Retrieves the width and height (in pixels) of this Screen3D.
voidsetPhysicalScreenHeight(double height)
Sets the screen physical height in meters.
voidsetPhysicalScreenWidth(double width)
Sets the screen physical width in meters.
voidsetSize(Dimension d)
Sets the width and height (in pixels) of this off-screen Screen3D.