Package | Description |
---|---|
org.fhaes.neofhchart | |
org.fhaes.neofhchart.util |
Modifier and Type | Field and Description |
---|---|
protected FireChartSVG |
NeoFHChart.currentChart |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,FireChartSVG> |
FireChartSVG.chart_map |
private java.util.HashMap<java.lang.String,FireChartSVG> |
NeoFHChart.chartMap |
Modifier and Type | Method and Description |
---|---|
static FireChartSVG |
FireChartSVG.getChart(java.lang.Integer id)
Get the FireChartSVG with the specified ID.
|
Modifier and Type | Method and Description |
---|---|
static void |
SeriesListDialog.showDialog(FireChartSVG chart,
org.apache.batik.swing.JSVGCanvas svgCanvas)
TODO
|
Constructor and Description |
---|
SeriesListDialog(FireChartSVG chart,
org.apache.batik.swing.JSVGCanvas svgCanvas)
Create the dialog.
|
Modifier and Type | Field and Description |
---|---|
private FireChartSVG |
PNGExportOptions.currentChart |
private FireChartSVG |
PDFExportOptions.currentChart |
Constructor and Description |
---|
PDFExportOptions(FireChartSVG currentChart,
java.io.File outputFile)
Create the dialog.
|
PNGExportOptions(FireChartSVG currentChart,
java.io.File outputFile)
Create the dialog.
|