Revision 11853 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/rendering/ZSort.java

View differences:

ZSort.java
42 42

  
43 43
import java.util.Hashtable;
44 44
import java.util.Iterator;
45
import java.util.logging.Level;
46
import java.util.logging.Logger;
45 47

  
46 48
import com.iver.cit.gvsig.fmap.core.IFeature;
47 49
import com.iver.cit.gvsig.fmap.core.symbols.IMultiLayerSymbol;
......
160 162
		}
161 163
		return out;
162 164
	}
163
//	public void setLevelToSymbol(ISymbol layer, int newLevel) {
164
//		if (levelCount < newLevel) {
165
//			levelCount  = newLevel;
166
//		}
167
//		symbolLevels.put(layer, new Integer(newLevel));
168
//	}
169 165

  
170
//	public int getLevelCount() {
171
//		return levelCount;
172
//	}
173
//
174
//	public void clear() {
175
//		levelCount = 0;
176
//		symbolLevels.clear();
177
//
178
//	}
179 166
}

Also available in: Unified diff