Uses of Class
com.snowtide.pdf.layout.Image.Format
-
Packages that use Image.Format Package Description com.snowtide.pdf.layout This package contains interfaces and classes that PDFxStream uses to represent the document model implicitly defined by the content rendered by eachPage
in a PDFDocument
. -
-
Uses of Image.Format in com.snowtide.pdf.layout
Methods in com.snowtide.pdf.layout that return Image.Format Modifier and Type Method Description Image.Format
Image. dataFormat()
Returns the format of the image data available from this image'sImage.data()
method.static Image.Format
Image.Format. valueOf(String name)
Returns the enum constant of this type with the specified name.static Image.Format[]
Image.Format. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-