Uses of Interface
net.sf.jasperreports.engine.JRLine

Packages that use JRLine
net.sf.jasperreports.engine Provides access to the library's main functionality through fa?ade 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.xml Contains classes for loading report templates from XML files. 
 

Uses of JRLine in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRLine
abstract  JRLine JRAbstractObjectFactory.getLine(JRLine line)
           
 

Methods in net.sf.jasperreports.engine with parameters of type JRLine
 void JRExpressionCollector.collect(JRLine line)
           
abstract  JRLine JRAbstractObjectFactory.getLine(JRLine line)
           
 

Uses of JRLine in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRLine
 class JRBaseLine
          The actual implementation of a graphic element representing a straight line.
 

Methods in net.sf.jasperreports.engine.base that return JRLine
 JRLine JRBaseObjectFactory.getLine(JRLine line)
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRLine
 JRLine JRBaseObjectFactory.getLine(JRLine line)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRLine
JRBaseLine(JRLine line, JRBaseObjectFactory factory)
          Initializes properties that are specific to lines.
 

Uses of JRLine in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRLine
 class JRDesignLine
          The actual implementation of a graphic element representing a straight line, used at design time.
 

Uses of JRLine in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRLine
 class JRFillLine
           
 

Methods in net.sf.jasperreports.engine.fill that return JRLine
 JRLine JRFillObjectFactory.getLine(JRLine line)
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRLine
protected  void JRTemplateLine.setLine(JRLine line)
           
 JRLine JRFillObjectFactory.getLine(JRLine line)
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRLine
JRTemplateLine(JRLine line)
           
JRFillLine(JRBaseFiller filler, JRLine line, JRFillObjectFactory factory)
           
 

Uses of JRLine in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRLine
 void JRXmlWriter.writeLine(JRLine line)
           
 



© 2001-2005 JasperSoft Corporation www.jaspersoft.com