Statistics
| Revision:

root / trunk / libraries / libFMap / src / com / iver / cit / gvsig / fmap / rendering / IntervalLegend.java @ 322

History | View | Annotate | Download (459 Bytes)

1
/* Generated by Together */
2

    
3
package com.iver.cit.gvsig.fmap.rendering;
4

    
5
import com.iver.cit.gvsig.fmap.rendering.styling.FStyle2D;
6

    
7

    
8
public interface IntervalLegend extends ClassifiedLegend {
9
    /**
10
     * Establece el s?mbolo asociado al intervalo 
11
     */
12
    void setIntervalSymbol(FInterval i, FStyle2D value);
13

    
14
    /**
15
     * Cambia el intervalo index-?simo del array de intervalos 
16
     */
17
    void changeInterval(int index, FInterval newInterval);
18
}