|
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 ProfileInfo
Description of a single profile.
A profile is a short-hand way of describing an aggregation of components. A valid profile will always have one or more components, but a title string is optional.
| Method Summary | |
|---|---|
ComponentInfo[] |
getComponents()
Get the list of defined components for this profile. |
java.lang.String |
getName()
Get the name of this component. |
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()
java.lang.String getTitle()
ComponentInfo[] getComponents()
java.lang.String toX3DString()
PROFILE 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 | |||||||||