Java Doc for PointLightRetained.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.IndexedObject
      javax.media.j3d.SceneGraphObjectRetained
         javax.media.j3d.NodeRetained
            javax.media.j3d.LeafRetained
               javax.media.j3d.LightRetained
                  javax.media.j3d.PointLightRetained

All known Subclasses:   javax.media.j3d.SpotLightRetained,
PointLightRetained
class PointLightRetained extends LightRetained (Code)
A Retained PointLight source.


Field Summary
final static  intATTENUATION_CHANGED
    
final static  intLAST_POINTLIGHT_DEFINED_BIT
    
final static  intPOSITION_CHANGED
    
 Point3fattenuation
     The attenuation vector consisting of constant, linear, and quadratic coefficients.
 floatlinearAttenuationInEc
    
 doublelocalToVworldScale
    
 Point3fposition
    
 floatquadraticAttenuationInEc
    
 Point3fxformPosition
    

Constructor Summary
 PointLightRetained()
    

Method Summary
protected  Objectclone()
    
 voiddoSetLive(SetLiveState s)
    
 voidgetAttenuation(Point3f attenuation)
     Retrieves the light's attenuation and places the value in the parameter specified.
 voidgetPosition(Point3f position)
     Retrieves this light's position and places it in the vector provided.
 voidinitAttenuation(Point3f attenuation)
     Initializes the point light's attenuation constants.
 voidinitAttenuation(float constant, float linear, float quadratic)
     Sets the point light's attenuation.
 J3dMessageinitMessage(int num)
    
 voidinitPosition(Point3f position)
     Initializes this light's position from the vector provided.
 voidinitPosition(float x, float y, float z)
     Initializes this light's position from the three values provided.
 voidmergeTransform(TransformGroupRetained xform)
    
 voidsendMessage(int attrMask, Object attr)
    
 voidsetAttenuation(Point3f attenuation)
     Sets the point light's attenuation constants.
 voidsetAttenuation(float constant, float linear, float quadratic)
     Sets the point light's attenuation.
 voidsetLive(SetLiveState s)
    
 voidsetPosition(Point3f position)
     Sets this light's position from the vector provided.
 voidsetPosition(float x, float y, float z)
     Sets this light's position from the three values provided.
 voidupdate(Context ctx, int lightSlot, double scale)
     This update function, and its native counterpart, updates a point light.
 voidupdateMirrorObject(Object[] objs)
    
 voidupdateTransformChange()
    
 voidvalidateAttenuationInEc(double vworldToCoexistenceScale)
    

Field Detail
ATTENUATION_CHANGED
final static int ATTENUATION_CHANGED(Code)



LAST_POINTLIGHT_DEFINED_BIT
final static int LAST_POINTLIGHT_DEFINED_BIT(Code)



POSITION_CHANGED
final static int POSITION_CHANGED(Code)



attenuation
Point3f attenuation(Code)
The attenuation vector consisting of constant, linear, and quadratic coefficients.



linearAttenuationInEc
float linearAttenuationInEc(Code)



localToVworldScale
double localToVworldScale(Code)



position
Point3f position(Code)



quadraticAttenuationInEc
float quadraticAttenuationInEc(Code)



xformPosition
Point3f xformPosition(Code)




Constructor Detail
PointLightRetained
PointLightRetained()(Code)




Method Detail
clone
protected Object clone()(Code)



doSetLive
void doSetLive(SetLiveState s)(Code)



getAttenuation
void getAttenuation(Point3f attenuation)(Code)
Retrieves the light's attenuation and places the value in the parameter specified.
Parameters:
  attenuation - the variable that will contain the attenuation



getPosition
void getPosition(Point3f position)(Code)
Retrieves this light's position and places it in the vector provided.
Parameters:
  position - the variable to receive the position vector



initAttenuation
void initAttenuation(Point3f attenuation)(Code)
Initializes the point light's attenuation constants.
Parameters:
  attenuation - a vector consisting of constant, linear, and quadratic coefficients



initAttenuation
void initAttenuation(float constant, float linear, float quadratic)(Code)
Sets the point light's attenuation.
Parameters:
  constant - the point light's constant attenuation
