Package | Description |
---|---|
ilog.views.chart |
Contains all of the main Chart classes and interfaces.
|
ilog.views.util.print |
Defines a generic printing framework.
|
Modifier and Type | Method and Description |
---|---|
IlvFOUtil.ComponentPaintable |
IlvChart.getComponentPaintable(boolean wholeChart,
Color bgColor)
Returns a
IlvFOUtil.ComponentPaintable that
can be used to convert this chart to a PDF via
XSL-FO. |
IlvFOUtil.ComponentPaintable |
IlvChart.getComponentPaintableCurrentThread(boolean wholeChart,
Color bgColor)
Returns a
IlvFOUtil.ComponentPaintable that
can be used to convert this chart to a PDF via
XSL-FO. |
Modifier and Type | Method and Description |
---|---|
static Element |
IlvFOUtil.paintToFOFitted(Document document,
IlvFOUtil.ComponentPaintable paintable,
int availableWidth,
int availableHeight,
int horizontalAlignment,
int verticalAlignment)
Generates an XSL-FO
element representing the given component.
|
static Element |
IlvFOUtil.paintToFOScaled(Document document,
IlvFOUtil.ComponentPaintable paintable,
double scaleFactor)
Generates an XSL-FO
element representing the given component.
|
static Element |
IlvFOUtil.paintToFOUnscaled(Document document,
IlvFOUtil.ComponentPaintable paintable)
Generates an XSL-FO
element representing the given component.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.