Revision 22465 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/SingleSymbolLegend.java

View differences:

SingleSymbolLegend.java
91 91
		}
92 92
	}
93 93

  
94

  
95 94
	public void setDefaultSymbol(ISymbol s) {
96 95
		if (s == null) throw new NullPointerException("Default symbol cannot be null");
97 96
		setShapeType(s.getSymbolType());

Also available in: Unified diff