import java.awt.*
import groovy.swing.j2d.swf.*
def gr = new SWFRenderer()
gr.renderToFile("sample1056a.swf", 200, 200){
regularPolygon( cx:100, cy:100, radius:80, sides:5,
fill: new Color(0xbb, 0xdd, 0xff, 0xff),
borderColor: new Color(0x11, 0x33, 0x77, 0xff) )
}
出力SWF(sample1056a.swf)
動作環境
groovy 1.6.0, JDK6 update12
No comments:
Post a Comment