Package de.redsix.pdfcompare
Class ImageWithDimension
- java.lang.Object
-
- de.redsix.pdfcompare.ImageWithDimension
-
public class ImageWithDimension extends Object
-
-
Field Summary
Fields Modifier and Type Field Description BufferedImagebufferedImagefloatheightfloatwidth
-
Constructor Summary
Constructors Constructor Description ImageWithDimension(BufferedImage bufferedImage, float width, float height)
-
-
-
Field Detail
-
bufferedImage
public final BufferedImage bufferedImage
-
width
public final float width
-
height
public final float height
-
-
Constructor Detail
-
ImageWithDimension
public ImageWithDimension(BufferedImage bufferedImage, float width, float height)
-
-