Package worldBuilder
Class ExportEngine
- java.lang.Object
-
- worldBuilder.ExportEngine
-
public class ExportEngine extends java.lang.Object
convert MeshPoint attributes into Cartesian tile attributes and pass them to an exporter
-
-
Constructor Summary
Constructors Constructor Description ExportEngine(Map map, double x, double y, double width, double height)
create the initial export selection dialog and register the listeners
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tile_size(int meters)
set the size of a tile for this export
-
-
-
Constructor Detail
-
ExportEngine
public ExportEngine(Map map, double x, double y, double width, double height)
create the initial export selection dialog and register the listeners- Parameters:
map
- ... the map from which we are exportingx
- ... map x of upper left corner of export regiony
- ... map y of upper left corner of export regionwidth
- ... of export region (in xy_units)height
- ... of export region (in xy_units)
-
-