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.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 |
---|---|
TabStop[] |
JRParagraph.getOwnTabStops()
Gets the custom tab stops.
|
TabStop[] |
JRParagraph.getTabStops()
Gets the custom tab stops.
|
Modifier and Type | Method and Description |
---|---|
void |
JRParagraph.addTabStop(int index,
TabStop tabStop) |
void |
JRParagraph.addTabStop(TabStop tabStop) |
void |
JRParagraph.removeTabStop(TabStop tabStop) |
Modifier and Type | Field and Description |
---|---|
protected List<TabStop> |
JRBaseParagraph.tabStops |
Modifier and Type | Method and Description |
---|---|
TabStop[] |
JRBaseParagraph.getOwnTabStops() |
TabStop[] |
JRBaseParagraph.getTabStops() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseParagraph.addTabStop(int index,
TabStop tabStop) |
void |
JRBaseParagraph.addTabStop(TabStop tabStop) |
void |
JRBaseParagraph.removeTabStop(TabStop tabStop) |
Modifier and Type | Method and Description |
---|---|
void |
JRXmlExporter.exportTabStop(TabStop tabStop) |
Modifier and Type | Method and Description |
---|---|
TabStop[] |
CachingParagraph.getOwnTabStops() |
TabStop[] |
CachingParagraph.getTabStops() |
Modifier and Type | Method and Description |
---|---|
void |
CachingParagraph.addTabStop(int index,
TabStop tabStop) |
void |
CachingParagraph.addTabStop(TabStop tabStop) |
void |
CachingParagraph.removeTabStop(TabStop tabStop) |
protected boolean |
TextMeasurer.renderNextLine(TextLineWrapper lineWrapper,
List<Integer> tabIndexes,
int[] currentTabHolder,
TabStop[] nextTabStopHolder,
boolean[] requireNextWordHolder) |
Modifier and Type | Method and Description |
---|---|
static TabStop |
ParagraphUtil.getFirstTabStop(JRParagraph paragraph,
float endX) |
static TabStop |
ParagraphUtil.getLastTabStop(JRParagraph paragraph,
float endX) |
static TabStop |
ParagraphUtil.getNextTabStop(JRParagraph paragraph,
float endX,
float rightX) |
TabStop[] |
StyleResolver.getTabStops(JRParagraph paragraph) |
static TabStop[] |
JRStyleResolver.getTabStops(JRParagraph paragraph)
Deprecated.
|
static TabStop[] |
ParagraphUtil.getTabStops(JRParagraph paragraph,
float endX) |
Modifier and Type | Method and Description |
---|---|
static float |
ParagraphUtil.getLeftX(TabStop tabStop,
float advance) |
static float |
ParagraphUtil.getRightX(TabStop tabStop,
float advance) |
static float |
ParagraphUtil.getSegmentOffset(TabStop tabStop,
float rightX) |
Modifier and Type | Method and Description |
---|---|
void |
JRXmlBaseWriter.writeTabStop(TabStop tabStop) |
Copyright © 2017. All rights reserved.