Package | Description |
---|---|
fr.inria.zuist.engine |
ZUIST multi-scale scene engine for ZVTM.
|
fr.inria.zvtm.animation |
New ZVTM animation engine based on Sun's Timing framework.
|
fr.inria.zvtm.engine |
ZVTM core functionalities.
|
Modifier and Type | Method and Description |
---|---|
double[] |
ViewSceneObserver.getGlobalView(int d,
EndAction ea)
Get a global view of the scene from this SceneObserver.
|
Modifier and Type | Method and Description |
---|---|
Animation |
AnimationFactory.createCameraAltAnim(int duration,
Camera camera,
double data,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a camera altitude animation
that will not repeat.
|
Animation |
AnimationFactory.createCameraTranslation(int duration,
Camera camera,
Point2D.Double data,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a camera translation that will
not repeat.
|
Animation |
AnimationFactory.createGlyphBorderColorAnim(int duration,
Glyph glyph,
float[] data,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a border fill color animation
that will not repeat.
|
Animation |
AnimationFactory.createGlyphFillColorAnim(int duration,
Glyph glyph,
float[] data,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a glyph fill color animation
that will not repeat.
|
Animation |
AnimationFactory.createGlyphOrientationAnim(int duration,
Glyph glyph,
double data,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a glyph orientation animation
that will not repeat.
|
Animation |
AnimationFactory.createGlyphSizeAnim(int duration,
Glyph glyph,
double data,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a glyph size animation
that will not repeat.
|
Animation |
AnimationFactory.createGlyphTranslation(int duration,
Glyph glyph,
Point2D.Double data,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a glyph translation
that will not repeat.
|
Animation |
AnimationFactory.createLensMagAnim(int duration,
FixedSizeLens lens,
float data,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a lens magnification animation
that will not repeat.
|
Animation |
AnimationFactory.createLensMagRadiusAnim(int duration,
FixedSizeLens lens,
float magData,
int orData,
int irData,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a lens magnification and radii animation
that will not repeat.
|
Animation |
AnimationFactory.createLensRadiusAnim(int duration,
FixedSizeLens lens,
int orData,
int irData,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a lens radii animation
that will not repeat.
|
Animation |
AnimationFactory.createPathAnim(int duration,
DPath path,
Point2D.Double[] data,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a path animation
that will not repeat.
|
Animation |
AnimationFactory.createPortalSizeAnim(int duration,
Portal portal,
int wdata,
int hdata,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a portal size animation
that will not repeat.
|
Animation |
AnimationFactory.createPortalTranslation(int duration,
Portal portal,
Point data,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns a portal translation animation
that will not repeat.
|
Animation |
AnimationFactory.createTranslucencyAnim(int duration,
Translucent translucent,
float data,
boolean relative,
org.jdesktop.animation.timing.interpolation.Interpolator interpolator,
EndAction endAction)
Creates and returns an animation that targets the
alpha property of a Translucent object
|
Modifier and Type | Method and Description |
---|---|
Location |
View.centerOnGlyph(Glyph g,
Camera c,
int d,
boolean z,
float mFactor,
EndAction endAction)
Translates and (un)zooms a camera in order to focus on glyph g
The camera must be used in this view.
|
Location |
View.centerOnRegion(Camera c,
int d,
double x1,
double y1,
double x2,
double y2,
EndAction ea)
Translates and (un)zooms a camera in order to focus on a specific rectangular region
The camera must be used in this view.
|
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,
EndAction action)
Makes a view fade out, and eventually be painted blank.
|
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.