Package | Description |
---|---|
fr.inria.zvtm.animation |
New ZVTM animation engine based on Sun's Timing framework.
|
fr.inria.zvtm.engine |
ZVTM core functionalities.
|
fr.inria.zvtm.glyphs |
ZVTM glyphs (graphical objects).
|
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.svg |
Import and export SVG documents to/from virtual spaces.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Vector<DPath> |
PickerVS.getIntersectingPaths(Camera c)
Get a list of all DPaths picked at the picker's current coordinates.
|
Vector<DPath> |
PickerVS.getIntersectingPaths(Camera c,
int tolerance)
Get a list of all DPaths picked at the picker's current coordinates.
|
static Vector<DPath> |
PickerVS.getIntersectingPaths(Camera c,
int tolerance,
double x,
double y,
boolean onlyGlyphsInViewport)
Get a list of all DPaths picked at a given set of coordinates.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
PickerVS.intersectsPath(DPath p,
int tolerance,
double x,
double y,
Graphics2D g2d)
Tells whether the picker is hovering a particular DPath or not.
|
boolean |
PickerVS.intersectsPath(DPath p,
int tolerance,
Graphics2D g2d)
Tells whether the picker is hovering a particular DPath or not.
|
Modifier and Type | Method and Description |
---|---|
static Point2D.Double[] |
DPath.getFlattenedCoordinates(DPath path,
Point2D.Double startPoint,
Point2D.Double endPoint,
boolean abs)
Calculates coordinates of all DPath's points (including control points) to display the DPath as a line.
|
Modifier and Type | Method and Description |
---|---|
void |
RouteLens.addRoute(DPath route)
*@param route a route that should influence the lens' position.
|
void |
RouteLens.removeRoute(DPath route) |
Modifier and Type | Method and Description |
---|---|
static DPath |
SVGReader.createPath(Element e,
DPath ph)
Create a DPath from an SVG text element.
|
static DPath |
SVGReader.createPath(Element e,
DPath ph,
Context ctx)
Create a DPath from an SVG text element.
|
static DPath |
SVGReader.createPath(Element e,
DPath ph,
Context ctx,
boolean meta)
Create a DPath from an SVG text element.
|
static DPath |
SVGReader.createPath(String d,
DPath ph)
Create a DPath from an SVG text element.
|
static DPath |
SVGReader.createPath(String d,
DPath ph,
Context ctx)
Create a DPath from an SVG text element.
|
static DPath |
SVGReader.createPath(String d,
DPath ph,
Context ctx,
boolean meta)
Create a DPath from an SVG text element.
|
Modifier and Type | Method and Description |
---|---|
static DPath |
SVGReader.createPath(Element e,
DPath ph)
Create a DPath from an SVG text element.
|
static DPath |
SVGReader.createPath(Element e,
DPath ph,
Context ctx)
Create a DPath from an SVG text element.
|
static DPath |
SVGReader.createPath(Element e,
DPath ph,
Context ctx,
boolean meta)
Create a DPath from an SVG text element.
|
static DPath |
SVGReader.createPath(String d,
DPath ph)
Create a DPath from an SVG text element.
|
static DPath |
SVGReader.createPath(String d,
DPath ph,
Context ctx)
Create a DPath from an SVG text element.
|
static DPath |
SVGReader.createPath(String d,
DPath ph,
Context ctx,
boolean meta)
Create a DPath from an SVG text element.
|
String |
SVGWriter.getSVGPathCoordinates(DPath p)
Serialze a DPath's cordinates.
|
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.