|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.util.WrappingRenderable
public class WrappingRenderable
| Field Summary |
|---|
| Fields inherited from interface net.sf.jasperreports.engine.Renderable |
|---|
PROPERTY_IMAGE_DPI |
| Fields inherited from interface net.sf.jasperreports.engine.JRRenderable |
|---|
IMAGE_TYPE_GIF, IMAGE_TYPE_JPEG, IMAGE_TYPE_PNG, IMAGE_TYPE_TIFF, IMAGE_TYPE_UNKNOWN, MIME_TYPE_GIF, MIME_TYPE_JPEG, MIME_TYPE_PNG, MIME_TYPE_TIFF, TYPE_IMAGE, TYPE_SVG |
| Constructor Summary | |
|---|---|
WrappingRenderable(JRRenderable renderable)
Deprecated. |
|
| Method Summary | |
|---|---|
Dimension2D |
getDimension()
Deprecated. |
Dimension2D |
getDimension(JasperReportsContext jasperReportsContext)
Deprecated. |
String |
getId()
Deprecated. |
byte[] |
getImageData()
Deprecated. |
byte[] |
getImageData(JasperReportsContext jasperReportsContext)
Deprecated. |
byte |
getImageType()
Deprecated. |
ImageTypeEnum |
getImageTypeValue()
Deprecated. |
byte |
getType()
Deprecated. |
RenderableTypeEnum |
getTypeValue()
Deprecated. |
void |
render(Graphics2D grx,
Rectangle2D rectangle)
Deprecated. |
void |
render(JasperReportsContext jasperReportsContext,
Graphics2D grx,
Rectangle2D rectangle)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WrappingRenderable(JRRenderable renderable)
| Method Detail |
|---|
public String getId()
getId in interface JRRenderablegetId in interface Renderablepublic byte getType()
getType in interface JRRenderablepublic byte getImageType()
getImageType in interface JRRenderable
public Dimension2D getDimension()
throws JRException
getDimension in interface JRRenderableJRException
public byte[] getImageData()
throws JRException
getImageData in interface JRRenderableJRException
public void render(Graphics2D grx,
Rectangle2D rectangle)
throws JRException
render in interface JRRenderableJRExceptionpublic RenderableTypeEnum getTypeValue()
getTypeValue in interface Renderablepublic ImageTypeEnum getImageTypeValue()
getImageTypeValue in interface Renderable
public Dimension2D getDimension(JasperReportsContext jasperReportsContext)
throws JRException
getDimension in interface RenderableJRException
public byte[] getImageData(JasperReportsContext jasperReportsContext)
throws JRException
getImageData in interface RenderableJRException
public void render(JasperReportsContext jasperReportsContext,
Graphics2D grx,
Rectangle2D rectangle)
throws JRException
render in interface RenderableJRException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||