Package eu.europa.esig.dss.pdf.visible
Class ImageAndResolution
java.lang.Object
eu.europa.esig.dss.pdf.visible.ImageAndResolution
public class ImageAndResolution extends Object
An InputStream wrapper for an image, and its horizontal and vertical resolution
- Author:
- pakeyser
-
Constructor Summary
Constructors Constructor Description ImageAndResolution(DSSDocument image, int xDpi, int yDpi)
-
Method Summary
Modifier and Type Method Description InputStream
getInputStream()
int
getxDpi()
int
getyDpi()
String
toString()
float
toXPoint(float x)
float
toYPoint(float y)