Package org.web3d.x3d.sai
Interface X3DPickableObject
- All Known Subinterfaces:
PickableGroup
- All Known Implementing Classes:
SAIPickableGroup
,SAIPickableGroup
public interface X3DPickableObject
Defines the requirements of an X3DPickableObject abstract node type
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionint
Return the number of MFString items in the objectType field.void
getObjectType
(String[] val) Return the objectType value in the argument String[]boolean
Return the pickable boolean value.void
setObjectType
(String[] val) Set the objectType field.void
setPickable
(boolean val) Set the pickable field.
-
Method Details
-
getPickable
boolean getPickable()Return the pickable boolean value.- Returns:
- The pickable boolean value.
-
setPickable
void setPickable(boolean val) Set the pickable field.- Parameters:
val
- The boolean to set.
-
getNumObjectType
int getNumObjectType()Return the number of MFString items in the objectType field.- Returns:
- the number of MFString items in the objectType field.
-
getObjectType
Return the objectType value in the argument String[]- Parameters:
val
- The String[] to initialize.
-
setObjectType
-