CompoundGanttChartPrinter
public class GanttChartPrinter
extends java.lang.Object
There are some configuration parameters that have impact on:
Constructor | Description |
---|---|
GanttChartPrinter(GanttChart ganttChart) |
Creates a new GanttChartPrinter for the given GanttChart.
|
Modifier and Type | Method | Description |
---|---|---|
void |
print() |
First opens the PrintDialog so a user can adjust his print settings and will
then print the chart based on the settings made by the user.
|
public GanttChartPrinter(GanttChart ganttChart)
ganttChart
- The GanttChart that should be printed by this GanttChartPrinter.