Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / libUIComponent / src / org / gvsig / gui / ColorTablesFactory.java @ 38371

History | View | Annotate | Download (141 Bytes)

1
package org.gvsig.gui;
2

    
3
import java.util.List;
4

    
5
public interface ColorTablesFactory {
6
        public List<ColorTablePainter> createColorTables();
7
}