Author: nbelaevski
Date: 2007-10-21 11:01:04 -0400 (Sun, 21 Oct 2007)
New Revision: 3457
Modified:
trunk/ui/paint2D/src/main/config/component/paint2D.xml
Log:
Legacy ".class" removed from UI config files
Modified: trunk/ui/paint2D/src/main/config/component/paint2D.xml
===================================================================
--- trunk/ui/paint2D/src/main/config/component/paint2D.xml 2007-10-21 15:00:40 UTC (rev
3456)
+++ trunk/ui/paint2D/src/main/config/component/paint2D.xml 2007-10-21 15:01:04 UTC (rev
3457)
@@ -62,7 +62,7 @@
The method calls expression to paint Image on prepared Buffered image. It must have
two parameters with a type of java.awt.Graphics2D (graphics to paint) and Object (restored
from URI "data" property).
For painting used 32-bit RGBA color model (for 8-bit images used Diffusion filtration
before sending)
]]></description>
- <methodargs>java.awt.Graphics2D.class,java.lang.Object.class</methodargs>
+ <methodargs>java.awt.Graphics2D,java.lang.Object</methodargs>
</property>
<property>
<name>width</name>
Show replies by date