Package org.web3d.x3d.sai.networking
Interface Anchor
- All Superinterfaces:
X3DBoundedObject,X3DChildNode,X3DGroupingNode,X3DNode
Defines the requirements of an X3D Anchor node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptiondoubleGet the autoRefresh value for this link.doubleGet the autoRefreshTimeLimit value to associate with the link.Return the description String value.intReturn the number of MFString items in the parameter field.intReturn the number of MFString items in the url field.voidgetParameter(String[] val) Return the parameter value in the argument String[]voidReturn the url value in the argument String[]voidsetAutoRefresh(double newValue) Set the autoRefresh value for this linkvoidsetAutoRefreshTimeLimit(double newValue) Set the autoRefreshimeLimit value for this link.voidsetDescription(String val) Set the description field.voidsetParameter(String[] val) Set the parameter field.voidSet the url field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSizeMethods inherited from interface org.web3d.x3d.sai.X3DGroupingNode
addChildren, getChildren, getNumChildren, removeChildren, setChildrenMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getDescription
-
setDescription
-
getNumParameter
int getNumParameter()Return the number of MFString items in the parameter field.- Returns:
- the number of MFString items in the parameter field.
-
getParameter
Return the parameter value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setParameter
-
getNumUrl
int getNumUrl()Return the number of MFString items in the url field.- Returns:
- the number of MFString items in the url field.
-
getUrl
Return the url value in the argument String[]- Parameters:
val- The String[] to initialize.
-
setUrl
-
getAutoRefresh
double getAutoRefresh()Get the autoRefresh value for this link.- Returns:
-
setAutoRefresh
void setAutoRefresh(double newValue) Set the autoRefresh value for this link- Parameters:
newValue-
-
getAutoRefreshTimeLimit
double getAutoRefreshTimeLimit()Get the autoRefreshTimeLimit value to associate with the link.- Returns:
- The current autoRefreshTimeLimit value
-
setAutoRefreshTimeLimit
void setAutoRefreshTimeLimit(double newValue) Set the autoRefreshimeLimit value for this link.- Parameters:
newValue- The new autoRefresh value to set
-