Revision 1717 org.gvsig.raster.georeferencing/trunk/org.gvsig.raster.georeferencing/org.gvsig.raster.georeferencing.swing/org.gvsig.raster.georeferencing.swing.api/src/main/java/org/gvsig/raster/georeferencing/swing/GeoreferencingOptionsDataModel.java

View differences:

GeoreferencingOptionsDataModel.java
135 135
	 * Obtiene el color de fondo
136 136
	 * @return
137 137
	 */
138
	public Color getBackGroundColor();
138
	public Color getBackgroundColor();
139 139
	
140 140
	/**
141 141
	 * Asigna el color del texto
......
210 210
	 * @return true si se muestra y false si no
211 211
	 */
212 212
	public boolean isShowNumber();
213
	
214
	/**
215
	 * Obtiene el umbral de error a partir del cual se iluminan en rojo en la tabla
216
	 * @return double con el valor del umbral
217
	 */
218
	public double getThreshold();
219
	
220
	/**
221
	 * Consulta si los errores se escriben en el fichero CSV
222
	 * @return true si se escriben en el fichero y false si no se hace
223
	 */
224
	public boolean isAddErrorsCSV();
225
	
226
	/**
227
	 * Asigna el umbral de error a partir del cual se iluminan en rojo en la tabla
228
	 * @param double con el valor del umbral
229
	 */
230
	public void setThreshold(double threshold);
213 231
}

Also available in: Unified diff