Statistics
| Revision:

svn-document-layout / trunk / org.gvsig.layout / org.gvsig.layout.app / org.gvsig.layout.app.configurablelegend / src / main / java / org / gvsig / layout / configurablelegend / LeafEntry.java @ 793

History | View | Annotate | Download (98 Bytes)

1

    
2
package org.gvsig.layout.configurablelegend;
3

    
4

    
5
public interface LeafEntry extends Entry {
6
    
7
}