Package | Description |
---|---|
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.export |
Provides utility classes for exporting reports to various popular formats.
|
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.
|
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 java.util.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 |
---|---|
protected boolean |
TextMeasurer.renderNextLine(java.awt.font.LineBreakMeasurer lineMeasurer,
java.text.AttributedCharacterIterator paragraph,
java.util.List<java.lang.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) |
static TabStop[] |
JRStyleResolver.getTabStops(JRParagraph paragraph) |
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) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com