Statistics
| Revision:

root / trunk / libraries / libDataSource / src / org / gvsig / data / datastores / vectorial / driver / IDefaultLegend.java @ 19399

History | View | Annotate | Download (161 Bytes)

1
package org.gvsig.data.datastores.vectorial.driver;
2

    
3
public interface IDefaultLegend {
4
        Object getDefaultLegend();
5
        Object getDefaultLabelingStrategy();
6
}