Revision 1853 org.gvsig.legend.heatmap/trunk/org.gvsig.legend.heatmap/org.gvsig.legend.heatmap.lib/org.gvsig.legend.heatmap.lib.api/src/main/java/org/gvsig/legend/heatmap/lib/api/HeatmapLegend.java

View differences:

HeatmapLegend.java
11 11

  
12 12
    public void setColorTable(Color[] colorTable);
13 13

  
14
    public void setColorTable(int numColor, Color first, Color last);
14
    public void setColorTable(int numColors, Color coldColor, Color hotColor);
15 15

  
16 16
    public Color[] getSourceColorTable();
17 17

  
......
34 34
    public boolean useAlphaInColorTable();
35 35

  
36 36
    public boolean setUseAlphaInColorTable(boolean use);
37

  
38
    public int getRampNumColors();
39

  
40
    public Color getRampColdColor();
41

  
42
    public Color getRampHotColor();
43

  
37 44
}

Also available in: Unified diff