|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ComponentInfo
Description of a single component.
A component description contains many useful pieces of information about the requirements. At the basic level, it is just a name and a level. In addition to that, we can include supplemental information, such as who the provider of that component is, URL information and more.
| Method Summary | |
|---|---|
int |
getLevel()
Get the level of the component. |
java.lang.String |
getName()
Get the name of this component. |
java.lang.String |
getProviderURL()
Get the URL of the provider. |
java.lang.String |
getTitle()
Get the title of this component. |
java.lang.String |
toX3DString()
Return a formatted string version of this component that conforms to the X3D 1.0 specification for VRML file encoding. |
| Method Detail |
|---|
java.lang.String getName()
int getLevel()
java.lang.String getTitle()
java.lang.String getProviderURL()
java.lang.String toX3DString()
COMPONENT keyword, as per spec.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||