Package | Description |
---|---|
fr.inria.zuist.engine |
ZUIST multi-scale scene engine for ZVTM.
|
fr.inria.zuist.event | |
fr.inria.zuist.od |
Modifier and Type | Method and Description |
---|---|
ObjectDescription |
SceneManager.getObject(String id)
Get an object knowing its ID.
|
ObjectDescription[] |
Region.getObjectsInRegion()
Get objects in this region.
|
ObjectDescription[] |
ObjectPicker.getPickedObjectList()
Get the list of ObjectDescriptions currently picked.
|
Modifier and Type | Method and Description |
---|---|
Collection<ObjectDescription> |
SceneManager.getObjectDescriptions()
Gets an unmodifiable view of every ObjectDescription known
to this SceneManager
|
Modifier and Type | Method and Description |
---|---|
void |
GlyphLoader.addLoadRequest(VirtualSpace tvs,
ObjectDescription od,
boolean transition)
Add a request to load an object in the queue.
|
void |
Region.addObject(ObjectDescription od) |
void |
GlyphLoader.addUnloadRequest(VirtualSpace tvs,
ObjectDescription od,
boolean transition)
Add a request to unload an object in the queue.
|
void |
SceneManager.objectCreated(ObjectDescription od)
For internal use.
|
void |
SceneManager.objectDestroyed(ObjectDescription od)
For internal use.
|
Modifier and Type | Method and Description |
---|---|
void |
PickedObjectListener.enteredObject(ObjectDescription od)
Fired when an ObjectPicker enters ObjectDescription od (regardless of whether the corresponding Glyph has actually been instantiated or not).
|
void |
PickedObjectListener.exitedObject(ObjectDescription od)
Fired when an ObjectPicker leaves ObjectDescription od (regardless of whether the corresponding Glyph has actually been instantiated or not).
|
void |
ObjectListener.objectCreated(ObjectDescription od)
Fired when an object is loaded/created.
|
void |
ObjectListener.objectDestroyed(ObjectDescription od)
Fired when an object is unloaded/destroyed.
|
Modifier and Type | Class and Description |
---|---|
class |
ClosedShapeDescription
Description of any ZVTM glyph sibclass of ClosedShape to be loaded/unloaded in the scene.
|
class |
GlyphDescription
ZUIST description of a Glyph.
|
class |
ImageDescription
Description of bitmap image objects to be loaded/unloaded in the scene.
|
class |
PDFPageDescription
Description of image objects to be loaded/unloaded in the scene.
|
class |
ResourceDescription
Description of external resource objects to be loaded/unloaded in the scene.
|
class |
SceneFragmentDescription
Description of a part of the scene that is loaded/unloaded dynamically.
|
class |
TextDescription
Description of text objects to be loaded/unloaded in the scene.
|
Copyright © 2000-2002 Xerox Corporation. All Rights Reserved
Copyright © 2003 World Wide Web Consortium. All Rights Reserved
Copyright © 2004-2015 INRIA. All Rights Reserved
Licensed under the GNU LGPL. For full terms see the file COPYING.