Parameters:
  linear - the linear attenuation of the light
Parameters:
  quadratic - the quadratic attenuation of the light



initMessage
J3dMessage initMessage(int num)(Code)



initPosition
void initPosition(Point3f position)(Code)
Initializes this light's position from the vector provided.
Parameters:
  position - the new position



initPosition
void initPosition(float x, float y, float z)(Code)
Initializes this light's position from the three values provided.
Parameters:
  x - the new x position
Parameters:
  y - the new y position
Parameters:
  z - the new z position



mergeTransform
void mergeTransform(TransformGroupRetained xform)(Code)



sendMessage
void sendMessage(int attrMask, Object attr)(Code)



setAttenuation
void setAttenuation(Point3f attenuation)(Code)
Sets the point light's attenuation constants.
Parameters:
  attenuation - a vector consisting of constant, linear, and quadratic coefficients



setAttenuation
void setAttenuation(float constant, float linear, float quadratic)(Code)
Sets the point light's attenuation.
Parameters:
  constant - the point light's constant attenuation
Parameters:
  linear - the linear attenuation of the light
Parameters:
  quadratic - the quadratic attenuation of the light



setLive
void setLive(SetLiveState s)(Code)



setPosition
void setPosition(Point3f position)(Code)
Sets this light's position from the vector provided.
Parameters:
  position - the new position



setPosition
void setPosition(float x, float y, float z)(Code)
Sets this light's position from the three values provided.
Parameters:
  x - the new x position
Parameters:
  y - the new y position
Parameters:
  z - the new z position



update
void update(Context ctx, int lightSlot, double scale)(Code)
This update function, and its native counterpart, updates a point light. This includes its color, attenuation, and its transformed position.



updateMirrorObject
void updateMirrorObject(Object[] objs)(Code)



updateTransformChange
void updateTransformChange()(Code)



validateAttenuationInEc
void validateAttenuationInEc(double vworldToCoexistenceScale)(Code)



Fields inherited from javax.media.j3d.LightRetained
final static int BOUNDINGLEAF_CHANGED(Code)(Java Doc)
final static int BOUNDS_CHANGED(Code)(Java Doc)
final static int CLEAR_MIRROR(Code)(Java Doc)
final static int COLOR_CHANGED(Code)(Java Doc)
final static int ENABLE_CHANGED(Code)(Java Doc)
final static int INIT_MIRROR(Code)(Java Doc)
final static int LAST_DEFINED_BIT(Code)(Java Doc)
final static int SCOPE_CHANGED(Code)(Java Doc)
BoundingLeafRetained boundingLeaf(Code)(Java Doc)
Color3f color(Code)(Java Doc)
UnorderList environmentSets(Code)(Java Doc)
boolean inImmCtx(Code)(Java Doc)
boolean isNeeded(Code)(Java Doc)
boolean isScoped(Code)(Java Doc)
boolean isViewScoped(Code)(Java Doc)
HashKey key(Code)(Java Doc)
int lightDirty(Code)(Java Doc)
boolean lightOn(Code)(Java Doc)
int lightType(Code)(Java Doc)
LightRetained[] mirrorLights(Code)(Java Doc)
ArrayList newlyAddedMirrorLights(Code)(Java Doc)
int numMirrorLights(Code)(Java Doc)
Bounds region(Code)(Java Doc)
Bounds regionOfInfluence(Code)(Java Doc)
Vector scopes(Code)(Java Doc)
LightRetained sgLight(Code)(Java Doc)
int sgLightDirty(Code)(Java Doc)
final static int targetThreads(Code)(Java Doc)
HashKey tempKey(Code)(Java Doc)

