亚洲免费在线视频-亚洲啊v-久久免费精品视频-国产精品va-看片地址-成人在线视频网

您的位置:首頁技術文章
文章詳情頁

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

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

主要代碼:

/** * 生成圖片 * @param cellsValue 以二維數組形式存放 表格里面的值 * @param path 文件保存路徑 */public void myGraphicsGeneration(String cellsValue[][], String path) {// 字體大小int fontTitileSize = 15;// 橫線的行數int totalrow = cellsValue.length+1;// 豎線的行數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);}//設置字體Font font = new Font('微軟雅黑',Font.BOLD,fontTitileSize);graphics.setFont(font);//寫標題String title = '【指標完成進度】';graphics.drawString(title, startWidth, startHeight+rowheight-10);//寫入內容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日','累計用戶數','目標值','完成進度','時間進度', '進度差異'}, {'掌廳客戶端(戶)','469281','1500000','31.2%','33.6%', '-2.4%'}};String[][] tableData2 = {{'8月31日(戶)','新增用戶數','日訪問量','累計用戶數','環比上月'},{'合肥和巢湖','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生成表格圖片的實例代碼的詳細內容,更多關于Java生成表格圖片的資料請關注好吧啦網其它相關文章!

標簽: Java
相關文章:
主站蜘蛛池模板: 亚洲国产欧美目韩成人综合 | 国自产精品手机在线视频香蕉 | 亚洲欧美日韩国产一区二区精品 | 国产成人精品曰本亚洲78 | 999国内精品永久免费视频 | 欧美亚洲91 | 精品欧美一区二区三区在线 | 黄频漫画 | 九九99香蕉在线视频网站 | 看亚洲a级一级毛片 | 日韩黄色一级毛片 | 久久99热成人精品国产 | 亚洲网站免费看 | 亚洲精品二区中文字幕 | 欧美一级毛片高清毛片 | 天堂男人2021av | 亚洲毛片 | 欧美日韩一级二级三级 | 国产91久久久久久久免费 | 国产日韩一区二区三区在线播放 | 91精品国产一区二区三区四区 | 国产小呦 | 在线观看的黄网 | 毛片免费观看日本中文 | 99亚洲| a级日韩乱理伦片在线观看 a级特黄毛片免费观看 | 欧美日韩在线观看免费 | 亚洲精品一二三四区 | 国产成人精品三区 | 成人免费观看网欧美片 | 99在线观看视频免费精品9 | 国产网站在线看 | 免费观看欧美成人禁片 | 成人国产网站v片免费观看 成人国产午夜在线视频 | 另类女最新视频 | 99这里只有精品66视频 | 91在线免费观看网站 | 国内精品视频成人一区二区 | 色综合九九 | 欧美ppp| 久久视频精品线视频在线网站 |