Package | Description |
---|---|
fr.inria.zvtm.engine |
ZVTM core functionalities.
|
fr.inria.zvtm.svg |
Import and export SVG documents to/from virtual spaces.
|
Modifier and Type | Method and Description |
---|---|
Vector<VSegment> |
Picker.getIntersectingSegments(Camera c,
int tolerance)
Get a list of all VSegments picked at the picker's current coordinates.
|
static Vector<VSegment> |
Picker.getIntersectingSegments(Camera c,
int x,
int y,
int tolerance)
Get a list of all VSegments picked at a given set of coordinates.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Picker.intersectsSegment(VSegment s,
int tolerance,
int camIndex)
Tells whether the picker is hovering a particular VSegment or not.
|
static boolean |
Picker.intersectsSegment(VSegment s,
int x,
int y,
int tolerance,
int camIndex)
Tells whether the picker is hovering a particular VSegment or not.
|
Modifier and Type | Method and Description |
---|---|
static VSegment |
SVGReader.createLine(Element e)
Create a VSegment from an SVG line element.
|
static VSegment |
SVGReader.createLine(Element e,
Context ctx)
Create a VSegment from an SVG line element.
|
static VSegment |
SVGReader.createLine(Element e,
Context ctx,
boolean meta)
Create a VSegment from an SVG line element.
|
static VSegment[] |
SVGReader.createPolyline(Element e)
Create a set of VSegments from an SVG polyline element.
|
static VSegment[] |
SVGReader.createPolyline(Element e,
Context ctx)
Create a set of VSegments from an SVG polyline element.
|
static VSegment[] |
SVGReader.createPolyline(Element e,
Context ctx,
boolean meta)
Create a set of VSegments from an SVG polyline element.
|
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.