Uses of Interface
net.sf.jasperreports.engine.JRImageAlignment
Packages that use JRImageAlignment
Package
Description
Contains fill time implementations for chart related interfaces.
Contains classes for the built-in Icon Label component.
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
Contains base implementations for the library's main interfaces.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRImageAlignment in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRImageAlignment -
Uses of JRImageAlignment in net.sf.jasperreports.components.iconlabel
Classes in net.sf.jasperreports.components.iconlabel that implement JRImageAlignment -
Uses of JRImageAlignment in net.sf.jasperreports.engine
Subinterfaces of JRImageAlignment in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterfaceAn abstract representation that provides basic functionality for images.interfaceAn abstract representation of a graphic element representing an image.interface -
Uses of JRImageAlignment in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRImageAlignmentModifier and TypeClassDescriptionclassThe actual implementation of a graphic element representing an image.class -
Uses of JRImageAlignment in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRImageAlignmentModifier and TypeClassDescriptionclassThe actual implementation of a graphic element representing an image, used at design time. -
Uses of JRImageAlignment in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRImageAlignmentModifier and TypeClassDescriptionclassclassPrint image implementation that supports recorded values.classImage information shared by multiple print image objects.classImplementation ofJRPrintImagethat uses aJRTemplateImageinstance to store common attributes. -
Uses of JRImageAlignment in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRImageAlignmentModifier and TypeMethodDescriptionStyleResolver.getHorizontalImageAlign(JRImageAlignment alignment) StyleResolver.getVerticalImageAlign(JRImageAlignment alignment) static floatImageUtil.getXAlignFactor(JRImageAlignment imageAlignment) static floatImageUtil.getYAlignFactor(JRImageAlignment imageAlignment)