ants.move.core.views.slides
Class SlidesView
java.lang.Object
|
+--ants.move.core.views.slides.SlidesView
- All Implemented Interfaces:
- SlidesListener, ViewInterface, VRMLEventListener
- public class SlidesView
- extends java.lang.Object
- implements ViewInterface, SlidesListener, VRMLEventListener
Implementation of DynamicObject Slides.
- Version:
- 1.70 Build 2000
- Author:
- Carles Pairot (cpairot@tinet.org), Oriol Montalà (omontala@tinet.org)
Constructor Summary |
SlidesView()
Sole & void constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlidesView
public SlidesView()
- Sole & void constructor. Used when newInstance() method is called.
- Parameters:
params
- None- Throws:
exceptions
- No exceptions thrown
init
public void init(java.util.Hashtable ht)
- Initializes necessary parameters to use this class.
This is the way to implement a dynamicObject through DObjectInterface interface.
- Specified by:
init
in interface ViewInterface
- Parameters:
ht
- Parameters- Returns:
- No return value
- Throws:
exceptions
- No exceptions thrown
loadVRMLRepresentation
public void loadVRMLRepresentation()
setPicture
public void setPicture(java.lang.String picture)
- Description copied from interface:
SlidesListener
- Set picture
- Specified by:
setPicture
in interface SlidesListener
- Following copied from interface:
ants.move.core.models.slides.SlidesListener
- Parameters:
url
- picture source url
getModel
public SlidesModel getModel()
destroy
public void destroy()
- Description copied from interface:
SlidesListener
- Destroy method
- Specified by:
destroy
in interface SlidesListener
eventPerformed
public void eventPerformed()
- Description copied from interface:
VRMLEventListener
- Executed when a VRML Event is received.
- Specified by:
eventPerformed
in interface VRMLEventListener
- Following copied from interface:
ants.move.core.views.VRMLEventListener
- Parameters:
params
- None- Returns:
- No return value
- Throws:
exceptions
- No exceptions thrown
Developers: Oriol Montala, Carles Pairot, Francesc Pinas2000 - 2002
Departament d'Enginyeria Informatica i Matematiques
Escola Tecnica Superior d'Enginyeria
Universitat Rovira i Virgili