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.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 |
---|---|
IlvUnit.Rectangle |
IlvChartPrintContext.getPrintArea()
Returns the print area.
|
Constructor and Description |
---|
IlvChartPrintContext(IlvUnit.Rectangle printArea,
IlvChartPrintableDocument document,
IlvPage page)
Creates a new
PrintContext object. |
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. |
IlvPrintableChart(IlvChart chart,
IlvUnit.Rectangle pageArea,
IlvChartPrintContext context)
Creates a new
IlvPrintableChart object. |
Modifier and Type | Method and Description |
---|---|
void |
IlvPrintableTimeScale.setPrintableArea(IlvUnit.Rectangle area)
Sets the area, in page coordinates, defining where the time
scale should be printed.
|
Constructor and Description |
---|
IlvPrintableGanttSheet(IlvGanttSheet sheet,
IlvUnit.Rectangle area,
Date start,
IlvDuration duration,
double yStart,
double yEnd)
Creates a
PrintableGanttSheet that is used to print
a portion of the Gantt sheet. |
IlvPrintableGanttSheet(IlvGanttSheet sheet,
IlvUnit.Rectangle area,
Date start,
IlvDuration duration,
int row,
double scale)
Creates a
PrintableGanttSheet that is used to print
a portion of the Gantt sheet. |
IlvPrintableGanttSheet(IlvGanttSheet sheet,
IlvUnit.Rectangle area,
Date start,
IlvDuration duration,
int fromRow,
int toRow)
Creates a
PrintableGanttSheet that is used to print
a portion of the Gantt sheet. |
IlvPrintableTimeScale(IlvTimeScale timeScale,
IlvUnit.Rectangle area,
Date date,
IlvDuration duration)
Creates a
PrintableTimeScale to print a specified portion
of a given IlvTimeScale . |
Modifier and Type | Method and Description |
---|---|
protected IlvPrintableManagerArea |
IlvManagerPrintableDocument.createPrintableManagerArea(IlvUnit.Rectangle pageArea,
IlvRect managerArea)
Creates a new
IlvPrintableManagerArea . |
Constructor and Description |
---|
IlvPrintableManagerArea(IlvManagerView view,
IlvUnit.Rectangle area,
IlvRect printArea,
double zoomLevel)
Creates the
IlvPrintableManagerArea . |
IlvPrintableManagerArea(IlvManagerView view,
IlvUnit.Rectangle area,
IlvRect printArea,
IlvTransformer zoomTransformer)
Creates the
IlvPrintableManagerArea . |
Constructor and Description |
---|
IlvDefaultResourceDataChartPrintContext(Date start,
IlvDuration duration,
IlvUnit.Rectangle area,
IlvResourceDataChartPrintableDocument document,
IlvPage page)
Creates a new
IlvDefaultChartPrintContext object. |
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. |
Modifier and Type | Method and Description |
---|---|
IlvUnit.Rectangle |
IlvPrintableDocument.getImageableBounds()
Returns the size of the page.
|
IlvUnit.Rectangle |
IlvPrintableRectangle.getPrintableArea()
Returns the area, in page coordinates, defining where the rectangle
should be printed.
|
IlvUnit.Rectangle |
IlvPrintableLabel.getPrintableArea()
Returns the area, in page coordinates, defining where the label
should be printed.
|
IlvUnit.Rectangle |
IlvPrintableComponent.getPrintableArea()
Returns the area, in page coordinates, defining where the object
should be printed.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvPrintableRectangle.setPrintableArea(IlvUnit.Rectangle area)
Sets the area, in page coordinates, defining where the rectangle
should be printed.
|
void |
IlvPrintableLabel.setPrintableArea(IlvUnit.Rectangle area)
Sets the area, in page coordinates, defining where the label
should be printed.
|
void |
IlvPrintableComponent.setPrintableArea(IlvUnit.Rectangle area)
Sets the area, in page coordinates, defining where the object
should be printed.
|
Constructor and Description |
---|
IlvPrintableComponent(Component component,
IlvUnit.Rectangle area)
Creates a
IlvPrintableComponent that defines a component being
printed to the specified print area. |
IlvPrintableLabel(String label,
Font font,
Color color,
IlvUnit.Rectangle area)
Creates a
IlvPrintableLabel with the specified label, font,
color, and position. |
IlvPrintableLabel(String label,
IlvUnit.Rectangle area)
Creates a
IlvPrintableLabel with the specified label and position. |
IlvPrintableRectangle(IlvUnit.Rectangle area)
Creates a
IlvPrintableRectangle . |
IlvPrintableTable(JTable table,
IlvUnit.Rectangle area,
int col,
int row,
double scale)
Creates a
PrintableTable to print a specified portion
of a given JTable . |
IlvPrintableTable(JTable table,
IlvUnit.Rectangle area,
int fromCol,
int toCol,
int fromRow,
int toRow)
Creates a
PrintableTable to print a specified portion
of a given JTable . |
IlvPrintableTableHeader(JTableHeader header,
IlvUnit.Rectangle area,
int col,
double scale)
Creates a
PrintableTableHeader to print a specified portion
of a given JTableHeader . |
IlvPrintableTableHeader(JTableHeader header,
IlvUnit.Rectangle area,
int fromCol,
int toCol)
Creates a
PrintableTableHeader to print a specified portion
of a given JTableHeader . |
IlvTransformedPrintable(Component component,
IlvUnit.Rectangle area,
double x,
double y,
double scale)
Creates a
TransformedPrintable to print the
given component with the specified transformation. |
IlvTransformedPrintable(Component component,
IlvUnit.Rectangle area,
Rectangle window)
Creates a
TransformedPrintable to print the
specified window of the given component. |
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.