Uses of Interface
net.sf.jasperreports.engine.JRImageAlignment
-
Packages that use JRImageAlignment Package Description net.sf.jasperreports.charts.fill Contains fill time implementations for chart related interfaces.net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.engine 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.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.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. -
-
Uses of JRImageAlignment in net.sf.jasperreports.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRImageAlignment Modifier and Type Class Description class
ChartTemplateImage
-
Uses of JRImageAlignment in net.sf.jasperreports.components.iconlabel
Classes in net.sf.jasperreports.components.iconlabel that implement JRImageAlignment Modifier and Type Class Description class
IconLabelComponent
class
IconLabelComponentFill
-
Uses of JRImageAlignment in net.sf.jasperreports.engine
Subinterfaces of JRImageAlignment in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRCommonImage
An abstract representation that provides basic functionality for images.interface
JRImage
An abstract representation of a graphic element representing an image.interface
JRPrintImage
-
Uses of JRImageAlignment in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRImageAlignment Modifier and Type Class Description class
JRBaseImage
The actual implementation of a graphic element representing an image.class
JRBasePrintImage
-
Uses of JRImageAlignment in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRImageAlignment Modifier and Type Class Description class
JRDesignImage
The 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 JRImageAlignment Modifier and Type Class Description class
JRFillImage
class
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.class
JRTemplateImage
Image information shared by multiple print image objects.class
JRTemplatePrintImage
Implementation ofJRPrintImage
that uses aJRTemplateImage
instance to store common attributes. -
Uses of JRImageAlignment in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRImageAlignment Modifier and Type Method Description HorizontalImageAlignEnum
StyleResolver. getHorizontalImageAlign(JRImageAlignment alignment)
VerticalImageAlignEnum
StyleResolver. getVerticalImageAlign(JRImageAlignment alignment)
static float
ImageUtil. getXAlignFactor(JRImageAlignment imageAlignment)
static float
ImageUtil. getYAlignFactor(JRImageAlignment imageAlignment)
-