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 |
---|---|
Region |
SceneBuilder.createRegion(double x,
double y,
double w,
double h,
int highestLevel,
int lowestLevel,
String id,
String title,
String[] tags,
short[] transitions,
short requestOrdering)
Create a new region.
|
Region |
Level.getClosestRegion(Point2D.Double lp)
Get region whose center is closest to a given location at this level.
|
Region |
SceneManager.getClosestRegionAtCurrentLevel(Point2D.Double lp,
int level)
Get region whose center is closest to a given location at level l.
|
Region |
Region.getContainingRegion()
Get containing region, if any has been declared.
|
Region[] |
RegionPicker.getPickedRegionList()
Get the list of regions currently picked.
|
Region |
SceneManager.getRegion(String id)
Get a region knowing its ID.
|
Region[] |
SceneManager.getRegionsAtLevel(int level)
Get all regions that belong to a given level.
|
Region[] |
SceneManager.loadScene(Document scene,
File sceneFileDirectory,
boolean reset)
Load a multi-scale scene configuration described in an XML document.
|
Region[] |
SceneBuilder.loadScene(Document scene,
File sceneFileDirectory,
boolean reset)
Load a multi-scale scene configuration described in an XML document.
|
Region[] |
SceneManager.loadScene(Document scene,
File sceneFileDirectory,
boolean reset,
ProgressListener pl)
Load a multi-scale scene configuration described in an XML document.
|
Region[] |
SceneBuilder.loadScene(Document scene,
File sceneFileDirectory,
boolean reset,
ProgressListener pl)
Load a multi-scale scene configuration described in an XML document.
|
Region |
SceneBuilder.processRegion(Element regionEL,
HashMap<String,String> rn2crn,
File sceneFileDirectory) |
Modifier and Type | Method and Description |
---|---|
Vector<Region> |
Region.getContainingRegions(Vector<Region> cr)
Get containing regions recursively, if any have been declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Region.addContainedRegion(Region r) |
boolean |
Level.contains(Region r)
Does Region r belongs to this level.
|
ClosedShapeDescription |
SceneBuilder.createClosedShapeDescription(ClosedShape g,
String id,
int zindex,
Region region,
boolean sensitivity) |
GlyphDescription |
SceneBuilder.createGlyphDescription(Glyph g,
String id,
int zindex,
Region region,
boolean sensitivity) |
ImageDescription |
SceneBuilder.createImageDescription(double x,
double y,
double w,
double h,
String id,
int zindex,
Region region,
URL imageURL,
boolean sensitivity,
Color stroke,
float alpha,
String params)
Creates an image and adds it to a region.
|
PDFPageDescription |
PDFResourceHandler.createResourceDescription(double x,
double y,
String id,
int zindex,
Region region,
URL resourceURL,
boolean sensitivity,
Color stroke,
String params) |
ResourceDescription |
ResourceHandler.createResourceDescription(double x,
double y,
String id,
int zindex,
Region region,
URL resourceURL,
boolean sensitivity,
Color stroke,
String params)
Create a description of this resource.
|
ResourceDescription |
SceneBuilder.createResourceDescription(double x,
double y,
String id,
int zindex,
Region region,
URL resourceURL,
String type,
boolean sensitivity,
Color stroke,
String params)
Creates a resource and adds it to a region.
|
SceneFragmentDescription |
SceneBuilder.createSceneFragmentDescription(double x,
double y,
String id,
Region region,
URL resourceURL) |
TextDescription |
SceneBuilder.createTextDescription(double x,
double y,
String id,
int zindex,
Region region,
float scale,
String text,
short anchor,
Color fill,
float alpha,
String family,
int style,
int size,
boolean sensitivity)
Creates a text object and adds it to a region.
|
void |
SceneBuilder.destroyRegion(Region r)
Destroy a region.
|
VirtualSpace |
TaggedViewSceneObserver.getTargetVirtualSpace(Region r)
Returns the VirtualSpace corresponding to the first tag that matches.
|
VirtualSpace |
SceneObserver.getTargetVirtualSpace(Region r)
Region is irrelevant for basic SceneObservers.
|
boolean |
TaggedViewSceneObserver.isOfInterest(Region r)
Tells the SceneManager whether a given region is of interest to this particular SceneObserver.
|
boolean |
SceneObserver.isOfInterest(Region r)
Tells the SceneManager whether a given region is of interest to this particular SceneObserver.
|
void |
Region.setContainingRegion(Region r) |
Modifier and Type | Method and Description |
---|---|
Vector<Region> |
Region.getContainingRegions(Vector<Region> cr)
Get containing regions recursively, if any have been declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RegionListener.enteredRegion(Region r)
Fired when a RegionPicker enters Region r, or when a camera declared in SceneManager enters it.
|
void |
RegionListener.exitedRegion(Region r)
Fired when a RegionPicker leaves Region r, or when a camera declared in SceneManager leaves it.
|
Modifier and Type | Field and Description |
---|---|
protected Region |
ObjectDescription.parentRegion |
Modifier and Type | Method and Description |
---|---|
Region |
ObjectDescription.getParentRegion()
Get Region this object belongs to.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObjectDescription.setParentRegion(Region pr) |
Constructor and Description |
---|
ClosedShapeDescription(String id,
ClosedShape g,
int z,
Region pr,
boolean sensitive)
Constructs the description of a ZVTM ClosedShape.
|
GlyphDescription(String id,
Glyph glyph,
int z,
Region pr,
boolean sensitive) |
ImageDescription(String id,
double x,
double y,
int z,
double w,
double h,
URL p,
Color sc,
float alpha,
Object im,
Region pr)
Constructs the description of an image (VImageST).
|
ObjectDescription(String id,
int z,
Region pr,
boolean sensitive) |
PDFPageDescription(String id,
double x,
double y,
int z,
float df,
float sf,
URL p,
int pg,
Color sc,
Object im,
Region pr)
Constructs the description of an image (VImageST).
|
PDFPageDescription(String id,
double x,
double y,
int z,
float df,
float sf,
URL p,
int pg,
Color sc,
Region pr)
Constructs the description of an image (VImageST).
|
SceneFragmentDescription(String id,
double x,
double y,
URL p,
Region pr,
SceneManager sm)
Constructs the description of a scene fragment.
|
TextDescription(String id,
double x,
double y,
int z,
float s,
String tx,
Color c,
float alpha,
short ta,
Region pr)
Constructs the description of an image (VTextST).
|
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.