Revision 43491 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/fill/impl/MarkerFillSymbol.java

View differences:

MarkerFillSymbol.java
21 21
 * For any additional information, do not hesitate to contact us
22 22
 * at info AT gvsig.com, or visit our website www.gvsig.com.
23 23
 */
24
/* CVS MESSAGES:
25
*
26
* $Id: MarkerFillSymbol.java 16176 2007-11-08 16:07:26Z jdominguez $
27
* $Log$
28
* Revision 1.19  2007-09-21 12:25:32  jaume
29
* cancellation support extended down to the IGeometry and ISymbol level
30
*
31
* Revision 1.18  2007/09/20 11:53:11  jvidal
32
* bug solved
33
*
34
* Revision 1.16  2007/08/09 10:39:41  jaume
35
* first round of found bugs fixed
36
*
37
* Revision 1.15  2007/08/08 12:04:05  jvidal
38
* javadoc
39
*
40
* Revision 1.14  2007/08/03 09:22:09  jaume
41
* refactored class names
42
*
43
* Revision 1.13  2007/08/02 11:13:50  jaume
44
* char encoding fix
45
*
46
* Revision 1.12  2007/08/01 11:45:59  jaume
47
* passing general tests (drawing test yet missing)
48
*
49
* Revision 1.11  2007/07/23 06:52:25  jaume
50
* default selection color refactored, moved to MapContext
51
*
52
* Revision 1.10  2007/05/28 15:36:42  jaume
53
* *** empty log message ***
54
*
55
* Revision 1.9  2007/05/08 08:47:40  jaume
56
* *** empty log message ***
57
*
58
* Revision 1.8  2007/03/28 16:48:14  jaume
59
* *** empty log message ***
60
*
61
* Revision 1.7  2007/03/26 14:25:17  jaume
62
* implements IPrintable
63
*
64
* Revision 1.6  2007/03/21 17:36:22  jaume
65
* *** empty log message ***
66
*
67
* Revision 1.5  2007/03/13 16:58:36  jaume
68
* Added QuantityByCategory (Multivariable legend) and some bugfixes in symbols
69
*
70
* Revision 1.4  2007/03/09 11:20:57  jaume
71
* Advanced symbology (start committing)
72
*
73
* Revision 1.2.2.4  2007/02/16 10:54:12  jaume
74
* multilayer splitted to multilayerline, multilayermarker,and  multilayerfill
75
*
76
* Revision 1.2.2.3  2007/02/15 16:23:44  jaume
77
* *** empty log message ***
78
*
79
* Revision 1.2.2.2  2007/02/12 15:15:20  jaume
80
* refactored interval legend and added graduated symbol legend
81
*
82
* Revision 1.2.2.1  2007/02/09 07:47:05  jaume
83
* Isymbol moved
84
*
85
* Revision 1.2  2007/01/10 16:39:41  jaume
86
* ISymbol now belongs to com.iver.cit.gvsig.fmap.core.symbols package
87
*
88
* Revision 1.1  2007/01/10 16:31:36  jaume
89
* *** empty log message ***
90
*
91
* Revision 1.10  2006/11/09 18:39:05  jaume
92
* *** empty log message ***
93
*
94
* Revision 1.9  2006/11/09 10:22:50  jaume
95
* *** empty log message ***
96
*
97
* Revision 1.8  2006/11/08 13:05:51  jaume
98
* *** empty log message ***
99
*
100
* Revision 1.7  2006/11/08 10:56:47  jaume
101
* *** empty log message ***
102
*
103
* Revision 1.6  2006/11/07 08:52:30  jaume
104
* *** empty log message ***
105
*
106
* Revision 1.5  2006/11/06 17:08:45  jaume
107
* *** empty log message ***
108
*
109
* Revision 1.4  2006/11/06 16:06:52  jaume
110
* *** empty log message ***
111
*
112
* Revision 1.3  2006/11/06 07:33:54  jaume
113
* javadoc, source style
114
*
115
* Revision 1.2  2006/10/31 16:16:34  jaume
116
* *** empty log message ***
117
*
118
* Revision 1.1  2006/10/30 19:30:35  jaume
119
* *** empty log message ***
120
*
121
*
122
*/
24

  
123 25
package org.gvsig.symbology.fmap.mapcontext.rendering.symbol.fill.impl;
124 26

  
125 27
import java.awt.Color;

Also available in: Unified diff