Statistics
| Revision:

svn-gvsig-desktop / trunk / org.gvsig.desktop / org.gvsig.desktop.library / org.gvsig.symbology / org.gvsig.symbology.lib / org.gvsig.symbology.lib.impl / src / main / java / org / gvsig / symbology / fmap / mapcontext / rendering / symbol / line / impl / AbstractLineSymbol.java @ 43510

History | View | Annotate | Download (13.4 KB)

  • svn:mime-type: text/plain
# Date Author Comment
43510 09/21/2017 12:36 PM Joaquín del Cerro Murciano

refs #4670. Corregidas comprobaciones con el tipo de geometria.
He buscado CURVE por todo org.gvsig.desktop y repasadas las comprobaciones con el tipo de geometria.
Ademas en un "ya que pasaba por ahi", he borrado el proyecto de la edicion vieja y el de mapcontext.operation, y he borrado las clases de simbologia y etiquetado de gvSIG 1 (FGraphicUtilities, FLabel, FSymbol y FSymbolFactory)

42646 01/19/2016 05:30 PM Daniel Martinez

refs #4018 Now Line and Polygon are accepted as valid geometries for the symbols

41054 01/20/2014 11:23 AM Juan Lucas Domínguez

#257 Changing symbol size when drawing inside a rectangle. This is not thread-safe (we already have a case like this when using the 'setCartographicSize' method). In order to prevent problems, the symbol is cloned when drawing it in the TOC. Also, there is a small change to improve how the decorator is drawn, to prevent a half-hidden image at the corner of the rectangle.

40560 07/29/2013 05:47 AM Joaquín del Cerro Murciano

Fix headers and license

40435 07/01/2013 07:32 AM Joaquín del Cerro Murciano

Move version 2.1.0 to the trunk