Uses of Interface
net.sf.jasperreports.engine.JRTextAlignment
Packages that use JRTextAlignment
Package
Description
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 JRTextAlignment in net.sf.jasperreports.engine
Subinterfaces of JRTextAlignment in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterfaceinterfaceAn abstract representation of a report static text.interfaceAn abstract representation of a report text element.interfaceAn abstract representation of a report text. -
Uses of JRTextAlignment in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRTextAlignmentModifier and TypeClassDescriptionclassclassThis class is used for representing a static text element.classThis class provides functionality common to text elements.classThis class is used for representing a text field. -
Uses of JRTextAlignment in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRTextAlignmentModifier and TypeClassDescriptionclassThis class is used for representing a design static text element.classThis class provides functionality common to design text elements.class -
Uses of JRTextAlignment in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRTextAlignmentModifier and TypeClassDescriptionclassclassclassclassPrint text implementation that supports recorded values.classImplementation ofJRPrintTextthat uses aJRTemplateTextinstance to store common attributes.classText element information shared by multiple print text objects. -
Uses of JRTextAlignment in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRTextAlignmentModifier and TypeMethodDescriptionStyleResolver.getHorizontalTextAlign(JRTextAlignment alignment) StyleResolver.getVerticalTextAlign(JRTextAlignment alignment)