Revision 43599 trunk/org.gvsig.desktop/org.gvsig.desktop.library/org.gvsig.symbology/org.gvsig.symbology.lib/org.gvsig.symbology.lib.api/src/main/java/org/gvsig/symbology/SymbologyManager.java

View differences:

SymbologyManager.java
29 29
import java.util.Collection;
30 30

  
31 31
import org.gvsig.fmap.mapcontext.rendering.legend.IInterval;
32
import org.gvsig.fmap.mapcontext.rendering.legend.driver.ILegendReader;
32 33
import org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClass;
33 34
import org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelClassFactory;
34 35
import org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelingMethod;
......
50 51
import org.gvsig.symbology.fmap.mapcontext.rendering.symbol.style.IMask;
51 52
import org.gvsig.symbology.fmap.mapcontext.rendering.symbol.style.ISimpleLineStyle;
52 53
import org.gvsig.symbology.fmap.mapcontext.rendering.symbol.text.ISimpleTextSymbol;
54
import org.gvsig.fmap.mapcontext.rendering.legend.driver.ILegendWriter;
53 55

  
54 56
/**
55 57
 * Basic symbology manager.
......
116 118
     * Creates an instance of a class (provided by this manager) which
117 119
     * implements ILabelClass.
118 120
     *
119
     * @return 
121
     * @return
120 122
     */
121 123
    ILabelClass createDefaultLabel();
122
    
124

  
123 125
    public ILabelClassFactory getDefaultLabelFactory();
124 126

  
125 127
    public void setDefaultLabelFactory(String id);
126 128

  
127 129
    public void setDefaultLabelFactory(ILabelClassFactory factory);
128
    
130

  
129 131
    public PathLength createPathLength(Shape path);
132

  
133
    /**
134
     * @return
135
     */
136
    ILegendWriter getDefaultLegendWriter();
130 137
}

Also available in: Unified diff