Package | Description |
---|---|
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.print |
Defines classes and interfaces for printing the content of an
IlvManager . |
ilog.views.util.print |
Defines a generic printing framework.
|
Modifier and Type | Method and Description |
---|---|
IlvFlow |
IlvChartPrintableDocument.getFlow()
Overwrite the method to disable the usage of the flow
in this type of document.
|
IlvFlow |
IlvChartFlowObject.getFlow()
Returns the destination flow.
|
Constructor and Description |
---|
IlvChartFlowObject(IlvChart chart,
IlvFlow flow,
IlvUnit.Dimension size)
Creates a new
IlvChartFlowObject with the specified size. |
IlvChartFlowObject(IlvChart chart,
IlvFlow flow,
int percentWidth,
int percentHeight,
float aspectRatio)
Creates a new
IlvChartFlowObject with a size expressed as
a percentage of the page dimension. |
Modifier and Type | Method and Description |
---|---|
IlvFlow |
IlvGanttPrintableDocument.getFlow()
This method is overridden to disable the usage of the flow
in this type of document.
|
Modifier and Type | Method and Description |
---|---|
IlvFlow |
IlvManagerPrintableDocument.getFlow()
Overwrites the method to disable the usage of the flow
in this type of document.
|
Modifier and Type | Method and Description |
---|---|
IlvFlow |
IlvPrintableDocument.getFlow()
Returns the flow of text contained in this document.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.