Package | Description |
---|---|
fr.inria.zuist.engine |
ZUIST multi-scale scene engine for ZVTM.
|
fr.inria.zvtm.cluster |
Enables distributed rendering of ZVTM views on multiple computers.
|
fr.inria.zvtm.engine |
ZVTM core functionalities.
|
fr.inria.zvtm.engine.portals |
Portals that can be embedded in ZVTM views (to create views within views).
|
fr.inria.zvtm.event |
Provides interfaces and classes for dealing with different types of events fired by ZVTM components.
|
fr.inria.zvtm.lens |
Implementation of the Sigma Lens framework for use with ZVTM views (focus+context representations including distortion/fisheye lenses, speed-coupled blending lenses, and many more).
|
fr.inria.zvtm.widgets |
Specialized versions of conventional Swing widgets to be overlaid on top of ZVTM views, and ZVTM Glyph-based widgets such as pie menus.
|
Constructor and Description |
---|
LensSceneObserver(View observingView,
Camera observingCamera,
Lens observingLens,
VirtualSpace targetVirtualSpace) |
TaggedViewSceneObserver(View observingView,
Camera observingCamera,
HashMap<String,VirtualSpace> t2s) |
ViewSceneObserver(View observingView,
Camera observingCamera,
VirtualSpace targetVirtualSpace) |
Modifier and Type | Method and Description |
---|---|
View |
SlaveUpdater.getLocalView() |
View |
SlaveApp.getView() |
Modifier and Type | Method and Description |
---|---|
void |
SlaveApp.SlaveEventHandler.viewClosing(View v) |
Modifier and Type | Class and Description |
---|---|
class |
EView
An external view (EView) is wrapped in a JFrame window and can be composed of one or several cameras superimposed.
|
class |
PView
A PView is based on a JPanel.
|
Modifier and Type | Field and Description |
---|---|
protected View[] |
VirtualSpaceManager.allViews
All views managed by this VSM
|
View |
ViewPanel.parent
view
|
Modifier and Type | Method and Description |
---|---|
View |
VirtualSpaceManager.getActiveView()
Get currently active view.
|
View |
VCursor.getOwningView()
Get view to which this cursor belongs.
|
View |
Camera.getOwningView()
Get view owning this camera.
|
View |
VirtualSpaceManager.getView(String n)
Get View whose name is n.
|
Modifier and Type | Method and Description |
---|---|
Portal |
VirtualSpaceManager.addPortal(Portal p,
View v)
Add a portal to a View.
|
protected void |
VirtualSpaceManager.addView(View v)
Adds a newly created view to the list of existing views
Side-effect: attempts to start the animation manager
|
protected void |
VirtualSpaceManager.destroyView(View v)
Destroy a view.
|
static void |
Transitions.fadeIn(View v,
int duration)
Makes a view (originally blank) fade in.
|
static void |
Transitions.fadeIn(View v,
int duration,
EndAction action)
Makes a view (originally blank) fade in.
|
static void |
Transitions.fadeOut(View v,
int duration,
Color fadeColor)
Makes a view fade out, and eventually be painted blank.
|
static void |
Transitions.fadeOut(View v,
int duration,
Color fadeColor,
EndAction action)
Makes a view fade out, and eventually be painted blank.
|
ViewPanel |
AgileNewtCanvasFactory.getNewInstance(Vector<Camera> cameras,
View v,
boolean arfome) |
ViewPanel |
AgileGLJPanelFactory.getNewInstance(Vector<Camera> cameras,
View v,
boolean arfome) |
ViewPanel |
AgileGLCanvasFactory.getNewInstance(Vector<Camera> cameras,
View v,
boolean arfome) |
ViewPanel |
PanelFactory.getNewInstance(Vector<Camera> cameras,
View v,
boolean arfome) |
void |
VirtualSpaceManager.repaint(View v)
Ask for View v to be repainted.
|
void |
VirtualSpaceManager.repaint(View v,
RepaintListener rl)
Ask for View v to be repainted.
|
void |
VirtualSpaceManager.setActiveView(View v)
Manually set what view is active.
|
void |
Camera.setOwningView(View vi)
set view owning this camera.
|
void |
ScrollLayer.setView(View v)
Set the view the controlled camera belongs to.
|
Modifier and Type | Method and Description |
---|---|
View |
Portal.getOwningView()
Get the view embedding this portal.
|
Modifier and Type | Method and Description |
---|---|
void |
Portal.setOwningView(View v)
CALLED INTERNALLY - NOT FOR PUBLIC USE
|
void |
CameraPortal.setOwningView(View v)
CALLED INTERNALLY - NOT FOR PUBLIC USE
|
Modifier and Type | Method and Description |
---|---|
void |
ViewListener.viewActivated(View v)
View activated.
|
void |
ViewAdapter.viewActivated(View v) |
void |
ViewListener.viewClosing(View v)
View closing.
|
void |
ViewAdapter.viewClosing(View v) |
void |
ViewListener.viewDeactivated(View v)
View deactivated.
|
void |
ViewAdapter.viewDeactivated(View v) |
void |
ViewListener.viewDeiconified(View v)
View deiconified.
|
void |
ViewAdapter.viewDeiconified(View v) |
void |
ViewListener.viewIconified(View v)
View iconified.
|
void |
ViewAdapter.viewIconified(View v) |
void |
RepaintListener.viewRepainted(View v) |
void |
RepaintAdapter.viewRepainted(View v) |
Modifier and Type | Method and Description |
---|---|
View |
Lens.getOwningView() |
Modifier and Type | Method and Description |
---|---|
static PieMenu |
PieMenuFactory.createPieMenu(String[] labels,
int animLength,
View v)
Standard pie menu creation method.
|
static PieMenu |
PieMenuFactory.createPieMenu(String[] labels,
int animLength,
View v,
Color[] itemColors,
Color[] itembColors,
Color[] itemSColors,
Color[] itembSColors,
Color[] labelColors)
Standard pie menu creation method.
|
static PieMenu |
PieMenuFactory.createPieMenu(String[] labels,
Point2D.Double[] labelOffsets,
int animLength,
View v)
Standard pie menu creation method.
|
static PieMenu |
PieMenuFactory.createPieMenu(String[] labels,
Point2D.Double[] labelOffsets,
int animLength,
View v,
Color[] itemColors,
Color[] itembColors,
Color[] itemSColors,
Color[] itembSColors,
Color[] labelColors)
Standard pie menu creation method.
|
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.