Uses of Interface
net.sf.jasperreports.engine.JRPrintAnchor
-
Packages that use JRPrintAnchor Package Description 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.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.pdf -
-
Uses of JRPrintAnchor in net.sf.jasperreports.engine
Subinterfaces of JRPrintAnchor in net.sf.jasperreports.engine Modifier and Type Interface Description interface
JRPrintImage
interface
JRPrintText
-
Uses of JRPrintAnchor in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPrintAnchor Modifier and Type Class Description class
JRBasePrintImage
class
JRBasePrintText
-
Uses of JRPrintAnchor in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRPrintAnchor Modifier and Type Class Description class
JRRecordedValuesPrintImage
Print image implementation that supports recorded values.class
JRRecordedValuesPrintText
Print text implementation that supports recorded values.class
JRTemplatePrintImage
Implementation ofJRPrintImage
that uses aJRTemplateImage
instance to store common attributes.class
JRTemplatePrintText
Implementation ofJRPrintText
that uses aJRTemplateText
instance to store common attributes. -
Uses of JRPrintAnchor in net.sf.jasperreports.pdf
Methods in net.sf.jasperreports.pdf with parameters of type JRPrintAnchor Modifier and Type Method Description protected void
JRPdfExporter. setAnchor(PdfChunk chunk, JRPrintAnchor anchor, JRPrintElement element)
-