Package net.atthegate.server.service.pdf
Class ImageType
java.lang.Object
net.atthegate.server.service.pdf.ImageType
Used to specify the image type of an image.
Supported types: ImageType.JPG, ImageType.PNG, ImageType.BMP and ImageType.JET
See the Image class for more information.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
JPG
public static final int JPG- See Also:
-
PNG
public static final int PNG- See Also:
-
BMP
public static final int BMP- See Also:
-
JET
public static final int JET- See Also:
-
-
Constructor Details
-
ImageType
public ImageType()
-