|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface X3DPickableObject
Defines the requirements of an X3DPickableObject abstract node type
| Method Summary | |
|---|---|
int |
getNumObjectType()
Return the number of MFString items in the objectType field. |
void |
getObjectType(java.lang.String[] val)
Return the objectType value in the argument String[] |
boolean |
getPickable()
Return the pickable boolean value. |
void |
setObjectType(java.lang.String[] val)
Set the objectType field. |
void |
setPickable(boolean val)
Set the pickable field. |
| Method Detail |
|---|
boolean getPickable()
void setPickable(boolean val)
val - The boolean to set.int getNumObjectType()
void getObjectType(java.lang.String[] val)
val - The String[] to initialize.void setObjectType(java.lang.String[] val)
val - The String[] to set.
|
Xj3D 2.0 VRML/X3D Code API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||