Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.chart.print |
Defines classes and interfaces for printing the content of an
IlvChart . |
ilog.views.gantt.print |
Defines classes and interfaces for printing the content of an
IlvGanttChart or an IlvScheduleChart . |
ilog.views.maps.print |
Provides specific printing configuration pages.
|
ilog.views.print |
Defines classes and interfaces for printing the content of an
IlvManager . |
ilog.views.schedule.print |
Defines classes and interfaces for printing the content of an
IlvResourceDataChart . |
ilog.views.util.print |
Defines a generic printing framework.
|
Modifier and Type | Method and Description |
---|---|
IlvPage |
IlvChartPrintContext.getPage()
Returns the page.
|
Constructor and Description |
---|
IlvChartPrintContext(IlvUnit.Rectangle printArea,
IlvChartPrintableDocument document,
IlvPage page)
Creates a new
PrintContext object. |
Modifier and Type | Method and Description |
---|---|
protected IlvPage[] |
IlvChartPrintableDocument.createPages()
Creates the pages and populates this document.
|
Modifier and Type | Method and Description |
---|---|
protected IlvPrintableChart |
IlvChartPrintableDocument.createPrintableChart(IlvPage page,
int pageIdx,
IlvUnit.Rectangle pageArea)
Returns a new
IlvPrintableChart instance to print the
document chart in the specified page. |
Constructor and Description |
---|
IlvDefaultChartPrintContext(IlvDataWindow window,
IlvUnit.Rectangle area,
IlvChartPrintableDocument document,
IlvPage page)
Creates a new
IlvDefaultChartPrintContext object. |
Modifier and Type | Class and Description |
---|---|
class |
IlvScaledPrintablePage
This class defines a scaled printable page.
|
Modifier and Type | Method and Description |
---|---|
protected IlvPage[] |
IlvGanttPrintableDocument.createPages()
Creates the pages of this document.
|
Modifier and Type | Method and Description |
---|---|
protected IlvPage[] |
IlvMapPrintableDocument.createPages()
Creates the pages of this document.
|
Modifier and Type | Method and Description |
---|---|
protected IlvPage[] |
IlvManagerPrintableDocument.createPages()
Creates the pages of this document.
|
Constructor and Description |
---|
IlvDefaultResourceDataChartPrintContext(Date start,
IlvDuration duration,
IlvUnit.Rectangle area,
IlvResourceDataChartPrintableDocument document,
IlvPage page)
Creates a new
IlvDefaultChartPrintContext object. |
Modifier and Type | Method and Description |
---|---|
protected IlvPage[] |
IlvPrintableDocument.createPages()
Creates the pages of this document.
|
IlvPage |
IlvPrintableObject.getPage()
Returns the currently printed page.
|
IlvPage |
IlvPrintableDocument.getPage(int index)
Gets the page at the specified index.
|
IlvPage |
IlvPrintableDocument.getTemplatePage()
Returns the template page of the document.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPrintableDocument.addPage(IlvPage page)
Adds a page to the document.
|
int |
IlvPrintableDocument.getPageIndex(IlvPage page)
Gets the index of the specified page.
|
void |
IlvPrintableDocument.removePage(IlvPage page)
Removes a page from the document.
|
void |
IlvPrintableDocument.setPages(IlvPage[] pages)
Changes all the pages of the document.
|
void |
IlvPrintableDocument.setTemplatePage(IlvPage template)
Specifies the template page for the document.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.