public class IlvPrintableResourceDataChart extends IlvPrintableChart
IlvResourceDataChart
in an
IlvPage
.
A IlvPrintableResourceDataChart
is created by the
IlvChartPrintableDocument.createPages()
method for every pages of the document and is added to its corresponding
IlvPage
.IlvChartPrintableDocument
,
IlvPage.addPrintableObject(ilog.views.util.print.IlvPrintableObject)
NO_SUCH_PAGE, PAGE_EXISTS
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. |
getPrintContext, print
getComponent, getPrintableArea, setComponent, setPrintableArea
getPage
public IlvPrintableResourceDataChart(IlvResourceDataChart dataChart, IlvUnit.Rectangle pageArea, IlvChartPrintContext context)
IlvPrintableResourceDataChart
object.dataChart
- The Resource Data chart to print.pageArea
- The area in page coordinates where the chart should be
printed.context
- The printing context.public IlvPrintableResourceDataChart(IlvResourceDataChart dataChart, IlvUnit.Rectangle pageArea, Date startTime, IlvDuration duration, boolean printChart, IlvChartPrintContext context)
IlvPrintableResourceDataChart
object, to
print a specific portion of an IlvResourceDataChart
.
A default IlvDefaultResourceDataChartPrintContext
print
context is provided if the context is null.dataChart
- The Resource Data chart to print.pageArea
- The area in page coordinates where the chart should be
printed.startTime
- The start date for the start portion of the chart to
print.duration
- The duration for the printed data window along the
x-scales.printChart
- Sets which of the chart or chart area is printed.context
- The print context, or null.IlvDefaultResourceDataChartPrintContext
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.