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

Packages that use JRStyleContainer
net.sf.jasperreports.crosstabs   
net.sf.jasperreports.crosstabs.base   
net.sf.jasperreports.crosstabs.design   
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.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 Utility classes. 
net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. 
 

Uses of JRStyleContainer in net.sf.jasperreports.crosstabs
 

Subinterfaces of JRStyleContainer in net.sf.jasperreports.crosstabs
 interface JRCellContents
          Crosstab cell contents interface.
 interface JRCrosstab
          Crosstab element interface.
 

Uses of JRStyleContainer in net.sf.jasperreports.crosstabs.base
 

Classes in net.sf.jasperreports.crosstabs.base that implement JRStyleContainer
 class JRBaseCellContents
          Base read-only implementation of JRCellContents.
 class JRBaseCrosstab
          Base read-only crosstab implementation.
 

Uses of JRStyleContainer in net.sf.jasperreports.crosstabs.design
 

Classes in net.sf.jasperreports.crosstabs.design that implement JRStyleContainer
 class JRDesignCellContents
          Implementation of JRCellContents used for report design.
 class JRDesignCrosstab
          Design-time crosstab implementation.
 

Uses of JRStyleContainer in net.sf.jasperreports.engine
 

Subinterfaces of JRStyleContainer in net.sf.jasperreports.engine
 interface JRAlignment
          An interface that defines constants useful for alignment.
 interface JRBox
          This is useful for drawing borders around text elements and images.
 interface JRBoxContainer
           
 interface JRBreak
          An abstract representation of a break element.
 interface JRChart
          Implementations of this interface can be used for rendering chart components.
 interface JRCommonElement
          An abstract representation of a report element.
 interface JRCommonGraphicElement
          An abstract representation of a report graphic element.
 interface JRCommonImage
           
 interface JRCommonRectangle
          An abstract representation of a graphic element representing a rectangle.
 interface JRCommonText
          Common interface of design and print text elements.
 interface JRConditionalStyle
           
 interface JRElement
          An abstract representation of a report element.
 interface JREllipse
          An abstract representation of a graphic element representing an ellipse.
 interface JRFont
          An abstract representation of a font.
 interface JRFrame
          An abstract representation of a report elements container.
 interface JRGraphicElement
          An abstract representation of a report graphic element.
 interface JRImage
          An abstract representation of a graphic element representing an image.
 interface JRLine
          An abstract representation of a graphic element representing a straight line.
 interface JRLineBox
          This is useful for drawing borders around text elements and images.
 interface JRPenContainer
           
 interface JRPrintElement
           
 interface JRPrintEllipse
           
 interface JRPrintFrame
          A print elements container.
 interface JRPrintGraphicElement
           
 interface JRPrintImage
           
 interface JRPrintLine
           
 interface JRPrintRectangle
           
 interface JRPrintText
           
 interface JRRectangle
          An abstract representation of a graphic element representing a rectangle.
 interface JRReportFont
          An abstract representation of a report level font.
 interface JRStaticText
          An abstract representation of a report static text.
 interface JRStyle
           
 interface JRSubreport
           
 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 that return JRStyleContainer
 JRStyleContainer JRPen.getStyleContainer()
           
 

Methods in net.sf.jasperreports.engine with parameters of type JRStyleContainer
abstract  void JRAbstractObjectFactory.setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)
          Sets a style or a style reference on an object.
 

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

Classes in net.sf.jasperreports.engine.base that implement JRStyleContainer
 class JRBaseBox
          Deprecated. Replaced by JRBaseLineBox
 class JRBaseBreak
          The actual implementation of a break element.
 class JRBaseChart
           
 class JRBaseConditionalStyle
           
 class JRBaseElement
          This class provides a skeleton implementation for a report element.
 class JRBaseEllipse
          The actual implementation of a graphic element representing an ellipse.
 class JRBaseFont
           
 class JRBaseFrame
          Base read-only implementation of JRFrame.
 class JRBaseGraphicElement
          This class provides functionality common to graphic elements.
 class JRBaseImage
          The actual implementation of a graphic element representing an image.
 class JRBaseLine
          The actual implementation of a graphic element representing a straight line.
 class JRBaseLineBox
          This is useful for drawing borders around text elements and images.
 class JRBasePrintElement
           
 class JRBasePrintEllipse
           
 class JRBasePrintFrame
          Base implementation of JRPrintFrame.
 class JRBasePrintGraphicElement
           
 class JRBasePrintImage
           
 class JRBasePrintLine
           
 class JRBasePrintRectangle
           
 class JRBasePrintText
           
 class JRBaseRectangle
          The actual implementation of a graphic element representing a rectangle.
 class JRBaseReportFont
           
 class JRBaseStaticText
          This class is used for representing a static text element.
 class JRBaseStyle
           
 class JRBaseSubreport
           
 class JRBaseTextElement
          This class provides functionality common to text elements.
 class JRBaseTextField
          This class is used for representing a text field.
