Revision 13932 trunk/libraries/libUIComponent/src/org/gvsig/gui/beans/graphic/GraphicChartPanel.java

View differences:

GraphicChartPanel.java
116 116
				
117 117
				Image img = new ImageIcon(getClass().getResource("images/splash.png")).getImage();
118 118
				plot.setBackgroundPaint(null);
119
				plot.setBackgroundAlpha(0.5f);
119
				plot.setBackgroundImageAlpha(0.18f);
120 120
				plot.setBackgroundImage(img);
121 121
		}
122 122

  

Also available in: Unified diff