Statistics
| Revision:

root / tags / v2_0_0_Build_2031 / libraries / org.gvsig.symbology / org.gvsig.symbology.lib / org.gvsig.symbology.lib.impl / src / main / java / org / gvsig / symbology / fmap / mapcontext / rendering / symbol / style / ArrowDecoratorStyle.java @ 36104

History | View | Annotate | Download (12.7 KB)

  • svn:mime-type: text/plain
# Date Author Comment
36104 08/12/2011 02:19 PM fdiaz

gvsig-desktop 2.0.0 build 2031

35759 07/15/2011 12:15 PM fdiaz

Invocación previamente quitada al método getShape() de la Geometry en el método draw.

35618 06/30/2011 01:33 PM fdiaz

gvsig-desktop#15553
Partially applied patch

35617 06/30/2011 01:04 PM fdiaz

gvsig-desktop#15553
Fixed the bug "Arrow symbol isn't drawn"

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]

34294 12/21/2010 10:49 AM fdiaz

Symbology project refactoring