Revision 12504 trunk/extensions/extRasterTools-SE/src/org/gvsig/rastertools/colortable/ui/ColorTableIconPainter.java

View differences:

ColorTableIconPainter.java
48 48
		colorTable.setInterpolated(value);
49 49
	}
50 50

  
51
	public ArrayList getColorItems() {
52
		return colorItems;
53
	}
54

  
51 55
	public void paint(Graphics2D g, boolean isSelected) {
52 56
		Shape clip = g.getClip();
53 57
		Rectangle area = clip.getBounds();

Also available in: Unified diff