Statistics
| Revision:

root / tags / v2_0_0_Build_2011 / libraries / libFMap_mapcontext / src / org / gvsig / fmap / mapcontext / impl / DefaultMapContextDrawer.java @ 33562

History | View | Annotate | Download (16.2 KB)

  • svn:mime-type: text/plain
# Date Author Comment
33562 09/23/2010 04:23 PM Cesar Ordiñana

gvSIG 2.0.0 build 2011

30304 07/31/2009 03:25 PM Jose Manuel Vivó Arnal

Fixed a refresh problem.

see #2138

30011 07/17/2009 01:07 PM Cesar Ordiñana

Separate the simbology, legend and labeling API from the implementation in MapContext and move the implementation to a new extension.
Create the api for the GraphicsLayer and a new implementation based on DAL.

29726 07/03/2009 09:27 AM Vicente Caballero

#1506

29274 06/08/2009 07:14 PM Juan Lucas Domínguez

Se evita uso de constructor de BufferedImage (ahora con libCompat). No se han reemplazado los casos relacionados con simbología (ver https://gvsig.org/web/production/proyectos/mobile-pda/docs/papers-and-drafts/compat_nucleo_se_cdc/compat_mapcontext_se_cdc/compat_buffered_image )

29272 06/08/2009 07:04 PM Juan Lucas Domínguez

Evita uso de PrintRequestAttributeSet y PrintQuality. No se ha hecho el cambio en las clases que implementan IPrintable porque son de simbología y está por ver qué ocurre con todo lo relacionado con simbologia.

28882 05/19/2009 02:45 PM Cesar Ordiñana

Default MapContextDrawer implementation made pluggable through the creation of a new MapContextManager/Locator.

26225 01/27/2009 12:06 PM Jose Manuel Vivó Arnal

Migrated MapcontextDrawer from trunk