Package org.xhtmlrenderer.resource
Class ImageResource
java.lang.Object
org.xhtmlrenderer.resource.AbstractResource
org.xhtmlrenderer.resource.ImageResource
- All Implemented Interfaces:
Resource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetImage()
boolean
hasDimensions
(int width, int height) boolean
isLoaded()
Methods inherited from class org.xhtmlrenderer.resource.AbstractResource
getElapsedLoadTime, getResourceInputSource, getResourceLoadTimeStamp, setElapsedLoadTime
-
Field Details
-
_imageUri
-
_img
-
-
Constructor Details
-
ImageResource
-
-
Method Details
-
getImage
-
isLoaded
public boolean isLoaded() -
getImageUri
-
hasDimensions
public boolean hasDimensions(int width, int height)
-