Revision 21298 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/rendering/legend/IClassifiedVectorLegend.java

View differences:

IClassifiedVectorLegend.java
54 54

  
55 55
	/**
56 56
	 * Returns the name of the field
57
	 * 
57
	 *
58 58
	 * @return Name of the field.
59
	 * 
59
	 *
60 60
	 * TODO refactor to allow more than one field name
61 61
	 */
62 62
	public abstract String[] getClassifyingFieldNames();
......
86 86
	public abstract void delSymbol(Object key);
87 87

  
88 88
	/**
89
	 * Removes <b>oldSymbol</b> from the Legend and substitutes it with the <b>newSymbol</b> 
89
	 * Removes <b>oldSymbol</b> from the Legend and substitutes it with the <b>newSymbol</b>
90 90
	 * @param oldSymbol
91 91
	 * @param newSymbol
92 92
	 */
93 93
	public abstract void replace(ISymbol oldSymbol, ISymbol newSymbol);
94 94

  
95
	public int[] getClassifyingFieldTypes();
96
	
97
	public void setClassifyingFieldTypes(int[] fieldTypes);
95
	public String[] getClassifyingFieldTypes();
96

  
97
	public void setClassifyingFieldTypes(String[] fieldTypes);
98 98
}

Also available in: Unified diff