Package | Description |
---|---|
org.jfree | |
org.jfree.base | |
org.jfree.chart | |
org.jfree.ui.about |
Modifier and Type | Class and Description |
---|---|
class |
JCommonInfo
Information about the JCommon project.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicProjectInfo
Basic project info.
|
class |
BootableProjectInfo
Project info for a bootable project.
|
Modifier and Type | Method and Description |
---|---|
Library[] |
BasicProjectInfo.getLibraries()
Returns a list of libraries used by the project.
|
Library[] |
BasicProjectInfo.getOptionalLibraries()
Returns a list of optional libraries used by the project.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicProjectInfo.addLibrary(Library library)
Adds a library.
|
void |
BasicProjectInfo.addOptionalLibrary(Library library)
Adds an optional library.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
JFreeChartInfo
Information about the JFreeChart project.
|
Modifier and Type | Class and Description |
---|---|
class |
ProjectInfo
A class for recording the basic information about a free or open source software project.
|
Modifier and Type | Method and Description |
---|---|
Library[] |
LibraryTableModel.getLibraries()
Returns an array of the libraries in the table.
|