Revision 13589 trunk/extensions/extRasterTools-SE/src/org/gvsig/fmap/raster/layers/IRasterLayerActions.java

View differences:

IRasterLayerActions.java
26 26
 *
27 27
 */
28 28
public interface IRasterLayerActions {
29
	public static int             ZOOM_PIXEL_RESOLUTION = 0;
30
	public static int             CUTTING = 1;
31
	public static int             HISTOGRAM = 2;
32
	public static int             RASTER_PROPERTIES = 3;
33
	public static int             SAVEAS = 4;
34
	public static int             FILTER = 5;
35
	public static int             COLOR_TABLE = 6;
36
	public static int             FLYRASTER_BAR_TOOLS = 7;
29
	public static int ZOOM_PIXEL_RESOLUTION      = 0;
30
	public static int CUTTING                    = 1;
31
	public static int HISTOGRAM                  = 2;
32
	public static int RASTER_PROPERTIES          = 3;
33
	public static int SAVEAS                     = 4;
34
	public static int FILTER                     = 5;
35
	public static int COLOR_TABLE                = 6;
36
	public static int FLYRASTER_BAR_TOOLS        = 7;
37

  
38
	// Panel de propiedades
39

  
40
	// Pesta?a de bandas
41
	public static int PROPERTIES_BANDS_FILE_LIST = 8;
42
	public static int PROPERTIES_BANDS_RGB       = 9;
43

  
44
	// Pesta?a de transparencia
45
	public static int PROPERTIES_TRANSPARENCY    = 10;
46
	public static int PROPERTIES_OPACITY         = 11;
37 47
	
38 48
	/**
39 49
	 * Controla si una acci?n est? activa o no para una determinada capa. De esta forma 

Also available in: Unified diff