Methods inherited from javax.media.j3d.LightRetained
void addScope(Group scope)(Code)(Java Doc)
void clearLive(SetLiveState s)(Code)(Java Doc)
void clearMirrorObject(Object[] args)(Code)(Java Doc)
protected Object clone()(Code)(Java Doc)
Enumeration getAllScopes()(Code)(Java Doc)
void getColor(Color3f color)(Code)(Java Doc)
boolean getEnable()(Code)(Java Doc)
boolean getInImmCtx()(Code)(Java Doc)
BoundingLeaf getInfluencingBoundingLeaf()(Code)(Java Doc)
Bounds getInfluencingBounds()(Code)(Java Doc)
LightRetained getMirrorLight(HashKey key)(Code)(Java Doc)
void getMirrorObjects(ArrayList leafList, HashKey key)(Code)(Java Doc)
Group getScope(int index)(Code)(Java Doc)
int indexOfScope(Group scope)(Code)(Java Doc)
void initAddScope(Group scope)(Code)(Java Doc)
void initColor(Color3f color)(Code)(Java Doc)
void initEnable(boolean state)(Code)(Java Doc)
void initInfluencingBoundingLeaf(BoundingLeaf region)(Code)(Java Doc)
void initInfluencingBounds(Bounds region)(Code)(Java Doc)
void initInsertScope(Group scope, int index)(Code)(Java Doc)
J3dMessage initMessage(int num)(Code)(Java Doc)
void initMirrorObject(Object[] args)(Code)(Java Doc)
void initRemoveAllScopes()(Code)(Java Doc)
void initRemoveScope(int index)(Code)(Java Doc)
void initRemoveScope(Group scope)(Code)(Java Doc)
void initScope(Group scope, int index)(Code)(Java Doc)
void insertScope(Group scope, int index)(Code)(Java Doc)
void mergeTransform(TransformGroupRetained xform)(Code)(Java Doc)
int numScopes()(Code)(Java Doc)
void removeAllScopes()(Code)(Java Doc)
void removeScope(int index)(Code)(Java Doc)
void removeScope(Group scope)(Code)(Java Doc)
void sendMessage(int attrMask, Object attr)(Code)(Java Doc)
void setColor(Color3f color)(Code)(Java Doc)
void setEnable(boolean state)(Code)(Java Doc)
void setInImmCtx(boolean inCtx)(Code)(Java Doc)
void setInfluencingBoundingLeaf(BoundingLeaf region)(Code)(Java Doc)
void setInfluencingBounds(Bounds region)(Code)(Java Doc)
void setLive(SetLiveState s)(Code)(Java Doc)
void setScope(Group scope, int index)(Code)(Java Doc)
abstract void update(Context ctx, int lightSlot, double scale)(Code)(Java Doc)
void updateBoundingLeaf()(Code)(Java Doc)
void updateImmediateMirrorObject(Object[] objs)(Code)(Java Doc)
void updateImmediateTransformChange()(Code)(Java Doc)
void updateMirrorObject(Object[] objs)(Code)(Java Doc)
void updateTransformChange()(Code)(Java Doc)

Fields inherited from javax.media.j3d.LeafRetained
boolean boundsDirty(Code)(Java Doc)
SwitchState switchState(Code)(Java Doc)

Methods inherited from javax.media.j3d.LeafRetained
protected Object clone(boolean forceDuplicate)(Code)(Java Doc)
void getMirrorObjects(ArrayList l, HashKey k)(Code)(Java Doc)
void updateBoundingLeaf()(Code)(Java Doc)
void updateBounds()(Code)(Java Doc)
void updateMirrorObject(Object[] args)(Code)(Java Doc)
void updateTransformChange()(Code)(Java Doc)

