|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttranslate.SVGImporter
public class SVGImporter
Utility class for converting SVG files to the map format. The class assumes that are SVG objects are specified by absolute coordinates.
Field Summary | |
---|---|
private float |
SCALE_FACTOR
the amount to scale the SVG objects |
Constructor Summary | |
---|---|
SVGImporter()
|
Method Summary | |
---|---|
Map |
importSVGMap(MapImporter importer,
java.lang.String fileName)
Converts the specified SVG file into a map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private float SCALE_FACTOR
Constructor Detail |
---|
public SVGImporter()
Method Detail |
---|
public Map importSVGMap(MapImporter importer, java.lang.String fileName)
importer
- - the map loaderfileName
- - te SVG file
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |