public interface DimensionRenderable
Graphics2DRenderable
interface.
Data renderables such as images or SVG files do not need to provide a dimension as that will be read from the files themselves when needed.
Reading the dimension of images and SVG documents is performed using wrapping rendeable implementations that wrap the original data renderable and only ask them for their data.Modifier and Type | Method and Description |
---|---|
Dimension2D |
getDimension(JasperReportsContext jasperReportsContext) |
Dimension2D getDimension(JasperReportsContext jasperReportsContext) throws JRException
JRException
Copyright © 2017. All rights reserved.