Fields inherited from javax.media.j3d.NodeRetained
final static int ALTERNATEAPPEARANCE(Code)(Java Doc)
final static int AMBIENTLIGHT(Code)(Java Doc)
final static int BACKGROUND(Code)(Java Doc)
final static int BACKGROUNDSOUND(Code)(Java Doc)
final static int BEHAVIOR(Code)(Java Doc)
final static int BOUNDINGLEAF(Code)(Java Doc)
final static int BRANCHGROUP(Code)(Java Doc)
final static int CLIP(Code)(Java Doc)
final static int CONESOUND(Code)(Java Doc)
final static int CONTAINS_VIEWPLATFORM(Code)(Java Doc)
final static int CURRENT_LOCAL_TO_VWORLD(Code)(Java Doc)
final static int DECALGROUP(Code)(Java Doc)
final static int DIRECTIONALLIGHT(Code)(Java Doc)
final static int EXPONENTIALFOG(Code)(Java Doc)
final static int GROUP(Code)(Java Doc)
final static int LAST_LOCAL_TO_VWORLD(Code)(Java Doc)
final static int LINEARFOG(Code)(Java Doc)
final static int LINK(Code)(Java Doc)
final static int MODELCLIP(Code)(Java Doc)
final static int MORPH(Code)(Java Doc)
final static int NUMNODES(Code)(Java Doc)
final static int ORDEREDGROUP(Code)(Java Doc)
final static int ORIENTEDSHAPE3D(Code)(Java Doc)
final static int POINTLIGHT(Code)(Java Doc)
final static int POINTSOUND(Code)(Java Doc)
final static int SHAPE(Code)(Java Doc)
final static int SHAREDGROUP(Code)(Java Doc)
final static int SOUNDSCAPE(Code)(Java Doc)
final static int SPOTLIGHT(Code)(Java Doc)
final static int SWITCH(Code)(Java Doc)
final static int TRANSFORMGROUP(Code)(Java Doc)
final static int VIEWPLATFORM(Code)(Java Doc)
final static int VIEWSPECIFICGROUP(Code)(Java Doc)
Bounds apiBounds(Code)(Java Doc)
boolean boundsAutoCompute(Code)(Java Doc)
ArrayList branchGroupPaths(Code)(Java Doc)
protected Bounds cachedBounds(Code)(Java Doc)
int childIndex(Code)(Java Doc)
boolean collidable(Code)(Java Doc)
BackgroundRetained geometryBackground(Code)(Java Doc)
boolean inSharedGroup(Code)(Java Doc)
Bounds localBounds(Code)(Java Doc)
Transform3D localToVworld(Code)(Java Doc)
int localToVworldIndex(Code)(Java Doc)
HashKey localToVworldKeys(Code)(Java Doc)
Locale locale(Code)(Java Doc)
int nnuId(Code)(Java Doc)
String nodeId(Code)(Java Doc)
int nodeType(Code)(Java Doc)
Integer orderedId(Code)(Java Doc)
NodeRetained parent(Code)(Java Doc)
GroupRetained parentSwitchLink(Code)(Java Doc)
GroupRetained parentTransformLink(Code)(Java Doc)
boolean pickable(Code)(Java Doc)
int refCount(Code)(Java Doc)
TransformGroupRetained staticTransform(Code)(Java Doc)
VirtualUniverse universe(Code)(Java Doc)
protected boolean validCachedBounds(Code)(Java Doc)

