JavaXT
|
|
RasterMap ClassEnter class description
Constructors RasterMap( double minX, double minY, double maxX, double maxY, BufferedImage bufferedImage )
Public MethodsInsert( Point[] Coordinates, Style style ) returns void Used to insert a "feature" into the map Insert( String Coordinates, Style style ) returns void Used to insert a "feature" into the map getBufferedImage( double minX, double minY, double maxX, double maxY, int width, int height ) returns BufferedImage |