Revision 8658 trunk/extensions/extGraph_predes/src/com/iver/cit/gvsig/fmap/core/symbols/AbstractFillSymbol.java

View differences:

AbstractFillSymbol.java
43 43
*
44 44
* $Id$
45 45
* $Log$
46
* Revision 1.3  2006-11-06 07:33:54  jaume
46
* Revision 1.4  2006-11-09 18:39:05  jaume
47
* *** empty log message ***
48
*
49
* Revision 1.3  2006/11/06 07:33:54  jaume
47 50
* javadoc, source style
48 51
*
49 52
* Revision 1.2  2006/10/31 16:16:34  jaume
......
63 66
import com.iver.cit.gvsig.fmap.core.ISymbol;
64 67

  
65 68
public abstract class AbstractFillSymbol implements ISymbol {
66
	Color color;
67
	Color outline; // TODO aix? canviar? a AbsrtactLineSymbol quan existisca
69
	Color color = Color.WHITE;
70
	Color outline = Color.BLACK; // TODO aix? canviar? a AbsrtactLineSymbol quan existisca
68 71
	protected boolean isShapeVisible;
69 72
	protected String desc;
70 73
	protected ISymbol[] layers;
......
92 95
			return null;
93 96
		}
94 97
	}
98

  
99
	public int getOnePointRgb() {
100
		return outline.getRGB();
101
	}
95 102
}

Also available in: Unified diff