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 TypeMethodDescriptiondouble
Get the autoRefresh value for this link.double
Get the autoRefreshTimeLimit value to associate with the link.Return the description String value.int
Return the number of MFString items in the parameter field.int
Return the number of MFString items in the url field.void
getParameter
(String[] val) Return the parameter value in the argument String[]void
Return the url value in the argument String[]void
setAutoRefresh
(double newValue) Set the autoRefresh value for this linkvoid
setAutoRefreshTimeLimit
(double newValue) Set the autoRefreshimeLimit value for this link.void
setDescription
(String val) Set the description field.void
setParameter
(String[] val) Set the parameter field.void
Set the url field.Methods inherited from interface org.web3d.x3d.sai.X3DBoundedObject
getBboxCenter, getBboxSize, setBboxCenter, setBboxSize
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
-
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
-