av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術(shù)文章
文章詳情頁

Java生成表格圖片的實例代碼

瀏覽:69日期:2022-08-25 11:46:42

主要代碼:

/** * 生成圖片 * @param cellsValue 以二維數(shù)組形式存放 表格里面的值 * @param path 文件保存路徑 */public void myGraphicsGeneration(String cellsValue[][], String path) {// 字體大小int fontTitileSize = 15;// 橫線的行數(shù)int totalrow = cellsValue.length+1;// 豎線的行數(shù)int totalcol = 0;if (cellsValue[0] != null) {totalcol = cellsValue[0].length;}// 圖片寬度int imageWidth = 1024;// 行高int rowheight = 40;// 圖片高度int imageHeight = totalrow*rowheight+50;// 起始高度int startHeight = 10;// 起始寬度int startWidth = 10;// 單元格寬度int colwidth = (int)((imageWidth-20)/totalcol);BufferedImage image = new BufferedImage(imageWidth, imageHeight,BufferedImage.TYPE_INT_RGB);Graphics graphics = image.getGraphics();graphics.setColor(Color.WHITE);graphics.fillRect(0,0, imageWidth, imageHeight);graphics.setColor(new Color(220,240,240));//畫橫線for(int j=0;j<totalrow; j++){graphics.setColor(Color.black);graphics.drawLine(startWidth, startHeight+(j+1)*rowheight, startWidth+colwidth*totalcol, startHeight+(j+1)*rowheight);}//畫豎線for(int k=0;k<totalcol+1;k++){graphics.setColor(Color.black);graphics.drawLine(startWidth+k*colwidth, startHeight+rowheight, startWidth+k*colwidth, startHeight+rowheight*totalrow);}//設(shè)置字體Font font = new Font('微軟雅黑',Font.BOLD,fontTitileSize);graphics.setFont(font);//寫標題String title = '【指標完成進度】';graphics.drawString(title, startWidth, startHeight+rowheight-10);//寫入內(nèi)容for(int n=0;n<cellsValue.length;n++){for(int l=0;l<cellsValue[n].length;l++){if (n == 0) {font = new Font('微軟雅黑',Font.BOLD,fontTitileSize);graphics.setFont(font);}else if (n > 0 && l >0) {font = new Font('微軟雅黑',Font.PLAIN,fontTitileSize);graphics.setFont(font);graphics.setColor(Color.RED);} else {font = new Font('微軟雅黑',Font.PLAIN,fontTitileSize);graphics.setFont(font);graphics.setColor(Color.BLACK);}graphics.drawString(cellsValue[n][l].toString(), startWidth+colwidth*l+5, startHeight+rowheight*(n+2)-10);}}// 保存圖片createImage(image, path);} /** * 將圖片保存到指定位置 * @param image 緩沖文件類 * @param fileLocation 文件位置 */public void createImage(BufferedImage image, String fileLocation) {try {FileOutputStream fos = new FileOutputStream(fileLocation);BufferedOutputStream bos = new BufferedOutputStream(fos);JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(bos);encoder.encode(image);bos.close();} catch (Exception e) {e.printStackTrace();}}

測試代碼:

public static void main(String[] args) {DrawTableImg cg = new DrawTableImg();try {String tableData1[][] = {{'8月31日','累計用戶數(shù)','目標值','完成進度','時間進度', '進度差異'}, {'掌廳客戶端(戶)','469281','1500000','31.2%','33.6%', '-2.4%'}};String[][] tableData2 = {{'8月31日(戶)','新增用戶數(shù)','日訪問量','累計用戶數(shù)','環(huán)比上月'},{'合肥和巢湖','469281','1500000','31.2%','33.6%'},{'蕪湖','469281','1500000','31.2%','33.6%'},{'蚌埠','469281','1500000','31.2%','33.6%'},{'淮南','469281','1500000','31.2%','33.6%'},{'馬鞍山','469281','1500000','31.2%','33.6%'},{'淮北','469281','1500000','31.2%','33.6%'}};cg.myGraphicsGeneration(tableData2, 'c:myPic.jpg');} catch (Exception e) {e.printStackTrace();}}

效果圖

Java生成表格圖片的實例代碼

以上就是Java生成表格圖片的實例代碼的詳細內(nèi)容,更多關(guān)于Java生成表格圖片的資料請關(guān)注好吧啦網(wǎng)其它相關(guān)文章!

標簽: Java
相關(guān)文章:
主站蜘蛛池模板: 女人毛片a毛片久久人人 | 在线观看国产www | 亚洲欧美久久 | 精品综合| a免费观看 | 亚洲精品不卡 | www.99re | 一区二区三区欧美在线观看 | 天天在线操 | 国产精品国产三级国产aⅴ无密码 | 91在线中文字幕 | 欧美一区久久 | 国产日韩欧美精品一区二区三区 | 九九热精品视频 | 久久一二区 | 男插女下体视频 | 欧美一区二区免费 | 国产欧美日韩综合精品一区二区 | 久久久久久91 | 伊人艹| 欧美黄色片 | 国产精品国产三级国产aⅴ中文 | 日本网站免费观看 | 9999国产精品欧美久久久久久 | 国产精品区二区三区日本 | 亚洲欧美激情精品一区二区 | 欧美xxxx网站 | av无遮挡 | 亚洲第一在线视频 | 一级片免费在线观看 | 亚洲国产精品99久久久久久久久 | 成年人免费在线视频 | 日本高清不卡视频 | av片免费| 欧美bondage紧缚视频 | 欧美视频三区 | 日干夜干| 国产精品成人久久久久 | 五月精品视频 | 亚洲精品一区二区在线观看 | 欧美性视频在线播放 |