WEB开发网      濠电姷鏁告繛鈧繛浣冲洤纾瑰┑鐘宠壘閻ょ偓銇勯幇鍫曟闁稿鍠愰妵鍕冀閵娧佲偓鎺楁⒒閸曨偄顏柡宀嬬畱铻e〒姘煎灡绗戦梻浣筋嚙濮橈箓顢氳濠€浣糕攽閻樿宸ュΔ鐘叉啞缁傚秹宕滆绾惧ジ寮堕崼娑樺缂佹宀搁弻鐔风暋閻楀牆娈楅梺璇″枓閺呯姴鐣疯ぐ鎺濇晝闁靛牆妫欓蹇旂節閻㈤潧浠﹂柛銊ョ埣楠炴劙骞橀鑲╋紱闂佽宕樼粔顔裤亹閹烘挸浜归梺缁樺灦閿曗晛螞閸曨垱鈷戦柟鑲╁仜婵″ジ鎮楀☉鎺撴珖缂侇喖顑呴鍏煎緞濡粯娅囬梻浣瑰缁诲倿寮绘繝鍥ㄦ櫇闁稿本绋撻崢鐢告煟鎼淬垻鈯曢柨姘舵煟韫囥儳绋荤紒缁樼箖缁绘繈宕橀妸褌绱濋梻浣筋嚃閸ㄤ即宕弶鎴犳殾闁绘梻鈷堥弫鍌炴煕閳锯偓閺呮瑧妲愬Ο琛℃斀闁绘劕妯婇崵鐔封攽椤旇棄鍔ら摶鐐烘煕閺囥劌澧柛娆忕箻閺屽秹宕崟顒€娅g紓浣插亾濠㈣泛顑囩粻楣冩煙鐎涙ḿ绠橀柨娑樼У椤ㄣ儵鎮欓鍕紙闂佽鍠栫紞濠傜暦閹偊妲诲┑鈩冨絻椤兘寮诲☉銏犖╅柕澶堝労閸斿绱撴担绋库偓鍝ョ矓瑜版帒鏋侀柟鍓х帛閺呮悂鏌ㄩ悤鍌涘 ---闂傚倸鍊烽悞锔锯偓绗涘厾娲煛閸涱厾顔嗛梺璺ㄥ櫐閹凤拷
开发学院软件开发Java LWUIT + ChartComponent 之一实现饼图(PieChart) 阅读

LWUIT + ChartComponent 之一实现饼图(PieChart)

 2009-09-12 00:00:00 来源:WEB开发网 闂傚倸鍊风欢姘缚瑜嶈灋闁圭虎鍠栫粻顖炴煥閻曞倹瀚�闂傚倸鍊风粈渚€骞夐敓鐘插瀭闁汇垹鐏氬畷鏌ユ煙閹殿喖顣奸柛搴$У閵囧嫰骞掗幋婵冨亾閻㈢ǹ纾婚柟鐐灱濡插牊绻涢崱妤冃℃繛宀婁簽缁辨捇宕掑鎵佹瀸闂佺懓鍤栭幏锟�濠电姷鏁告慨顓㈠箯閸愵喖宸濇い鎾寸箘閹规洟姊绘笟鈧ḿ褍煤閵堝悿娲Ω閳轰胶鍔﹀銈嗗笂閼冲爼鍩婇弴銏$厪闁搞儮鏅涙禒褏绱掓潏鈺佷槐闁轰焦鎹囬弫鎾绘晸閿燂拷闂傚倸鍊风欢姘缚瑜嶈灋闁圭虎鍠栫粻顖炴煥閻曞倹瀚�  闂傚倸鍊烽懗鑸电仚缂備胶绮〃鍛村煝瀹ュ鍗抽柕蹇曞У閻庮剟姊虹紒妯哄闁诲繑姘ㄩ埀顒佸嚬閸撶喎顫忓ú顏勫瀭妞ゆ洖鎳庨崜浼存⒑闁偛鑻晶顔剧磼婢跺﹦绉虹€殿喖顭锋俊姝岊槷闁稿鎹囧Λ鍐ㄢ槈濞嗗繑娈橀梻浣风串缂嶁偓濞存粠鍓熼崺鈧い鎺戝€归弳顒勬煕鐎n亷韬€规洑鍗冲鍊燁槾闁哄棴绠撻弻銊╂偆閸屾稑顏�
