^1437711250056
@
sname
FreechartDemo
stext
测试JFreeChart
sNO_TRIM
false
sCLOSE
true
sTITLE
true
sMIN
true
sMAX
true
sBORDER
false
sRESIZE
true
sON_TOP
false
sTOOL
false
sNO_FOCUS
false
swidth
640
sheight
480
scenterScreen
true
spack
false
smaximized
false
sfullScreen
false
sH_SCROLL
false
sV_SCROLL
false
sNO_BACKGROUND
false
sNO_MERGE_PAINTS
false
sNO_REDRAW_RESIZE
false
sNO_RADIO_GROUP
false
sEMBEDDED
false
sDOUBLE_BUFFERED
false
slabel
FreechartDemo
scapture
false
senabled
true
sredraw
true
svisible
true
sxw_cl_global
false
sdescriptors
xworker.swt.widgets.Shell
sinheritDescription
false
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@shellFillLayout
sname
shellFillLayout
stype
SWT.HORIZONTAL
sxw_cl_global
false
sdescriptors
xworker.swt.Layouts/@FillLayout
sth_createIndex
false
sth_mark
false
@/@chatComposite
sname
chatComposite
susingBuffer
false
sproperties
true
ssave
true
sprint
true
szoom
true
stooltips
true
sdescriptors
xworker.swt.Widgets/@ChartComposite
sth_createIndex
false
sth_mark
false
@/@chatComposite/@JFreeCharts
sname
JFreeCharts
sdescriptors
xworker.jfreechart.swt.ChartComposite/@JFreeCharts
sth_createIndex
false
sth_mark
false
@/@chatComposite/@JFreeCharts/@PieChart
stitle
Pie图表演示
slegend
true
stooltips
true
surls
false
sname
PieChart
sdescriptors
xworker.jfreechart.chart.JFreeCharts/@PieChart
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@chatComposite/@JFreeCharts/@PieChart/@actions
sname
actions
sdescriptors
xworker.jfreechart.chart.JFreeChart/@actions1
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
@/@chatComposite/@JFreeCharts/@PieChart/@actions/@getDataset
sname
getDataset
sisSynchronized
false
sthrowException
true
suseOtherAction
false
svarScope
Local
sdisableGlobalContext
false
Scode
#$@text#$@
import org.jfree.data.general.DefaultPieDataset;
DefaultPieDataset dpd=new DefaultPieDataset(); //建立一个默认的饼图
dpd.setValue("管理人员", 25);  //输入数据
dpd.setValue("市场人员", 25);
dpd.setValue("开发人员", 45);
dpd.setValue("其他人员", 10);

return dpd;
#$@text#$@
sinterpretationType
Action
screateLocalVarScope
false
ssaveReturn
false
sdescriptors
xworker.lang.actions.Actions/@GroovyAction
sth_createIndex
false
sth_registMyChilds
false
sth_mark
false
