Statistics
| Revision:

svn-gvsig-desktop / branches / org.gvsig.desktop-2018a / org.gvsig.desktop.compat.cdc / org.gvsig.fmap.mapcontext / org.gvsig.fmap.mapcontext.api / src / main / java / org / gvsig / raster / lib / legend / api / colortable / colortableclass / ColorTableClassNotification.java @ 43803

History | View | Annotate | Download (469 Bytes)

1
package org.gvsig.raster.lib.legend.api.colortable.colortableclass;
2

    
3

    
4
public interface ColorTableClassNotification {
5

    
6
    public final static String SETTED_COLOR = "setted_color_in_class_notification";
7
    public final static String SETTED_INTERPOLATED = "setted_interpolated_in_class_notification";
8
    public final static String SETTED_VALUE = "setted_value_in_class_notification";
9
    public final static String SETTED_NAME = "setted_name_in_class_notification";
10

    
11
}