| |
|
| java.lang.Object java.lang.Thread org.jdesktop.j3d.loaders.vrml97.impl.ContentNegotiator
ContentNegotiator | class ContentNegotiator extends Thread implements Runnable(Code) | | Description of the Class
|
SOUND_LOADER | final static int SOUND_LOADER(Code) | | |
URL_BYTE_LOADER | final static int URL_BYTE_LOADER(Code) | | |
negotiation | int negotiation(Code) | | |
ContentNegotiator | ContentNegotiator(URL url)(Code) | | Constructor for the ContentNegotiator object
Parameters: url - Description of the Parameter |
ContentNegotiator | ContentNegotiator(Sound sound)(Code) | | Constructor for the ContentNegotiator object
Parameters: sound - Description of the Parameter |
getContent | synchronized Object getContent()(Code) | | Gets the content attribute of the ContentNegotiator object
The content value |
run | public void run()(Code) | | Main processing method for the ContentNegotiator object
|
startLoading | synchronized void startLoading()(Code) | | Description of the Method
|
|
|
|