Java Doc for CanvasViewCache.java in  » 6.0-JDK-Modules » java-3d » javax » media » j3d » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » java 3d » javax.media.j3d 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   javax.media.j3d.CanvasViewCache

CanvasViewCache
class CanvasViewCache extends Object (Code)
The CanvasViewCache class is used to cache all data, both API data and derived data, that is dependent on the Canvas3D or Screen3D. The final view and projection matrices are stored here.


Field Summary
 intcvcDirtyMask
    
 doublemetersPerPixelX
    
 doublemetersPerPixelY
    
 doublephysicalScreenHeight
    
 doublephysicalScreenWidth
    
 intscreenHeight
    
 intscreenWidth
    

Constructor Summary
 CanvasViewCache(Canvas3D canvas, ScreenViewCache screenViewCache, ViewCache viewCache)
     Constructs and initializes a CanvasViewCache object.

Method Summary
synchronized  voidcomputeDerivedData(boolean currentFlag, CanvasViewCache cvc, BoundingBox frustumBBox, boolean doInfinite)
     Compute derived data using the snapshot of the per-canvas, per-screen and per-view data.
 voidcomputefrustumBBox(BoundingBox frustumBBox)
    
 voidcopyComputedCanvasViewCache(CanvasViewCache cvc, boolean doInfinite)
    
 intgetCanvasHeight()
    
 voidgetCanvasPositionAndSize()
    
 intgetCanvasWidth()
    
 intgetCanvasX()
    
 intgetCanvasY()
    
 Point3dgetCenterEyeInImagePlate()
    
 Transform3DgetHeadToVworld()
    
 Transform3DgetImagePlateToVworld()
    
 Transform3DgetInfLeftEcToVpc()
    
 Transform3DgetInfLeftProjection()
    
 Transform3DgetInfLeftVpcToEc()
    
 Transform3DgetInfRightProjection()
    
 Transform3DgetInfRightVpcToEc()
    
 doublegetInfVworldToCoexistenceScale()
    
 Transform3DgetInfVworldToVpc()
    
 Transform3DgetInfgRightEcToVpc()
    
 Transform3DgetLastVworldToImagePlate()
    
 Transform3DgetLeftCcToVworld()
    
 Transform3DgetLeftEcToVpc()
    
 Point3dgetLeftEyeInImagePlate()
    
 Vector4d[]getLeftFrustumPlanesInVworld()
    
 Transform3DgetLeftProjection()
    
 Transform3DgetLeftVpcToEc()
    
 doublegetPhysicalWindowHeight()
    
 doublegetPhysicalWindowWidth()
    
 voidgetPixelLocationFromImagePlate(Point3d imagePlatePoint, Point2d pixelLocation)
     Projects the specified point from image plate coordinates into AWT pixel coordinates.
 voidgetPixelLocationInImagePlate(double x, double y, double z, Point3d imagePlatePoint)
    
 Transform3DgetRightCcToVworld()
    
 Transform3DgetRightEcToVpc()
    
 Point3dgetRightEyeInImagePlate()
    
 Vector4d[]getRightFrustumPlanesInVworld()
    
 Transform3DgetRightProjection()
    
 Transform3DgetRightVpcToEc()
    
 booleangetUseStereo()
    
 Transform3DgetVpcToVworld()
    
 doublegetVworldToCoexistenceScale()
    
 Transform3DgetVworldToImagePlate()
    
 Transform3DgetVworldToTrackerBase()
    
 Transform3DgetVworldToVpc()
    
 doublegetWindowXInImagePlate(double x)
    
 doublegetWindowYInImagePlate(double y)
    
synchronized  voidsetCanvas(Canvas3D c)
    
synchronized  voidsetScreenViewCache(ScreenViewCache svc)
    
synchronized  voidsetViewCache(ViewCache vc)
    
synchronized  voidsnapshot(boolean computeFrustum)
     Take snapshot of all per-canvas API parameters and input values.

Field Detail
cvcDirtyMask
int cvcDirtyMask(Code)



metersPerPixelX
double metersPerPixelX(Code)



metersPerPixelY
double metersPerPixelY(Code)



physicalScreenHeight
double physicalScreenHeight(Code)



physicalScreenWidth
double physicalScreenWidth(Code)



screenHeight
int screenHeight(Code)



screenWidth
int screenWidth(Code)




Constructor Detail
CanvasViewCache
CanvasViewCache(Canvas3D canvas, ScreenViewCache screenViewCache, ViewCache viewCache)(Code)
Constructs and initializes a CanvasViewCache object. Note that the canvas, screen, screenCache, view, and viewCache parameters are all fixed at construction time and must be non-null.




