Revision 20057 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/enhanced/ui/GraphicsPanel.java

View differences:

GraphicsPanel.java
49 49
 * @author Nacho Brodin nachobrodin@gmail.com
50 50
 */
51 51
public class GraphicsPanel extends JPanel implements IUserPanelInterface, KeyListener {
52
	private static final long            serialVersionUID   = 1L;
53
	private InputHistogram               input              = null;
54
	private OutputHistogram              output             = null;
55
	private JPanel                       controls           = null;
56
	
57
	private JLabel                       llevels            = null;
58
	private JFormattedTextField          tlevels            = null;
59
	private JCheckBox                    cbRGB              = null;
52
	private static final long   serialVersionUID = 1L;
53
	private InputHistogram      input            = null;
54
	private OutputHistogram     output           = null;
55
	private JPanel              controls         = null;
60 56

  
61
	private Histogram                    hist               = null;
62
	private Histogram                    histRGB            = null;
63
	private int[]                        renderBands        = null;
64
	
65
	private double[]                     minList            = null;
66
	private double[]                     maxList            = null;
57
	private JLabel              llevels          = null;
58
	private JFormattedTextField tlevels          = null;
59
	private JCheckBox           cbRGB            = null;
67 60

  
61
	private Histogram           hist             = null;
62
	private Histogram           histRGB          = null;
63
	private int[]               renderBands      = null;
64

  
65
	private double[]            minList          = null;
66
	private double[]            maxList          = null;
67

  
68 68
	/**
69 69
	 * Crea una instancia del panel GraphicsPanel
70
	 *
71 70
	 */
72 71
	public GraphicsPanel(FLyrRasterSE lyr) {
73 72
		try {

Also available in: Unified diff