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.schedule.print |
Defines classes and interfaces for printing the content of an
IlvResourceDataChart . |
Modifier and Type | Method and Description |
---|---|
IlvChartPrintContext |
IlvChart.getPrintContext()
Returns the current printing context, or
null if no printing
operation is being performed. |
Modifier and Type | Method and Description |
---|---|
void |
IlvChart.print(Graphics g,
IlvChartPrintContext context)
Prints this chart according to the specified printing context.
|
void |
IlvChart.printCurrentThread(Graphics g,
IlvChartPrintContext context)
Prints this chart according to the specified printing context.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultChartPrintContext
A concrete implementation of the
IlvChartPrintContext class. |
Modifier and Type | Method and Description |
---|---|
IlvChartPrintContext |
IlvPrintableChart.getPrintContext()
Returns the printing context associated with this printable.
|
Constructor and Description |
---|
IlvPrintableChart(IlvChart chart,
IlvUnit.Rectangle pageArea,
IlvChartPrintContext context)
Creates a new
IlvPrintableChart object. |
Modifier and Type | Class and Description |
---|---|
class |
IlvDefaultResourceDataChartPrintContext
A class to handle printing configurations for a Resource Data Chart.
|
Constructor and Description |
---|
IlvPrintableResourceDataChart(IlvResourceDataChart dataChart,
IlvUnit.Rectangle pageArea,
Date startTime,
IlvDuration duration,
boolean printChart,
IlvChartPrintContext context)
Creates a new
IlvPrintableResourceDataChart object, to
print a specific portion of an IlvResourceDataChart . |
IlvPrintableResourceDataChart(IlvResourceDataChart dataChart,
IlvUnit.Rectangle pageArea,
IlvChartPrintContext context)
Creates a new
IlvPrintableResourceDataChart object. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.