Methods inherited from javax.media.j3d.NodeRetained
void clearLive(SetLiveState s)(Code)(Java Doc)
void computeCombineBounds(Bounds bounds)(Code)(Java Doc)
void computeNonLiveLocalToVworld(Transform3D t, Node caller)(Code)(Java Doc)
void dirtyBoundsCache()(Code)(Java Doc)
void doSetLive(SetLiveState s)(Code)(Java Doc)
public int equal(NnuId obj)(Code)(Java Doc)
void findCollidableFlags(boolean collide)(Code)(Java Doc)
void findPickableFlags(boolean pick)(Code)(Java Doc)
void findTransformLevels(int transformLevels)(Code)(Java Doc)
Bounds getBounds()(Code)(Java Doc)
boolean getBoundsAutoCompute()(Code)(Java Doc)
boolean getCollidable()(Code)(Java Doc)
Transform3D getCurrentLocalToVworld()(Code)(Java Doc)
Transform3D getCurrentLocalToVworld(int index)(Code)(Java Doc)
Transform3D getCurrentLocalToVworld(HashKey key)(Code)(Java Doc)
Bounds getEffectiveBounds()(Code)(Java Doc)
public int getId()(Code)(Java Doc)
Transform3D getLastLocalToVworld()(Code)(Java Doc)
Transform3D getLastLocalToVworld(int index)(Code)(Java Doc)
Transform3D getLastLocalToVworld(HashKey key)(Code)(Java Doc)
Bounds getLocalBounds(Bounds bounds)(Code)(Java Doc)
void getLocalToVworld(Transform3D t)(Code)(Java Doc)
void getLocalToVworld(SceneGraphPath path, Transform3D t)(Code)(Java Doc)
void getLocalToVworld(Transform3D t, HashKey key)(Code)(Java Doc)
Locale getLocale()(Code)(Java Doc)
NodeRetained getParent()(Code)(Java Doc)
boolean getPickable()(Code)(Java Doc)
VirtualUniverse getVirtualUniverse()(Code)(Java Doc)
boolean isStatic()(Code)(Java Doc)
void merge(CompileState compState)(Code)(Java Doc)
void mergeTransform(TransformGroupRetained xform)(Code)(Java Doc)
void notifySceneGraphChanged(boolean globalTraverse)(Code)(Java Doc)
int[] processViewSpecificInfo(int mode, HashKey k, View v, ArrayList vsgList, int[] keyList, ArrayList leafList)(Code)(Java Doc)
void recombineAbove()(Code)(Java Doc)
void removeNodeData(SetLiveState s)(Code)(Java Doc)
void searchGeometryAtoms(UnorderList list)(Code)(Java Doc)
void setAuxData(SetLiveState s, int index, int hkIndex)(Code)(Java Doc)
void setBounds(Bounds bounds)(Code)(Java Doc)
void setBoundsAutoCompute(boolean autoCompute)(Code)(Java Doc)
void setCollidable(boolean collidable)(Code)(Java Doc)
void setLive(SetLiveState s)(Code)(Java Doc)
void setNodeData(SetLiveState s)(Code)(Java Doc)
void setParent(NodeRetained parent)(Code)(Java Doc)
void setPickable(boolean pickable)(Code)(Java Doc)
void transformBounds(SceneGraphPath path, Bounds bound)(Code)(Java Doc)
void updateCollidable(HashKey keys, boolean collide)(Code)(Java Doc)
synchronized void updateLocalToVworld()(Code)(Java Doc)
void updatePickable(HashKey pickKeys, boolean pick)(Code)(Java Doc)

Fields inherited from javax.media.j3d.SceneGraphObjectRetained
final static int DONT_MERGE(Code)(Java Doc)
final static int MERGE(Code)(Java Doc)
final static int MERGE_DONE(Code)(Java Doc)
boolean inBackgroundGroup(Code)(Java Doc)
boolean inSetLive(Code)(Java Doc)
int mergeFlag(Code)(Java Doc)
boolean onUpdateList(Code)(Java Doc)
SceneGraphObject source(Code)(Java Doc)

Methods inherited from javax.media.j3d.SceneGraphObjectRetained
void clearLive(VirtualUniverse univ, int index, boolean sharedGroup, HashKey[] keys)(Code)(Java Doc)
void clearLive()(Code)(Java Doc)
protected Object clone()(Code)(Java Doc)
void compile(CompileState compState)(Code)(Java Doc)
void doSetLive(boolean inBackgroundGroup)(Code)(Java Doc)
void doSetLive(SetLiveState s)(Code)(Java Doc)
SceneGraphObject getSource()(Code)(Java Doc)
VirtualUniverse getVirtualUniverse()(Code)(Java Doc)
void handleFrequencyChange(int bit)(Code)(Java Doc)
boolean isInSetLive()(Code)(Java Doc)
boolean isStatic()(Code)(Java Doc)
void markAsLive()(Code)(Java Doc)
void merge(CompileState compState)(Code)(Java Doc)
void mergeTransform(TransformGroupRetained xform)(Code)(Java Doc)
void setCompiled()(Code)(Java Doc)
void setLive(boolean inBackgroundGroup)(Code)(Java Doc)
void setLive(SetLiveState s)(Code)(Java Doc)
void setSource(SceneGraphObject source)(Code)(Java Doc)
void traverse(boolean sameLevel, int level)(Code)(Java Doc)

Fields inherited from javax.media.j3d.IndexedObject
int[][] listIdx(Code)(Java Doc)

Methods inherited from javax.media.j3d.IndexedObject
synchronized int getIdxUsed(VirtualUniverse u)(Code)(Java Doc)
abstract VirtualUniverse getVirtualUniverse()(Code)(Java Doc)
void incIdxUsed()(Code)(Java Doc)

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.