Method Detail
computeDerivedData
synchronized void computeDerivedData(boolean currentFlag, CanvasViewCache cvc, BoundingBox frustumBBox, boolean doInfinite)(Code)
Compute derived data using the snapshot of the per-canvas, per-screen and per-view data.



computefrustumBBox
void computefrustumBBox(BoundingBox frustumBBox)(Code)



copyComputedCanvasViewCache
void copyComputedCanvasViewCache(CanvasViewCache cvc, boolean doInfinite)(Code)



getCanvasHeight
int getCanvasHeight()(Code)



getCanvasPositionAndSize
void getCanvasPositionAndSize()(Code)



getCanvasWidth
int getCanvasWidth()(Code)



getCanvasX
int getCanvasX()(Code)



getCanvasY
int getCanvasY()(Code)



getCenterEyeInImagePlate
Point3d getCenterEyeInImagePlate()(Code)



getHeadToVworld
Transform3D getHeadToVworld()(Code)



getImagePlateToVworld
Transform3D getImagePlateToVworld()(Code)



getInfLeftEcToVpc
Transform3D getInfLeftEcToVpc()(Code)



getInfLeftProjection
Transform3D getInfLeftProjection()(Code)



getInfLeftVpcToEc
Transform3D getInfLeftVpcToEc()(Code)



getInfRightProjection
Transform3D getInfRightProjection()(Code)



getInfRightVpcToEc
Transform3D getInfRightVpcToEc()(Code)



getInfVworldToCoexistenceScale
double getInfVworldToCoexistenceScale()(Code)



getInfVworldToVpc
Transform3D getInfVworldToVpc()(Code)



getInfgRightEcToVpc
Transform3D getInfgRightEcToVpc()(Code)



getLastVworldToImagePlate
Transform3D getLastVworldToImagePlate()(Code)



getLeftCcToVworld
Transform3D getLeftCcToVworld()(Code)



getLeftEcToVpc
Transform3D getLeftEcToVpc()(Code)



getLeftEyeInImagePlate
Point3d getLeftEyeInImagePlate()(Code)



getLeftFrustumPlanesInVworld
Vector4d[] getLeftFrustumPlanesInVworld()(Code)



getLeftProjection
Transform3D getLeftProjection()(Code)



getLeftVpcToEc
Transform3D getLeftVpcToEc()(Code)



getPhysicalWindowHeight
double getPhysicalWindowHeight()(Code)



getPhysicalWindowWidth
double getPhysicalWindowWidth()(Code)



getPixelLocationFromImagePlate
void getPixelLocationFromImagePlate(Point3d imagePlatePoint, Point2d pixelLocation)(Code)
Projects the specified point from image plate coordinates into AWT pixel coordinates.



getPixelLocationInImagePlate
void getPixelLocationInImagePlate(double x, double y, double z, Point3d imagePlatePoint)(Code)



getRightCcToVworld
Transform3D getRightCcToVworld()(Code)



getRightEcToVpc
Transform3D getRightEcToVpc()(Code)



getRightEyeInImagePlate
Point3d getRightEyeInImagePlate()(Code)



getRightFrustumPlanesInVworld
Vector4d[] getRightFrustumPlanesInVworld()(Code)



getRightProjection
Transform3D getRightProjection()(Code)



getRightVpcToEc
Transform3D getRightVpcToEc()(Code)



getUseStereo
boolean getUseStereo()(Code)



getVpcToVworld
Transform3D getVpcToVworld()(Code)



getVworldToCoexistenceScale
double getVworldToCoexistenceScale()(Code)



getVworldToImagePlate
Transform3D getVworldToImagePlate()(Code)



getVworldToTrackerBase
Transform3D getVworldToTrackerBase()(Code)



getVworldToVpc
Transform3D getVworldToVpc()(Code)



getWindowXInImagePlate
double getWindowXInImagePlate(double x)(Code)



getWindowYInImagePlate
double getWindowYInImagePlate(double y)(Code)



setCanvas
synchronized void setCanvas(Canvas3D c)(Code)



setScreenViewCache
synchronized void setScreenViewCache(ScreenViewCache svc)(Code)



setViewCache
synchronized void setViewCache(ViewCache vc)(Code)



snapshot
synchronized void snapshot(boolean computeFrustum)(Code)
Take snapshot of all per-canvas API parameters and input values. NOTE: This is probably not needed, but we'll do it for symmetry with the ScreenViewCache and ViewCache objects.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.