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.export |
Provides utility classes for exporting reports to various popular formats such as
PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.
|
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.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRParagraph |
JRParagraph.clone(JRParagraphContainer paragraphContainer) |
JRParagraph |
JRParagraphContainer.getParagraph() |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseParagraph |
Modifier and Type | Field and Description |
---|---|
protected JRParagraph |
JRBasePrintText.paragraph |
protected JRParagraph |
JRBaseStyle.paragraph |
protected JRParagraph |
JRBaseTextElement.paragraph |
Modifier and Type | Method and Description |
---|---|
JRParagraph |
JRBaseParagraph.clone(JRParagraphContainer paragraphContainer) |
JRParagraph |
JRBasePrintText.getParagraph() |
JRParagraph |
JRBaseStyle.getParagraph() |
JRParagraph |
JRBaseTextElement.getParagraph() |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintText.copyParagraph(JRParagraph paragraph) |
Modifier and Type | Field and Description |
---|---|
protected JRParagraph |
JRDesignTextElement.paragraph |
Modifier and Type | Method and Description |
---|---|
JRParagraph |
JRDesignTextElement.getParagraph() |
Modifier and Type | Method and Description |
---|---|
static float |
AbstractTextRenderer.getLineHeight(boolean isFirstLine,
JRParagraph paragraph,
float maxLeading,
float maxAscent) |
Modifier and Type | Class and Description |
---|---|
class |
CachingParagraph |
Modifier and Type | Field and Description |
---|---|
protected JRParagraph |
JRFillTextElement.initParagraph |
protected JRParagraph |
JRTemplateText.paragraph |
protected JRParagraph |
JRFillTextElement.paragraph |
Modifier and Type | Method and Description |
---|---|
JRParagraph |
CachingParagraph.clone(JRParagraphContainer paragraphContainer) |
JRParagraph |
JRTemplateText.getParagraph() |
JRParagraph |
JRTemplatePrintText.getParagraph() |
JRParagraph |
JRFillTextElement.getParagraph() |
protected JRParagraph |
JRFillTextElement.getPrintParagraph() |
Modifier and Type | Method and Description |
---|---|
void |
JRTemplateText.copyParagraph(JRParagraph prg)
Copies paragraph attributes.
|
Constructor and Description |
---|
CachingParagraph(JRParagraph base) |
Modifier and Type | Method and Description |
---|---|
static void |
JRStyleResolver.appendParagraph(JRParagraph destParagraph,
JRParagraph srcParagraph)
Merges two paragraphs, by appending the properties of the source paragraph to the ones of the destination paragraph.
|
static java.lang.Integer |
JRStyleResolver.getFirstLineIndent(JRParagraph paragraph) |
static TabStop |
ParagraphUtil.getFirstTabStop(JRParagraph paragraph,
float endX) |
static TabStop |
ParagraphUtil.getLastTabStop(JRParagraph paragraph,
float endX) |
static java.lang.Integer |
JRStyleResolver.getLeftIndent(JRParagraph paragraph) |
static LineSpacingEnum |
JRStyleResolver.getLineSpacing(JRParagraph paragraph) |
static java.lang.Float |
JRStyleResolver.getLineSpacingSize(JRParagraph paragraph) |
static TabStop |
ParagraphUtil.getNextTabStop(JRParagraph paragraph,
float endX,
float rightX) |
static java.lang.Integer |
JRStyleResolver.getRightIndent(JRParagraph paragraph) |
static java.lang.Integer |
JRStyleResolver.getSpacingAfter(JRParagraph paragraph) |
static java.lang.Integer |
JRStyleResolver.getSpacingBefore(JRParagraph paragraph) |
static TabStop[] |
JRStyleResolver.getTabStops(JRParagraph paragraph) |
static TabStop[] |
ParagraphUtil.getTabStops(JRParagraph paragraph,
float endX) |
static java.lang.Integer |
JRStyleResolver.getTabStopWidth(JRParagraph paragraph) |
protected void |
JRApiWriter.writeParagraph(JRParagraph paragraph,
java.lang.String paragraphHolder) |
Modifier and Type | Method and Description |
---|---|
static void |
JRParagraphFactory.setParagraphAttributes(org.xml.sax.Attributes atts,
JRParagraph paragraph) |
void |
JRXmlBaseWriter.writeParagraph(JRParagraph paragraph) |
void |
JRXmlBaseWriter.writeParagraph(JRParagraph paragraph,
XmlNamespace namespace) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com