Revision 14421

View differences:

trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/GraduatedSymbolLegend.java
77 77

  
78 78

  
79 79
/**
80
 * <p>GraduatedSymbolLegend isa legend that allows to classify ranges of
80
 * <p>GraduatedSymbolLegend is a legend that allows to classify ranges of
81 81
 * values using a value with symbol sizes.<b>
82 82
 * </p>
83 83
 * <p>
......
209 209
		return theSymbol;
210 210
	}
211 211

  
212
	/**
213
	 * Sets the default symbol.
214
	 * @param symbol
215
	 */
212 216
	public void setTemplateSymbol(ISymbol symbol) {
213 217
		this.templateSymbol = symbol;
214 218
	}
215
	
219
	/**
220
	 * Obtains the template symbol
221
	 * @return
222
	 */
216 223
	public ISymbol getTemplateSymbol() {
217 224
		return templateSymbol;
218 225
	}

Also available in: Unified diff