Xj3D 2.0 VRML/X3D Code API

org.web3d.x3d.sai
Interface X3DPickableObject

All Known Subinterfaces:
PickableGroup

public interface X3DPickableObject

Defines the requirements of an X3DPickableObject abstract node type

Version:
$Revision: 1.1 $
Author:
Rex Melton

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

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

void getObjectType(java.lang.String[] val)
Return the objectType value in the argument String[]

Parameters:
val - The String[] to initialize.

setObjectType

void setObjectType(java.lang.String[] val)
Set the objectType field.

Parameters:
val - The String[] to set.

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium