jfree / jfreechart-swt

SWT support classes for JFreeChart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JFreeChart-SWT

Version 1.1.0 - not yet released.

(C)opyright 2006-2021, by Object Refinery Limited and Contributors. All rights reserved.

Maven Central

Overview

JFreeChart-SWT is a library that provides extensions for JFreeChart that allows charts to be rendered in SWT applications. This code was originally developed as part of the JFreeChart project. It is now a standalone project.

Using JFreeChart-SWT

To include JFreeChart-SWT in your own application, add the following dependency to your build tool:

<dependency>
  <groupId>org.jfree</groupId>
  <artifactId>jfreechart-swt</artifactId>
  <version>1.0</version>
</dependency>

License

JFreeChart-SWT is free software under the terms of the GNU Lesser General Public License (LGPL) version 2.1 or later.

Please note that JFreeChart-SWT is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to the license for details.

Change History

Version 1.1.0 (not yet released)

Version 1.0 (20 February 2016)

  • initial release as a standalone project (previously included with JFreeChart SWT support).

About

SWT support classes for JFreeChart

License:GNU Lesser General Public License v2.1


Languages

Language:Java 100.0%