欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

中文显示

程序员文章站 2022-05-28 12:02:39
...

解决一些中文显示问题
导入
import org.jfree.chart.StandardChartTheme;

StandardChartTheme me=new StandardChartTheme("CN");
me.setExtraLargeFont(new Font("隶书",Font.BOLD,15));
me.setRegularFont(new Font("隶书",Font.PLAIN,20));
me.setLargeFont(new Font("隶书",Font.PLAIN,20));
ChartFactory.setChartTheme(me);
相关标签: 中文