Search in sources :

Example 11 with WanjiaInfo

use of com.kendy.entity.WanjiaInfo in project financial by greatkendy123.

the class Text2ImageUtil method main.

public static void main(String[] args) throws Exception {
    WanjiaInfo wj = new WanjiaInfo("第120局", "kendy", "35", "100", "135", "15626460750");
    String html = getHtml(wj);
    BufferedImage img = toImage(html, "utf8");
    ImageIO.write(img, "png", new File("D:/ss.png"));
    System.out.println("finishes...");
}
Also used : WanjiaInfo(com.kendy.entity.WanjiaInfo) File(java.io.File) BufferedImage(java.awt.image.BufferedImage)

Aggregations

WanjiaInfo (com.kendy.entity.WanjiaInfo)11 TotalInfo (com.kendy.entity.TotalInfo)5 LinkedList (java.util.LinkedList)4 CurrentMoneyInfo (com.kendy.entity.CurrentMoneyInfo)3 DangjuInfo (com.kendy.entity.DangjuInfo)3 JiaoshouInfo (com.kendy.entity.JiaoshouInfo)3 KaixiaoInfo (com.kendy.entity.KaixiaoInfo)3 PingzhangInfo (com.kendy.entity.PingzhangInfo)3 ProfitInfo (com.kendy.entity.ProfitInfo)3 TeamInfo (com.kendy.entity.TeamInfo)3 ZijinInfo (com.kendy.entity.ZijinInfo)3 ArrayList (java.util.ArrayList)3 ShangmaDetailInfo (com.kendy.entity.ShangmaDetailInfo)2 IOException (java.io.IOException)2 List (java.util.List)2 ObservableList (javafx.collections.ObservableList)2 GDController (com.kendy.controller.GDController)1 QuotaController (com.kendy.controller.QuotaController)1 DangtianHuizongInfo (com.kendy.entity.DangtianHuizongInfo)1 Huishui (com.kendy.entity.Huishui)1