Revision 2167 branches/CqCMSDvp/libraries/libCq CMS for java.old/src/org/cresques/ui/raster/RasterTransparencyPanel.java

View differences:

RasterTransparencyPanel.java
19 19
	
20 20
	String 						nom = "Transparencia";
21 21
	FilterRasterDialogPanel 	parent = null;
22
	private int 				nBands = 3;
22
	public int 					nBands = 3;
23 23
	private String[]			nameBands = {"Rojo","Verde","Azul"};				
24 24
	
25 25
	private JPanel jPanel = null;
......
27 27
	private JPanel jPanel2 = null;
28 28
	private JPanel jPanel3 = null;
29 29
	private JCheckBox cbTransparencia = null;
30
	private JLabel jLabel = null;
30
	public JLabel jLabel = null;
31 31
	private JTextField tRojo = null;
32
	private JLabel jLabel1 = null;
32
	public JLabel jLabel1 = null;
33 33
	private JTextField tVerde = null;
34
	private JLabel jLabel2 = null;
34
	public JLabel jLabel2 = null;
35 35
	private JTextField tAzul = null;
36
	private JPanel jPanel4 = null;
36
	public JPanel jPanel4 = null;
37 37
	private JCheckBox cbOpacidad = null;
38 38
	private JSlider slOpacidad = null;
39 39
	private JTextField tOpacidad = null;
40 40
	private JPanel jPanel5 = null;
41
	private JLabel jLabel3 = null;
41
	public JLabel jLabel3 = null;
42 42
	
43 43
	public RasterTransparencyPanel(FilterRasterDialogPanel parent){
44 44
		this.parent = parent;

Also available in: Unified diff