import java.awt.*
import groovy.swing.j2d.swf.*
// groovy 1.6.0, JDK6 update12
def gr = new SWFRenderer()
gr.renderToFile("sample1039a.swf", 200, 200){
line( x1:0, y1:0, x2: 200, y2:200,
borderColor: new Color(0x11, 0x33, 0x77, 0xff),
borderWidth: 10 )
// bug? borderWidthが効かないみたい。。
}
出力SWF(sample1039a.swf)
動作環境
Groovy1.6.0, JDK1.6 Update12
No comments:
Post a Comment