Uses of Class
org.eclipse.nebula.widgets.ganttchart.print.GanttChartPrinter
-
Packages that use GanttChartPrinter Package Description org.eclipse.nebula.widgets.ganttchart org.eclipse.nebula.widgets.ganttchart.print -
-
Uses of GanttChartPrinter in org.eclipse.nebula.widgets.ganttchart
Fields in org.eclipse.nebula.widgets.ganttchart declared as GanttChartPrinter Modifier and Type Field Description private GanttChartPrinter
GanttChart. _printer
Methods in org.eclipse.nebula.widgets.ganttchart with parameters of type GanttChartPrinter Modifier and Type Method Description void
GanttChart. setGanttChartPrinter(GanttChartPrinter printer)
Set a different GanttChartPrinter that should be used to print this GanttChart. -
Uses of GanttChartPrinter in org.eclipse.nebula.widgets.ganttchart.print
Subclasses of GanttChartPrinter in org.eclipse.nebula.widgets.ganttchart.print Modifier and Type Class Description class
CompoundGanttChartPrinter
This class is used to print multiple GanttCharts at once.
-