Revision 1847 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
13 13

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

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

  
18
    public Color[] getTargetColorTable();
19

  
18 20
    public boolean useRamp();
19
    
21

  
20 22
    public String getFieldName();
21
    
23

  
22 24
    public void setFieldName(String fieldName);
23
    
25

  
24 26
    public int getColorTableHotColorAlpha();
25 27

  
26 28
    public void setColorTableHotColorAlpha(int colorTableHotColorAlpha);

Also available in: Unified diff