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 GanttChartPrinterGanttChart. _printerMethods in org.eclipse.nebula.widgets.ganttchart with parameters of type GanttChartPrinter Modifier and Type Method Description voidGanttChart. 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 classCompoundGanttChartPrinterThis class is used to print multiple GanttCharts at once.
-