Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai.networking
Interface Anchor

All Superinterfaces:
X3DBoundedObject, X3DChildNode, X3DGroupingNode, X3DNode

public interface Anchor
extends X3DGroupingNode

Defines the requirements of an X3D Anchor node

Version:
$Revision: 1.1 $
Author:
Rex Melton

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

getDescription

java.lang.String getDescription()
Return the description String value.

Returns:
The description String value.

setDescription

void setDescription(java.lang.String val)
Set the description field.

Parameters:
val - The String to set.

getNumParameter

int getNumParameter()
Return the number of MFString items in the parameter field.

Returns:
the number of MFString items in the parameter field.

getParameter

void getParameter(java.lang.String[] val)
Return the parameter value in the argument String[]

Parameters:
val - The String[] to initialize.

setParameter

void setParameter(java.lang.String[] val)
Set the parameter field.

Parameters:
val - The String[] to set.

getNumUrl

int getNumUrl()
Return the number of MFString items in the url field.

Returns:
the number of MFString items in the url field.

getUrl

void getUrl(java.lang.String[] val)
Return the url value in the argument String[]

Parameters:
val - The String[] to initialize.

setUrl

void setUrl(java.lang.String[] val)
Set the url field.

Parameters:
val - The String[] to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium