Maven module :un.api : api-display :
Class : un.api.model2d.Model2DStore
Extends/Implements : un.api.store.Store
Subclasses : -

TODO
Draft API for vector type formats :
SVG, VML, PS, PDF, ...
http://en.wikipedia.org/wiki/List_of_vector_graphics_markup_languages#Vector_formats
author  Johann Sorel


Variables : -
Functions : createPainter, paint




Create a painter which will write in the store.
return  Painter2D
Painter2D createPainter ()


Render the content of the store on given painter.
param  painter
throws  IOException
void paint (Painter2D painter)