Revision 13717

View differences:

trunk/extensions/extRemoteSensing/src/es/idr/teledeteccion/classification/gui/ClassificationPanel.java
177 177
		this.setBorder(new CompoundBorder(topBorder,new EmptyBorder(10,10,10,10)));
178 178
		this.add(getPanelSuperior(),BorderLayout.NORTH);
179 179
		this.add(getPanelCentral(),BorderLayout.CENTER);
180
		addRowToTable(new Color(255,0,0), "Default", new Boolean(false));
181
		addRowToTable(new Color(0,255,0), "Default2", new Boolean(false));
182
	 
180
		addRowToTable(new Color(255,0,0), "Asfalto", new Boolean(false));
181
		addRowToTable(new Color(0,255,0), "Vegetacion", new Boolean(false));
182
		addRowToTable(new Color(0,0,255), "Borde", new Boolean(false));
183 183
	}
184 184

  
185 185
	
......
603 603
				
604 604
				
605 605
					
606
					// Para el grid de asfalto
606
					// Para el grid del borde(negro)
607 607
					grid3.getRasterBuf().setLineInBandByte(new byte[]{1,0,2}, 0, 0);
608 608
					grid3.getRasterBuf().setLineInBandByte(new byte[]{1,1,0}, 1, 0);
609 609
					grid3.getRasterBuf().setLineInBandByte(new byte[]{0,0,1}, 2, 0);

Also available in: Unified diff