Revision 3035 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/VectorialLegend.java

View differences:

VectorialLegend.java
111 111
	 * @param fieldName Nombre del campo.
112 112
	 */
113 113
	void setLabelField(String fieldName);
114
    
115
    /**
116
     * @param fieldName
117
     */
118
    void setLabelHeightField(String fieldName);
119
    /**
120
     * @param fieldName
121
     */
122
    void setLabelRotationField(String fieldName);
114 123

  
115 124
	/**
116 125
	 * Obtiene el ?ndice del campo que sirve de etiquetado o -1 si no ha sido
......
156 165
    void setXMLEntity03(XMLEntity xml);
157 166

  
158 167
    void useDefaultSymbol(boolean b);
159
    public boolean isBWithHeightText();
160
	public void setBWithHeightText(boolean withHeightText);
168
    /* public boolean isBWithHeightText();
169
	public void setBWithHeightText(boolean withHeightText); */
161 170
	/*
162 171
	 * supplierCardinality 0..*
163 172
	 *

Also available in: Unified diff