protected static class JRVirtualPrintPage.JRIdHolderTemplateElement
           
 

Fields in net.sf.jasperreports.engine.base declared as JRStyleContainer
protected  JRStyleContainer JRBaseFont.styleContainer
           
 

Methods in net.sf.jasperreports.engine.base that return JRStyleContainer
 JRStyleContainer JRBasePen.getStyleContainer()
           
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRStyleContainer
 void JRBaseObjectFactory.setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)
          This method preserves both specified styles and external style name references.
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRStyleContainer
JRBaseFont(JRDefaultFontProvider defaultFontProvider, JRReportFont reportFont, JRStyleContainer styleContainer, JRFont font)
           
 

Uses of JRStyleContainer in net.sf.jasperreports.engine.convert
 

Methods in net.sf.jasperreports.engine.convert with parameters of type JRStyleContainer
protected  JRStyle ReportConverter.resolveStyle(JRStyleContainer originalContainer)
           
 

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

Classes in net.sf.jasperreports.engine.design that implement JRStyleContainer
 class JRDesignBreak
          The actual implementation of a break element, used at design time.
 class JRDesignChart
           
 class JRDesignConditionalStyle
           
 class JRDesignElement
          This class provides a skeleton implementation for a design time report element.
 class JRDesignEllipse
          The actual implementation of a graphic element representing an ellipse, used at design time.
 class JRDesignFont
           
 class JRDesignFrame
          Implementation of JRFrame to be used at design time.
 class JRDesignGraphicElement
          This class contains functionality common to graphic elements at design time.
 class JRDesignImage
          The actual implementation of a graphic element representing an image, used at design time.
 class JRDesignLine
          The actual implementation of a graphic element representing a straight line, used at design time.
 class JRDesignRectangle
          The actual implementation of a graphic element representing a rectangle, used at design time.
 class JRDesignReportFont
           
 class JRDesignStaticText
          This class is used for representing a design static text element.
 class JRDesignStyle
           
 class JRDesignSubreport
           
 class JRDesignTextElement
          This class provides functionality common to design text elements.
 class JRDesignTextField
           
 

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

Subinterfaces of JRStyleContainer in net.sf.jasperreports.engine.fill
 interface JRRecordedValuesPrintElement
          Interface implemented by print elements that can record field/variable values.
 

Classes in net.sf.jasperreports.engine.fill that implement JRStyleContainer
 class JRFillBreak
           
 class JRFillCellContents
          Crosstab cell contents filler.
 class JRFillChart
           
 class JRFillCrosstab
          Fill-time implementation of a crosstab.
 class JRFillElement
           
 class JRFillEllipse
           
 class JRFillFrame
          Fill time implementation of a frame element.
 class JRFillGraphicElement
           
 class JRFillImage
           
 class JRFillLine
           
 class JRFillRectangle
           
 class JRFillStaticText
           
 class JRFillSubreport
           
 class JRFillTextElement
           
 class JRFillTextField
           
 class JRRecordedValuesPrintImage
          Print image implementation that supports recorded values.
 class JRRecordedValuesPrintText
          Print text implementation that supports recorded values.
 class JRTemplateElement
           
 class JRTemplateEllipse
           
 class JRTemplateFrame
          Frame information shared by multiple print frame objects.
 class JRTemplateGraphicElement
           
 class JRTemplateImage
           
 class JRTemplateLine
           
 class JRTemplatePrintElement
           
 class JRTemplatePrintEllipse
           
 class JRTemplatePrintFrame
          Implementation of JRPrintFrame that uses template frames for keeping common data.
 class JRTemplatePrintGraphicElement
           
 class JRTemplatePrintImage
           
 class JRTemplatePrintLine
           
 class JRTemplatePrintRectangle
           
 class JRTemplatePrintText
           
 class JRTemplateRectangle
           
 class JRTemplateText
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRStyleContainer
 void JRFillObjectFactory.registerDelayedStyleSetter(JRStyleSetter delayedSetter, JRStyleContainer styleContainer)
           
 void JRFillObjectFactory.setStyle(JRStyleSetter setter, JRStyleContainer styleContainer)
           
 

Uses of JRStyleContainer in net.sf.jasperreports.engine.util
 

Classes in net.sf.jasperreports.engine.util that implement JRStyleContainer
 class LineBoxWrapper
           
 

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

Methods in net.sf.jasperreports.engine.xml with parameters of type JRStyleContainer
protected  void JRXmlBaseWriter.writeStyleReferenceAttr(JRStyleContainer styleContainer)
           
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com