Revision 42023 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.mapcontext/org.gvsig.fmap.mapcontext.api/src/main/java/org/gvsig/fmap/mapcontext/rendering/symbols/impl/DefaultSymbolManager.java

View differences:

DefaultSymbolManager.java
20 20
 * For any additional information, do not hesitate to contact us at info AT
21 21
 * gvsig.com, or visit our website www.gvsig.com.
22 22
 */
23
package org.gvsig.fmap.mapcontext.rendering.symbols.impl;
24

  
23 25
/*
24
 * AUTHORS (In addition to CIT):
25
 * 2009 {DiSiD Technologies}  {{Task}}
26
 * 
27
 **************************************************************
26
 * Based on portions of code from www.ColorBrewer.org
27
 *
28 28
 * Colors from www.ColorBrewer.org by Cynthia A. Brewer,
29 29
 * Geography, Pennsylvania State University.
30 30
 * Using groups of 4 colors from the 9 Diverging Schemes
31 31
 * 4 * 9 = 36 colors
32
 **************************************************************
33
 * 
34 32
 */
35
package org.gvsig.fmap.mapcontext.rendering.symbols.impl;
36 33

  
34

  
37 35
import java.awt.Color;
38 36
import java.io.File;
39 37
import java.io.FileFilter;

Also available in: Unified diff