Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / libFMap_dal / src / org / gvsig / fmap / dal / feature / operation / LegendLabelingManagerFactory.java @ 24496

History | View | Annotate | Download (142 Bytes)

1
package org.gvsig.fmap.dal.feature.operation;
2

    
3
public interface LegendLabelingManagerFactory {
4

    
5
        public LegendLabelingManager newManager();
6
}