Statistics
| Revision:

root / tags / v2_0_0_Build_2057 / libraries / org.gvsig.symbology / org.gvsig.symbology.lib / org.gvsig.symbology.lib.impl / src / main / java / org / gvsig / symbology / fmap / mapcontext / rendering / symbol / fill @ 39193

# Date Author Comment
39193 11/05/2012 06:05 PM Juan Lucas Domínguez

gvSIG 2.0.0 build 2057 (devel)

37201 11/10/2011 01:45 PM Jorge Piera

Remove the Geometry.CloneGeometry() usages [gvsig-desktop #15953]

37149 10/27/2011 09:14 AM fdiaz

Clonada la geometría en el método draw

36665 09/29/2011 02:49 PM Cesar Ordiñana

Move symbol color logic to the SymbolManager, and take into account the random fill color preference

35472 06/14/2011 12:23 PM Jorge Piera

The GeneralPathX uses point's instead of array of doubles. [gvsig-desktop #15384]

35346 05/31/2011 04:34 PM Jorge Piera

The Geometry interface inherits of the awt.Shape interface and this inheritance is going to be deleted in a future. This commit adds a new method getShape that returns an awt.Shape and replace all the usage of the Shape interface by an invocation of the getShape method. The idea is to have a control of the usage of this method and remove it in a future [gvsig-desktop #15383]

34297 12/21/2010 12:07 PM fdiaz

Fix register symbols

34294 12/21/2010 10:49 AM fdiaz

Symbology project refactoring