Package | Description |
---|---|
org.jfree | |
org.jfree.chart | |
org.jfree.ui.about |
Modifier and Type | Class and Description |
---|---|
class |
JCommonInfo
Information about the JCommon project.
|
Modifier and Type | Field and Description |
---|---|
static ProjectInfo |
JCommon.INFO
Information about the project.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
JFreeChartInfo
Information about the JFreeChart project.
|
Modifier and Type | Field and Description |
---|---|
static ProjectInfo |
JFreeChart.INFO
Information about the project.
|
Constructor and Description |
---|
AboutFrame(java.lang.String title,
ProjectInfo project)
Constructs an about frame.
|
AboutFrame(java.lang.String title,
java.lang.String application,
java.lang.String version,
java.lang.String info,
java.awt.Image logo,
java.lang.String copyright,
java.lang.String licence,
java.util.List contributors,
ProjectInfo project)
Constructs an 'About' frame.
|
LibraryPanel(ProjectInfo projectInfo)
Creates a new library panel for the specified project.
|