|
Xj3D VRML/X3D Code API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use ComponentInfo | |
| org.web3d.vrml.export | Writes VRML and X3D worlds out to other encodings or formats. |
| org.web3d.vrml.lang | Classes and interfaces to represent core components of the language structure. |
| org.web3d.vrml.renderer | Common code between all renderers in the system. |
| Uses of ComponentInfo in org.web3d.vrml.export |
| Methods in org.web3d.vrml.export with parameters of type ComponentInfo | |
void |
X3DXMLRetainedExporter.printComponents(ComponentInfo[] comps)
Print the component decl |
void |
X3DClassicRetainedExporter.printComponents(ComponentInfo[] comps)
Print the component decl |
protected abstract void |
BaseRetainedExporter.printComponents(ComponentInfo[] comps)
Print the component decl |
| Uses of ComponentInfo in org.web3d.vrml.lang |
| Methods in org.web3d.vrml.lang that return ComponentInfo | |
ComponentInfo |
VRMLNodeFactory.addComponent(java.lang.String name,
int level)
Add a component level requirement to the factory nodes. |
ComponentInfo[] |
VRMLNodeFactory.getAvailableComponents()
List all of the available components that this factory is capable of supporting. |
ComponentInfo[] |
SceneMetaData.getComponents()
Get the list of all the components declared in the scene. |
ComponentInfo[] |
ProfileInfo.getComponents()
Get the list of defined components for this profile. |
| Methods in org.web3d.vrml.lang with parameters of type ComponentInfo | |
void |
WriteableSceneMetaData.addComponent(ComponentInfo comp)
Add a component description to this meta data. |
| Constructors in org.web3d.vrml.lang with parameters of type ComponentInfo | |
ProfileInfo(java.lang.String name,
java.lang.String title,
ComponentInfo[] comps)
Construct a basic component description that just has a name and level. |
|
ComponentInfo(ComponentInfo info,
int level)
Copy constructor for creating a derived version of this component info but with a different level set. |
|
| Uses of ComponentInfo in org.web3d.vrml.renderer |
| Methods in org.web3d.vrml.renderer that return ComponentInfo | |
ComponentInfo |
DefaultNodeFactory.addComponent(java.lang.String name,
int level)
Add a component level requirement to the factory nodes. |
ComponentInfo[] |
DefaultNodeFactory.getAvailableComponents()
List all of the available components that this factory is capable of supporting. |
|
Xj3D VRML/X3D Code API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||