-
大小: 7.38MB文件类型: .zip金币: 2下载: 0 次发布日期: 2023-10-17
- 语言: Java
- 标签: JFreeChart jar 报表开发
资源简介
JFreeChart类:
void setAntiAlias(boolean flag) 字体模糊边界
void setBackgroundImage(Image image) 背景图片
void setBackgroundImageAlignment(int alignment) 背景图片对齐方式(参数常量在org.jfree.ui.Align类中定义)
void setBackgroundImageAlpha(float alpha) 背景图片透明度(0.0~1.0)
void setBackgroundPaint(Paint paint) 背景色
void setBor

代码片段和文件信息
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2008 by object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.html
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not write to the Free Software
* Foundation Inc. 51 Franklin Street Fifth Floor Boston MA 02110-1301
* USA.
*
* [Java is a trademark or registered trademark of Sun Microsystems Inc.
* in the United States and other countries.]
*
* ------------------------------
* CombinedCategoryPlotDemo1.java
* ------------------------------
* (C) Copyright 2008 by object Refinery Limited and Contributors.
*
* Original Author: David Gilbert (for object Refinery Limited);
* Contributor(s): ;
*
* Changes
* -------
* 05-May-2008 : Version 1 (DG);
*
*/
package org.jfree.experimental.chart.demo;
import java.awt.Font;
import javax.swing.JPanel;
import org.jfree.chart.ChartPanel;
import org.jfree.chart.JFreeChart;
import org.jfree.chart.axis.CategoryAxis;
import org.jfree.chart.axis.NumberAxis;
import org.jfree.chart.labels.StandardCategoryToolTipGenerator;
import org.jfree.chart.plot.CategoryPlot;
import org.jfree.chart.renderer.category.BarRenderer;
import org.jfree.chart.renderer.category.LineAndShapeRenderer;
import org.jfree.data.category.CategoryDataset;
import org.jfree.data.category.DefaultCategoryDataset;
import org.jfree.experimental.chart.plot.CombinedCategoryPlot;
import org.jfree.ui.Applicationframe;
import org.jfree.ui.RefineryUtilities;
/**
* A demo for the {@link CombinedCategoryPlot} class.
*/
public class CombinedCategoryPlotDemo1 extends Applicationframe {
/**
* Creates a new demo instance.
*
* @param title the frame title.
*/
public CombinedCategoryPlotDemo1(String title) {
super(title);
JPanel chartPanel = createDemoPanel();
chartPanel.setPreferredSize(new java.awt.Dimension(500 270));
setContentPane(chartPanel);
}
/**
* Creates a dataset.
*
* @return A dataset.
*/
public static CategoryDataset createDataset1() {
DefaultCategoryDataset result = new DefaultCategoryDataset();
String series1 = “First“;
String series2 = “Second“;
String type1 = “Typ
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2009-04-20 10:23 jfreechart-1.0.13\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\ant\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\checkst
目录 0 2009-04-20 10:23 jfreechart-1.0.13\docfiles\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\annotations\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\annotations\junit\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\axis\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\demo\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\plot\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\plot\dial\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\plot\dial\junit\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\renderer\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\renderer\junit\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\renderer\xy\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\renderer\xy\junit\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\ti
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\ti
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\chart\util\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\data\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\data\xy\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\data\xy\junit\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\experimental\org\jfree\experimental\swt\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\lib\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\source\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\source\org\
目录 0 2009-04-20 10:23 jfreechart-1.0.13\source\org\jfree\
............此处省略1243个文件信息
相关资源
- JNA所需要的jar包
- jsonarray所必需的6个jar包.rar
- utgard用到的jar包
- commons-beanutils-1.8.3.jar
- ehcache-core-2.5.1.jar
- android-support-v4.jar已打包进去源代码
- java实现小型函数画图板(附源代码、
- java读取DBF解决方案(可以解决javadb
- Android v7的一些jar包
- windows 系统下启动与结束java的jar包的
- axis.jar及依赖jar包
- axis2需要的1.6.2jar
- commons-codec-1.3.jar和commons-httpclient-3.0
- Java HttpClient 4.x Jar包
-
ba
se64Encode编码,jar包源代码打包 - sqlserver2008连接所需jar包六个
- jdk和cglib动态代理的{jar包+源码}
- cglib-2.2.2.jar 和 asm-all-3.0.jar
- cglibjar包
- 传智itcast-bookstore所需jar包
- xalan-2.7.1.jar
- mysql-connector-java-5.0.8-bin驱动jar
- kettle连接数据库相关jar包
- 官方mysql-connector-java-5.1.28-bin.jar
- mysql-connector-java-5.1.17.jar
- Android直连Mysql数据库需要导入的jar包
- 音乐相关的jar
- oracle11g jar包for JDBC
- oracle 11g jdbc jar包
- mysql-5.1.40-bin jar包
评论
共有 条评论