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

Packages that use JRParagraphContainer
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). 
 

Uses of JRParagraphContainer in net.sf.jasperreports.engine
 

Subinterfaces of JRParagraphContainer in net.sf.jasperreports.engine
 interface JRCommonText
          Common interface of design and print text elements.
 interface JRConditionalStyle
           
 interface JRPrintText
           
 interface JRStaticText
          An abstract representation of a report static text.
 interface JRStyle
           
 interface JRTextElement
          An abstract representation of a report text element.
 interface JRTextField
          An abstract representation of a report static text.
 

Methods in net.sf.jasperreports.engine with parameters of type JRParagraphContainer
 JRParagraph JRParagraph.clone(JRParagraphContainer paragraphContainer)
           
 

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

Classes in net.sf.jasperreports.engine.base that implement JRParagraphContainer
 class JRBaseConditionalStyle
           
 class JRBasePrintText
           
 class JRBaseStaticText
          This class is used for representing a static text element.
 class JRBaseStyle
           
 class JRBaseTextElement
          This class provides functionality common to text elements.
 class JRBaseTextField
          This class is used for representing a text field.
 

Fields in net.sf.jasperreports.engine.base declared as JRParagraphContainer
protected  JRParagraphContainer JRBaseParagraph.paragraphContainer
           
 

Methods in net.sf.jasperreports.engine.base that return JRParagraphContainer
 JRParagraphContainer JRBaseParagraph.getParagraphContainer()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRParagraphContainer
 JRParagraph JRBaseParagraph.clone(JRParagraphContainer paragraphContainer)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRParagraphContainer
JRBaseParagraph(JRParagraphContainer paragraphContainer)
           
 

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

Classes in net.sf.jasperreports.engine.design that implement JRParagraphContainer
 class JRDesignConditionalStyle
           
 class JRDesignStaticText
          This class is used for representing a design static text element.
 class JRDesignStyle
           
 class JRDesignTextElement
          This class provides functionality common to design text elements.
 class JRDesignTextField
           
 

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

Classes in net.sf.jasperreports.engine.fill that implement JRParagraphContainer
 class JRFillStaticText
           
 class JRFillTextElement
           
 class JRFillTextField
           
 class JRRecordedValuesPrintText
          Print text implementation that supports recorded values.
 class JRTemplatePrintText
          Implementation of JRPrintText that uses a JRTemplateText instance to store common attributes.
 class JRTemplateText
          Text element information shared by multiple print text objects.
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com