|
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 Anchor
Defines the requirements of an X3D Anchor node
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Return the description String value. |
int |
getNumParameter()
Return the number of MFString items in the parameter field. |
int |
getNumUrl()
Return the number of MFString items in the url field. |
void |
getParameter(java.lang.String[] val)
Return the parameter value in the argument String[] |
void |
getUrl(java.lang.String[] val)
Return the url value in the argument String[] |
void |
setDescription(java.lang.String val)
Set the description field. |
void |
setParameter(java.lang.String[] val)
Set the parameter field. |
void |
setUrl(java.lang.String[] val)
Set the url field. |
| Methods inherited from interface org.web3d.x3d.sai.X3DGroupingNode |
|---|
addChildren, getChildren, getNumChildren, removeChildren, setChildren |
| Methods inherited from interface org.web3d.x3d.sai.X3DNode |
|---|
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata |
| Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject |
|---|
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize |
| Method Detail |
|---|
java.lang.String getDescription()
void setDescription(java.lang.String val)
val - The String to set.int getNumParameter()
void getParameter(java.lang.String[] val)
val - The String[] to initialize.void setParameter(java.lang.String[] val)
val - The String[] to set.int getNumUrl()
void getUrl(java.lang.String[] val)
val - The String[] to initialize.void setUrl(java.lang.String[] val)
val - The String[] to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||