Package net.sf.jasperreports.renderers
Class ResourceRenderer
- java.lang.Object
-
- net.sf.jasperreports.renderers.AbstractRenderer
-
- net.sf.jasperreports.renderers.ResourceRenderer
-
- All Implemented Interfaces:
Serializable
,Renderable
public class ResourceRenderer extends AbstractRenderer
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.renderers.Renderable
PROPERTY_IMAGE_DPI
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ResourceRenderer(String resourceLocation, boolean isLazy)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceRenderer
getInstance(String resourceLocation, boolean isLazy)
String
getResourceLocation()
boolean
isLazy()
-
Methods inherited from class net.sf.jasperreports.renderers.AbstractRenderer
getId
-
-
-
-
Constructor Detail
-
ResourceRenderer
protected ResourceRenderer(String resourceLocation, boolean isLazy)
-
-
Method Detail
-
getInstance
public static ResourceRenderer getInstance(String resourceLocation, boolean isLazy)
-
getResourceLocation
public String getResourceLocation()
-
isLazy
public boolean isLazy()
-
-