Package | Description |
---|---|
com.dlsc.flexgantt.swing |
Contains the Gantt chart components and various other user interface
elements that can be used together with the Gantt chart.
|
com.dlsc.flexgantt.swing.print |
Anything related to printing is contained in this package.
|
Modifier and Type | Method and Description |
---|---|
PrintSetup |
AbstractGanttChart.getPrintSetup()
Returns the print setup object, which is used to configure the decorative
elements of a printout (header and footer).
|
PrintSetup |
DualGanttChart.getSecondaryPrintSetup()
Returns the secondary print setup object, which is used to configure the
decorative elements of a printout (header and footer).
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGanttChart.setPrintSetup(PrintSetup ps)
Specifies a new print setup object, which is used to configure the
decorative elements of a printout (header and footer).
|
void |
DualGanttChart.setSecondaryPrintSetup(PrintSetup ps)
Specifies a new secondary print setup object, which is used to configure
the decorative elements of a printout (header and footer).
|
Modifier and Type | Method and Description |
---|---|
PrintSetup |
PrintContext.getPrintSetup()
Returns the print setup object containing information about the header
and footer setup.
|
Modifier and Type | Method and Description |
---|---|
void |
PrintContext.setPrintSetup(PrintSetup setup)
The setup object containing the information for the header and footer.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.