Revision 1846 org.gvsig.legend.aggregate/trunk/org.gvsig.legend.aggregate/org.gvsig.legend.aggregate.lib/org.gvsig.legend.aggregate.lib.api/src/main/java/org/gvsig/legend/aggregate/lib/api/AggregateLegendManager.java

View differences:

AggregateLegendManager.java
22 22
 */
23 23
package org.gvsig.legend.aggregate.lib.api;
24 24

  
25
import java.util.Collection;
25 26
import org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyle;
26 27

  
27 28

  
......
39 40
    public ILabelStyle getDefaultLabelStyle();
40 41
    
41 42
    public void setDefaultLabelStyle(ILabelStyle defaultLabelStyle);
43

  
44
    public Operation getDefaultOperation();
45

  
46
    void addOperation(Operation operation);
47
    
48
    public Collection<Operation> getOperations();
42 49
}

Also available in: Unified diff