Uses of Interface
net.sf.jasperreports.engine.JRLine
-
Packages that use JRLine 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.convert 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 JRLine in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine with parameters of type JRLine Modifier and Type Method Description void
JRExpressionCollector. collect(JRLine line)
void
JRVisitor. visitLine(JRLine line)
-
Uses of JRLine in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRLine Modifier and Type Class Description class
JRBaseLine
The actual implementation of a graphic element representing a straight line.Methods in net.sf.jasperreports.engine.base with parameters of type JRLine Modifier and Type Method Description void
JRBaseObjectFactory. visitLine(JRLine line)
Constructors in net.sf.jasperreports.engine.base with parameters of type JRLine Constructor Description JRBaseLine(JRLine line, JRBaseObjectFactory factory)
Initializes properties that are specific to lines. -
Uses of JRLine in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert with parameters of type JRLine Modifier and Type Method Description void
ConvertVisitor. visitLine(JRLine line)
-
Uses of JRLine in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRLine Modifier and Type Class Description class
JRDesignLine
The actual implementation of a graphic element representing a straight line, used at design time.Methods in net.sf.jasperreports.engine.design with parameters of type JRLine Modifier and Type Method Description void
JRVerifierVisitor. visitLine(JRLine line)
-
Uses of JRLine in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRLine Modifier and Type Class Description class
JRFillLine
Methods in net.sf.jasperreports.engine.fill with parameters of type JRLine Modifier and Type Method Description protected void
JRTemplateLine. setLine(JRLine line)
void
JRFillObjectFactory. visitLine(JRLine line)
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRLine Constructor Description JRFillLine(JRBaseFiller filler, JRLine line, JRFillObjectFactory factory)
JRTemplateLine(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRLine line)
-
Uses of JRLine in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRLine Modifier and Type Method Description void
JRApiWriterVisitor. visitLine(JRLine line)
void
JRDelegationVisitor. visitLine(JRLine line)
void
JRVisitorSupport. visitLine(JRLine line)
void
UniformElementVisitor. visitLine(JRLine line)
void
JRApiWriter. writeLine(JRLine line, String lineName)
-