Uses of Class
net.sf.jasperreports.engine.util.ExifOrientationEnum
-
Packages that use ExifOrientationEnum Package Description net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.util Contains utility classes for the core library.net.sf.jasperreports.pdf -
-
Uses of ExifOrientationEnum in net.sf.jasperreports.engine.export.ooxml
Fields in net.sf.jasperreports.engine.export.ooxml with type parameters of type ExifOrientationEnum Modifier and Type Field Description protected Map<String,Pair<String,ExifOrientationEnum>>
JRDocxExporter. rendererToImagePathMap
protected Map<String,Pair<String,ExifOrientationEnum>>
JRPptxExporter. rendererToImagePathMap
protected Map<String,Pair<String,ExifOrientationEnum>>
JRXlsxExporter. rendererToImagePathMap
-
Uses of ExifOrientationEnum in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type ExifOrientationEnum Modifier and Type Method Description protected boolean
JRFillImage. fitImage(Dimension2D imageSize, ExifOrientationEnum exifOrientation, int availableHeight, boolean overflowAllowed, HorizontalImageAlignEnum hAlign, VerticalImageAlignEnum vAlign)
-
Uses of ExifOrientationEnum in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return ExifOrientationEnum Modifier and Type Method Description static ExifOrientationEnum
ExifOrientationEnum. getByValue(int orientation)
static ExifOrientationEnum
ExifUtil. getExifOrientation(byte[] data)
static ExifOrientationEnum
ImageUtil. getExifOrientation(byte[] data)
static ExifOrientationEnum
ExifOrientationEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExifOrientationEnum[]
ExifOrientationEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.engine.util with parameters of type ExifOrientationEnum Modifier and Type Method Description static ImageUtil.Insets
ImageUtil. getExifCrop(JRPrintImage image, ExifOrientationEnum exifOrientation, double cropTop, double cropLeft, double cropBottom, double cropRight)
static RotationEnum
ImageUtil. getRotation(RotationEnum rotation, ExifOrientationEnum exifOrientation)
-
Uses of ExifOrientationEnum in net.sf.jasperreports.pdf
Fields in net.sf.jasperreports.pdf with type parameters of type ExifOrientationEnum Modifier and Type Field Description protected Map<String,Pair<PdfImage,ExifOrientationEnum>>
JRPdfExporter. loadedImagesMap
-