Java Doc for J3dMessage.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
.J3dMessage
J3dMessage
class J3dMessage extends
Object
(Code)
The J3dMessage is the super class of all messages in Java 3D. It implements all of the common data members needed.
Field Summary
final static int
ALLOCATE_CANVASID
final static int
ALTERNATEAPPEARANCE_CHANGED
final static int
APPEARANCE_CHANGED
final static int
AURALATTRIBUTES_CHANGED
final static int
BACKGROUND_CHANGED
final static int
BEHAVIOR_ACTIVATE
final static int
BEHAVIOR_DISABLE
final static int
BEHAVIOR_ENABLE
final static int
BEHAVIOR_REEVALUATE
final static int
BOUNDINGLEAF_CHANGED
final static int
BOUNDS_AUTO_COMPUTE_CHANGED
final static int
CLIP_CHANGED
final static int
COLLISION_BOUND_CHANGED
final static int
COLORINGATTRIBUTES_CHANGED
final static int
COND_MET
final static int
CREATE_OFFSCREENBUFFER
final static int
DESTROY_CTX_AND_OFFSCREENBUFFER
final static int
FOG_CHANGED
final static int
FREE_CANVASID
final static int
GEOMETRYARRAY_CHANGED
final static int
GEOMETRY_CHANGED
final static int
IMAGE_COMPONENT_CHANGED
final static int
INSERT_NODES
final static int
INSERT_RENDERATOMS
final static int
INVALID_TYPE
The various message types.
final static int
LIGHT_CHANGED
final static int
LINEATTRIBUTES_CHANGED
final static int
MATERIAL_CHANGED
final static int
MAX_ARGS
final static int
MEDIA_CONTAINER_CHANGED
final static int
MODELCLIP_CHANGED
final static int
MORPH_CHANGED
final static int
ORDERED_GROUP_INSERTED
final static int
ORDERED_GROUP_REMOVED
final static int
ORDERED_GROUP_TABLE_CHANGED
final static int
ORIENTEDSHAPE3D_CHANGED
final static int
POINTATTRIBUTES_CHANGED
final static int
POLYGONATTRIBUTES_CHANGED
final static int
REGION_BOUND_CHANGED
final static int
REMOVE_NODES
final static int
RENDERINGATTRIBUTES_CHANGED
final static int
RENDER_IMMEDIATE
final static int
RENDER_OFFSCREEN
final static int
RENDER_RETAINED
final static int
RESIZE_CANVAS
final static int
RUN
final static int
SCHEDULING_INTERVAL_CHANGED
final static int
SHADER_APPEARANCE_CHANGED
final static int
SHADER_ATTRIBUTE_CHANGED
final static int
SHADER_ATTRIBUTE_SET_CHANGED
final static int
SHAPE3D_CHANGED
final static int
SOUNDSCAPE_CHANGED
final static int
SOUND_ATTRIB_CHANGED
final static int
SOUND_STATE_CHANGED
final static int
STOP_THREAD
final static int
SWITCH_CHANGED
final static int
TEXCOORDGENERATION_CHANGED
final static int
TEXT3D_DATA_CHANGED
final static int
TEXT3D_TRANSFORM_CHANGED
final static int
TEXTUREATTRIBUTES_CHANGED
final static int
TEXTURE_CHANGED
final static int
TEXTURE_UNIT_STATE_CHANGED
final static int
TOGGLE_CANVAS
final static int
TRANSFORM_CHANGED
final static int
TRANSPARENCYATTRIBUTES_CHANGED
final static int
UPDATE_VIEW
final static int
UPDATE_VIEWPLATFORM
final static int
VIEWSPECIFICGROUP_CHANGED
final static int
VIEWSPECIFICGROUP_CLEAR
final static int
VIEWSPECIFICGROUP_INIT
Object
[]
args
int
threads
This is a bitmask of the types of threads that need to be run once this message is consumed.
long
time
int
type
VirtualUniverse
universe
View
view
Constructor Summary
J3dMessage
()
Method Summary
final synchronized void
clear
()
final synchronized void
decRefcount
()
This decrements the reference count for this message.
final synchronized int
getRefcount
()
final synchronized void
incRefcount
()
Field Detail
ALLOCATE_CANVASID
final static int ALLOCATE_CANVASID
(Code)
ALTERNATEAPPEARANCE_CHANGED
final static int ALTERNATEAPPEARANCE_CHANGED
(Code)
APPEARANCE_CHANGED
final static int APPEARANCE_CHANGED
(Code)
AURALATTRIBUTES_CHANGED
final static int AURALATTRIBUTES_CHANGED
(Code)
BACKGROUND_CHANGED
final static int BACKGROUND_CHANGED
(Code)
BEHAVIOR_ACTIVATE
final static int BEHAVIOR_ACTIVATE
(Code)
BEHAVIOR_DISABLE
final static int BEHAVIOR_DISABLE
(Code)
BEHAVIOR_ENABLE
final static int BEHAVIOR_ENABLE
(Code)
BEHAVIOR_REEVALUATE
final static int BEHAVIOR_REEVALUATE
(Code)
BOUNDINGLEAF_CHANGED
final static int BOUNDINGLEAF_CHANGED
(Code)
BOUNDS_AUTO_COMPUTE_CHANGED
final static int BOUNDS_AUTO_COMPUTE_CHANGED
(Code)
CLIP_CHANGED
final static int CLIP_CHANGED
(Code)
COLLISION_BOUND_CHANGED
final static int COLLISION_BOUND_CHANGED
(Code)
COLORINGATTRIBUTES_CHANGED
final static int COLORINGATTRIBUTES_CHANGED
(Code)
COND_MET
final static int COND_MET
(Code)
CREATE_OFFSCREENBUFFER
final static int CREATE_OFFSCREENBUFFER
(Code)
DESTROY_CTX_AND_OFFSCREENBUFFER
final static int DESTROY_CTX_AND_OFFSCREENBUFFER
(Code)
FOG_CHANGED
final static int FOG_CHANGED
(Code)
FREE_CANVASID
final static int FREE_CANVASID
(Code)
GEOMETRYARRAY_CHANGED
final static int GEOMETRYARRAY_CHANGED
(Code)
GEOMETRY_CHANGED
final static int GEOMETRY_CHANGED
(Code)
IMAGE_COMPONENT_CHANGED
final static int IMAGE_COMPONENT_CHANGED
(Code)
INSERT_NODES
final static int INSERT_NODES
(Code)
INSERT_RENDERATOMS
final static int INSERT_RENDERATOMS
(Code)
INVALID_TYPE
final static int INVALID_TYPE
(Code)
The various message types.
LIGHT_CHANGED
final static int LIGHT_CHANGED
(Code)
LINEATTRIBUTES_CHANGED
final static int LINEATTRIBUTES_CHANGED
(Code)
MATERIAL_CHANGED
final static int MATERIAL_CHANGED
(Code)
MAX_ARGS
final static int MAX_ARGS
(Code)
The arguements for a message, 5 for now
MEDIA_CONTAINER_CHANGED
final static int MEDIA_CONTAINER_CHANGED
(Code)
MODELCLIP_CHANGED
final static int MODELCLIP_CHANGED
(Code)
MORPH_CHANGED
final static int MORPH_CHANGED
(Code)
ORDERED_GROUP_INSERTED
final static int ORDERED_GROUP_INSERTED
(Code)
ORDERED_GROUP_REMOVED
final static int ORDERED_GROUP_REMOVED
(Code)
ORDERED_GROUP_TABLE_CHANGED
final static int ORDERED_GROUP_TABLE_CHANGED
(Code)
ORIENTEDSHAPE3D_CHANGED
final static int ORIENTEDSHAPE3D_CHANGED
(Code)
POINTATTRIBUTES_CHANGED
final static int POINTATTRIBUTES_CHANGED
(Code)
POLYGONATTRIBUTES_CHANGED
final static int POLYGONATTRIBUTES_CHANGED
(Code)
REGION_BOUND_CHANGED
final static int REGION_BOUND_CHANGED
(Code)
REMOVE_NODES
final static int REMOVE_NODES
(Code)
RENDERINGATTRIBUTES_CHANGED
final static int RENDERINGATTRIBUTES_CHANGED
(Code)
RENDER_IMMEDIATE
final static int RENDER_IMMEDIATE
(Code)
RENDER_OFFSCREEN
final static int RENDER_OFFSCREEN
(Code)
RENDER_RETAINED
final static int RENDER_RETAINED
(Code)
RESIZE_CANVAS
final static int RESIZE_CANVAS
(Code)
RUN
final static int RUN
(Code)
SCHEDULING_INTERVAL_CHANGED
final static int SCHEDULING_INTERVAL_CHANGED
(Code)
SHADER_APPEARANCE_CHANGED
final static int SHADER_APPEARANCE_CHANGED
(Code)
SHADER_ATTRIBUTE_CHANGED
final static int SHADER_ATTRIBUTE_CHANGED
(Code)
SHADER_ATTRIBUTE_SET_CHANGED
final static int SHADER_ATTRIBUTE_SET_CHANGED
(Code)
SHAPE3D_CHANGED
final static int SHAPE3D_CHANGED
(Code)
SOUNDSCAPE_CHANGED
final static int SOUNDSCAPE_CHANGED
(Code)
SOUND_ATTRIB_CHANGED
final static int SOUND_ATTRIB_CHANGED
(Code)
SOUND_STATE_CHANGED
final static int SOUND_STATE_CHANGED
(Code)
STOP_THREAD
final static int STOP_THREAD
(Code)
SWITCH_CHANGED
final static int SWITCH_CHANGED
(Code)
TEXCOORDGENERATION_CHANGED
final static int TEXCOORDGENERATION_CHANGED
(Code)
TEXT3D_DATA_CHANGED
final static int TEXT3D_DATA_CHANGED
(Code)
TEXT3D_TRANSFORM_CHANGED
final static int TEXT3D_TRANSFORM_CHANGED
(Code)
TEXTUREATTRIBUTES_CHANGED
final static int TEXTUREATTRIBUTES_CHANGED
(Code)
TEXTURE_CHANGED
final static int TEXTURE_CHANGED
(Code)
TEXTURE_UNIT_STATE_CHANGED
final static int TEXTURE_UNIT_STATE_CHANGED
(Code)
TOGGLE_CANVAS
final static int TOGGLE_CANVAS
(Code)
TRANSFORM_CHANGED
final static int TRANSFORM_CHANGED
(Code)
TRANSPARENCYATTRIBUTES_CHANGED
final static int TRANSPARENCYATTRIBUTES_CHANGED
(Code)
UPDATE_VIEW
final static int UPDATE_VIEW
(Code)
UPDATE_VIEWPLATFORM
final static int UPDATE_VIEWPLATFORM
(Code)
VIEWSPECIFICGROUP_CHANGED
final static int VIEWSPECIFICGROUP_CHANGED
(Code)
VIEWSPECIFICGROUP_CLEAR
final static int VIEWSPECIFICGROUP_CLEAR
(Code)
VIEWSPECIFICGROUP_INIT
final static int VIEWSPECIFICGROUP_INIT
(Code)
args
Object
[] args
(Code)
threads
int threads
(Code)
This is a bitmask of the types of threads that need to be run once this message is consumed.
time
long time
(Code)
This is the time snapshot at which this change occured
type
int type
(Code)
This holds the type of this message
universe
VirtualUniverse
universe
(Code)
The universe that this message originated from
view
View
view
(Code)
This holds the target view of this message, null means all views
Constructor Detail
J3dMessage
J3dMessage()
(Code)
This constructor does nothing
Method Detail
clear
final synchronized void clear()
(Code)
decRefcount
final synchronized void decRefcount()
(Code)
This decrements the reference count for this message. If it goes to 0, the message is put on the MasterControl freelist.
getRefcount
final synchronized int getRefcount()
(Code)
incRefcount
final synchronized void incRefcount()
(Code)
This increments the reference count for this message
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.