核心提示: 其次,编写PieChartDemo的代码,LWUIT + ChartComponent 之一实现饼图(PieChart)(2),代码有详细的注释,非常好理解:/**LWUIT+ChartComponent,FlowLayout最适合}privatevoidinitChartInfo(String

其次,编写PieChartDemo的代码,代码有详细的注释,非常好理解:

/*
 * LWUIT + ChartComponent,实现多种图表
 * 作者:张国威(咪当俺系噜噜)
 * 本例实现的是“饼图”
 */
package com.sun.lwuit.uidemo;
import com.sun.lwuit.Button;
import com.sun.lwuit.Command;
import com.sun.lwuit.Font;
import com.sun.lwuit.Form;
import com.sun.lwuit.Image;
import com.sun.lwuit.Label;
import com.sun.lwuit.events.ActionEvent;
import com.sun.lwuit.events.ActionListener;
import com.sun.lwuit.layouts.FlowLayout;
import org.beanizer.j2me.charts.ChartItem;
import org.beanizer.j2me.charts.PieChart;
public class PieChartDemo implements ActionListener {
    public Form form = new Form("VBarChartDemo");
    private  Command backCommand = new Command("Back", 1);
    final PieChart pieChart= new PieChart("");
    PieChartDemo()
    {
        //饼图说明
        String chart_str[]={"█ A:你好吗","█ B:早上好","█ C:中午好","█ D:晚上好","█ E:吃宵夜","█ F:睡懒觉"};
        //饼图颜色
        int [][]color={{0,0,200},{0,200,0},{50,15,30},{100,0,200},{0,200,100},{200,100,200}};
        //饼图范围
        int []percent={15,10,5,20,34,16};
        //绘制柱体的说明
        initChartInfo(chart_str,color);
        int width=form.getWidth();
        int height=form.getHeight()-60;
        Image img_hbarChart=drawPieChart(pieChart,width,height,"",color,percent);//绘制柱体图
        Button button = new Button(img_hbarChart);
        button.getStyle().setBgTransparency(1);//透明背景,会非常消耗资源,速度减慢,注意使用
        button.setBorderPainted(false);
        form.addComponent(button);
        form.addCommand(backCommand);
        form.setCommandListener(this);
        form.setLayout(new FlowLayout());//必须使用这种排列,FlowLayout最适合
    }
    private void initChartInfo(String []chart_str,int [][]color)
    {
        for(int i=0;i<chart_str.length;i++)//循环
        {
            Label chart_info = new Label(chart_str[i]);
            chart_info.getStyle().setFgColor(UIDemoMIDlet.RGBtoInt(color[i][0],color[i][1],color[i][2]));
            form.addComponent(chart_info);
        }
    }
    private Image drawPieChart(ChartItem item,
            int width,
            int height,
            String imagefile,
            int [][]color,//柱体颜色
            int []percent)//柱体长度(百分比)
    {
        item.setFont(Font.FACE_PROPORTIONAL,Font.STYLE_PLAIN,Font.SIZE_SMALL);
        item.setDrawAxis(true);
        item.setPreferredSize(width-80,width-80);//设置chart控件的大小,饼图必须width=height
       
        if(imagefile.length()>0)//需要使用背景时
        {
            try{
                javax.microedition.lcdui.Image img=javax.microedition.lcdui.Image.createImage(imagefile);//读取背景图
                item.setBackgroundImage(img);//设置背景图
            } catch(Exception ex){ex.printStackTrace();}
        }
        item.showShadow(true);//使用阴影特效
        item.setShadowColor(20,20,20);//设置阴影颜色
        item.setColor(40, 40, 200);
        item.resetData();
        for(int i=0;i<color.length;i++)//循环绘画柱体
        {
            item.addElement(String.valueOf((char)('a'+i)),percent[i],color[i][0],color[i][1],color[i][2]);
        }
    
        item.setMaxValue(100);//柱体代表数值的显示范围,100%
        //这个是lcdui的Image
        javax.microedition.lcdui.Image lcdui_img=
                javax.microedition.lcdui.Image.createImage(width,height);//饼图大小,图像>控件
        //这个是lcdui的Graphics
        javax.microedition.lcdui.Graphics lcdui_g= lcdui_img.getGraphics();
        pieChart.drawPie(lcdui_g,
                40,//x
                40,//y
                width-100,//宽
                width-100);//长,这里设置的大小必须比width,height小,才能完全显示
        return UIDemoMIDlet.lcdui2lwuit(lcdui_img);
    }
    public void actionPerformed(ActionEvent arg0) {
        if(arg0.getCommand()==backCommand)
        {
            UIDemoMIDlet.backToMainMenu();
        }
    }
}

上一页  1 2 

Tags:LWUIT ChartComponent 之一

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接