Uses of Interface
net.sf.jasperreports.engine.JRCommonText
-
Packages that use JRCommonText 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.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 JRCommonText in net.sf.jasperreports.engine
Subinterfaces of JRCommonText in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRPrintTextinterfaceJRStaticTextAn abstract representation of a report static text.interfaceJRTextElementAn abstract representation of a report text element.interfaceJRTextFieldAn abstract representation of a report text. -
Uses of JRCommonText in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRCommonText Modifier and Type Class Description classJRBasePrintTextclassJRBaseStaticTextThis class is used for representing a static text element.classJRBaseTextElementThis class provides functionality common to text elements.classJRBaseTextFieldThis class is used for representing a text field. -
Uses of JRCommonText in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRCommonText Modifier and Type Class Description classJRDesignStaticTextThis class is used for representing a design static text element.classJRDesignTextElementThis class provides functionality common to design text elements.classJRDesignTextField -
Uses of JRCommonText in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRCommonText Modifier and Type Class Description classJRFillStaticTextclassJRFillTextElementclassJRFillTextFieldclassJRRecordedValuesPrintTextPrint text implementation that supports recorded values.classJRTemplatePrintTextImplementation ofJRPrintTextthat uses aJRTemplateTextinstance to store common attributes.classJRTemplateTextText element information shared by multiple print text objects.Fields in net.sf.jasperreports.engine.fill declared as JRCommonText Modifier and Type Field Description protected JRCommonTextTextMeasurer. textElementMethods in net.sf.jasperreports.engine.fill that return JRCommonText Modifier and Type Method Description JRCommonTextTextMeasureContext. getElement()Methods in net.sf.jasperreports.engine.fill with parameters of type JRCommonText Modifier and Type Method Description JRTextMeasurerNaiveTextMeasurerFactory. createMeasurer(JasperReportsContext jasperReportsContext, JRCommonText text)JRTextMeasurerTextMeasurerFactory. createMeasurer(JasperReportsContext jasperReportsContext, JRCommonText text)Returns aTextMeasurerinstance for the text object.Constructors in net.sf.jasperreports.engine.fill with parameters of type JRCommonText Constructor Description NaiveTextMeasurer(JRCommonText text)TextMeasurer(JasperReportsContext jasperReportsContext, JRCommonText textElement) -
Uses of JRCommonText in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRCommonText Modifier and Type Method Description JRTextMeasurerJRTextMeasurerFactory. createMeasurer(JasperReportsContext jasperReportsContext, JRCommonText text)Creates a text measurer for a text object.JRTextMeasurerJRTextMeasurerUtil. createTextMeasurer(JRCommonText text)Creates a text measurer for a text object.JRTextMeasurerJRTextMeasurerUtil. createTextMeasurer(JRCommonText text, JRPropertiesHolder propertiesHolder)Creates a text measurer for a text object.java.lang.StringStyleResolver. getMarkup(JRCommonText element)RotationEnumStyleResolver. getRotationValue(JRCommonText element)
-