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

View differences:

SingleSymbolLegend.java
56 56

  
57 57

  
58 58
/**
59
 * Leyenda se s?mbolo ?nico.
59
 * Implements a legend composed by single symbols.
60
 * 
60 61
 * @author   Vicente Caballero Navarro
61 62
 */
62 63
public class SingleSymbolLegend extends AbstractLegend implements IVectorLegend {
......
64 65
    private int shapeType = FShape.POLYGON; // Por defecto, tipo pol?gono
65 66
	private ZSort zSort;
66 67

  
67

  
68
	/**
69
	 * Constructor method 
70
	 */
68 71
	public SingleSymbolLegend() {	}
69 72

  
70 73

  
71 74
	/**
72
	 * Crea un nuevo SingleSymbolLegend.
75
	 * Constructor method.
73 76
	 *
74 77
	 * @param style S?mbolo.
75 78
	 */

Also available in: Unified diff