Subversion Repositories wimsdev

Rev

Rev 3663 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3663 Rev 3711
Line 142... Line 142...
142
added painting with mouse drag (faster then just clicking
142
added painting with mouse drag (faster then just clicking
143
corrected ignored linewidth setting (now using Graphics2D...)
143
corrected ignored linewidth setting (now using Graphics2D...)
144
 
144
 
145
28/12/2010 (JE)
145
28/12/2010 (JE)
146
corrected paint_over_question...
146
corrected paint_over_question...
-
 
147
 
-
 
148
1/2/2011 (JE)
-
 
149
added public function ReadXY()
-
 
150
Very similar to ReadApplet()
-
 
151
But only returning 2 lines : x-coordinate_list +"\n"+ y-coordinate_list
-
 
152
x1,x2,x3...x_n +"\n"+ y1,y2,y3...y_n
-
 
153
No color information.
-
 
154
Can be used to speed up parsing data in WIMS
-
 
155
See 1.html
147
 
156
 
148
 
157
 
149
 
158
 
150
 
159
 
151
 
160