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 TypeMethodDescriptionintReturn the number of MFString items in the objectType field.voidgetObjectType(String[] val) Return the objectType value in the argument String[]booleanReturn the pickable boolean value.voidsetObjectType(String[] val) Set the objectType field.voidsetPickable(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
-