| |
|
| java.lang.Object javax.media.j3d.ScreenViewCache
ScreenViewCache | class ScreenViewCache extends Object (Code) | | The ScreenViewCache class is used to cache all API data
from the Screen3D object.
|
Method Summary | |
synchronized void | snapshot() Take snapshot of all per-screen API parameters. |
metersPerPixelX | double metersPerPixelX(Code) | | |
metersPerPixelY | double metersPerPixelY(Code) | | |
physicalScreenHeight | double physicalScreenHeight(Code) | | |
physicalScreenWidth | double physicalScreenWidth(Code) | | |
screenHeight | int screenHeight(Code) | | |
screenWidth | int screenWidth(Code) | | |
scrvcDirtyMask | int[] scrvcDirtyMask(Code) | | |
ScreenViewCache | ScreenViewCache(Screen3D screen)(Code) | | Constructs and initializes a ScreenViewCache object.
|
snapshot | synchronized void snapshot()(Code) | | Take snapshot of all per-screen API parameters.
|
|
|
|