Skip navigation links
A B C D E G H I L M N O P R S T U V W Y 

A

A0 - Class in net.sf.nervalreports.core.paper.formats
Format definition for A0 paper.
A1 - Class in net.sf.nervalreports.core.paper.formats
Format definition for A1 paper.
A2 - Class in net.sf.nervalreports.core.paper.formats
Format definition for A2 paper.
A3 - Class in net.sf.nervalreports.core.paper.formats
Format definition for A3 paper.
A4 - Class in net.sf.nervalreports.core.paper.formats
Format definition for A4 paper.
A5 - Class in net.sf.nervalreports.core.paper.formats
Format definition for A5 paper.
A6 - Class in net.sf.nervalreports.core.paper.formats
Format definition for A6 paper.
addColor(int, int, int, String) - Method in class net.sf.nervalreports.core.ReportGenerator
Declare a color in RGB mode.
addCurrentPageNumber() - Method in class net.sf.nervalreports.core.ReportGenerator
Add the current page number to the report.
addImage(byte[], String, int) - Method in class net.sf.nervalreports.core.ReportGenerator
Add an image defined by a byte array of its format (usually it's safe to consider that all ReportGenerator's who support images will support PNG and JPG images formats here).
addLineBreak() - Method in class net.sf.nervalreports.core.ReportGenerator
Add a line break to the document.
addLineSpaces(int) - Method in class net.sf.nervalreports.core.ReportGenerator
Add n blank lines to the report.
addLinkedImage(String, int) - Method in class net.sf.nervalreports.core.ReportGenerator
Add an image to the document by its link.
addSeparatorLine() - Method in class net.sf.nervalreports.core.ReportGenerator
Add an horizontal line (-----) separator to the report.
addTableCell(String, int, int) - Method in class net.sf.nervalreports.core.ReportGenerator
Same of ReportGenerator.addTableCell(String), but defining its spans.
addTableCell(String) - Method in class net.sf.nervalreports.core.ReportGenerator
Adds a textual table cell element to the page.
addTableHeaderCell(String) - Method in class net.sf.nervalreports.core.ReportGenerator
Add a table header title text for a single table column.
addTableHeaderCell(String, int) - Method in class net.sf.nervalreports.core.ReportGenerator
Add a table header title text.
addTableHeaderRow(List<String>) - Method in class net.sf.nervalreports.core.ReportGenerator
Create a table header row with a predefined list of table column's titles.
addTableRow(List<String>) - Method in class net.sf.nervalreports.core.ReportGenerator
Generate a table line

Note: only use this function if a priori (ie: at the moment of ResultSet iteration) it isn't possible to add the columns.
addText(String) - Method in class net.sf.nervalreports.core.ReportGenerator
Add (or better, append) a contiguous text to the report.
addTextLine(String) - Method in class net.sf.nervalreports.core.ReportGenerator
Add text to the report with a line break at end.
addTextWithNullSupport(String) - Method in class net.sf.nervalreports.core.ReportGenerator
Add (or better, append) a contiguous text to the report, replacing null and empty values with '-'.
addTotalPagesCount() - Method in class net.sf.nervalreports.core.ReportGenerator
Add the number of total report pages to the report.

B

beginDocument() - Method in class net.sf.nervalreports.core.ReportGenerator
Init the document.
beginDocumentBody() - Method in class net.sf.nervalreports.core.ReportGenerator
Begin the report document body, where usually are all report data.
beginDocumentHead() - Method in class net.sf.nervalreports.core.ReportGenerator
Begin the document's header, where should lies all specific implementation declarations.
beginGroup(ReportGroupType) - Method in class net.sf.nervalreports.core.ReportGenerator
Begin a group of report elements.
beginGroup(ReportGroupType, String) - Method in class net.sf.nervalreports.core.ReportGenerator
Begin a named group of report elements.
beginPageFooterCenter() - Method in class net.sf.nervalreports.core.ReportGenerator
Init the center page footer definition.
beginPageFooterLeft() - Method in class net.sf.nervalreports.core.ReportGenerator
Init the left page footer definition.
beginPageFooterRight() - Method in class net.sf.nervalreports.core.ReportGenerator
Init the right page footer definition.
beginPageHeaderCenter() - Method in class net.sf.nervalreports.core.ReportGenerator
Begin the center page header definition.
beginPageHeaderLeft() - Method in class net.sf.nervalreports.core.ReportGenerator
Begin the right page header definition.
beginPageHeaderRight() - Method in class net.sf.nervalreports.core.ReportGenerator
Begin the right page header definition.
beginTable(int, int...) - Method in class net.sf.nervalreports.core.ReportGenerator
Begin a table, defining or not the width of all its columns.
beginTableCell() - Method in class net.sf.nervalreports.core.ReportGenerator
Begin the creation of a table element (cell), of a single column in a single row.
beginTableCell(int, int) - Method in class net.sf.nervalreports.core.ReportGenerator
Begin the creation of a table element (cell).
beginTableHeaderRow() - Method in class net.sf.nervalreports.core.ReportGenerator
Begin the definition of a table header row.
beginTableRow() - Method in class net.sf.nervalreports.core.ReportGenerator
Init a table row.
beginTableWithFixedDefinedWidth(int, int) - Method in class net.sf.nervalreports.core.ReportGenerator
Begin a table definition, setting all column's width to the same fixed value.
BLACK - Static variable in class net.sf.nervalreports.core.ReportColors
 
BLUE - Static variable in class net.sf.nervalreports.core.ReportColors
 

C

checkDocumentNotFinished() - Method in class net.sf.nervalreports.core.ReportGenerator
Check if document is inited and not yet finished.
checkNotOpenedFooterOrHeader() - Method in class net.sf.nervalreports.core.ReportGenerator
Check if no footer or header block is currently opened.
checkStackState(boolean, ReportGenerator.ReportBlockToken...) - Method in class net.sf.nervalreports.core.ReportGenerator
Verify the top of currently opened commands, expecting at last one type.
convert(String) - Method in class net.sf.nervalreports.core.TextualFileConverter
Convert the textual file loaded at the String to another format, represented by a byte array, using the default machine charset.
convert(String, Charset) - Method in class net.sf.nervalreports.core.TextualFileConverter
Convert the textual file loaded at the String to another format, represented by a byte array, using an specific charset.
CYAN - Static variable in class net.sf.nervalreports.core.ReportColors
 

D

DEFAULT_EVEN_ROW_COLOR - Static variable in class net.sf.nervalreports.core.ReportColors
 
DEFAULT_HEADER_BACKGROUND_COLOR - Static variable in class net.sf.nervalreports.core.ReportColors
 
DEFAULT_ODD_ROW_COLOR - Static variable in class net.sf.nervalreports.core.ReportColors
 
DEFAULT_TEXT_COLOR - Static variable in class net.sf.nervalreports.core.ReportColors
 
DEFINED_COLORS - Static variable in class net.sf.nervalreports.core.ReportColors
Array with all distinct colors defined in ReportColors.
doAddColor(ReportColor) - Method in class net.sf.nervalreports.core.ReportGenerator
Add a color to the document.
doAddCurrentPageNumber() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.addCurrentPageNumber().
doAddImage(byte[], String, int) - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.addImage(byte[], java.lang.String, int).
doAddLinkedImage(String, int) - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.addLinkedImage(java.lang.String, int).
doAddSeparatorLine() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.addSeparatorLine().
doAddTableHeaderCell(String, int) - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.addTableHeaderCell(java.lang.String).
doAddText(String) - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.addText(java.lang.String).
doAddTotalPagesCount() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.addTotalPagesCount().
doBeginDocument() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginDocument().
doBeginDocumentBody() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginDocumentBody().
doBeginDocumentHead() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginDocumentHead().
doBeginGroup(ReportGroupType, String) - Method in class net.sf.nervalreports.core.ReportGenerator
doBeginPageFooterCenter() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginPageFooterCenter().
doBeginPageFooterLeft() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginPageFooterLeft().
doBeginPageFooterRight() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginPageFooterRight().
doBeginPageHeaderCenter() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginPageHeaderCenter().
doBeginPageHeaderLeft() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginPageHeaderLeft().
doBeginPageHeaderRight() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginPageHeaderRight().
doBeginTable(int, int[]) - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginTable(int, int...).
doBeginTableCell(int, int) - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginTableCell(int, int).
doBeginTableHeaderRow() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginTableHeaderRow().
doBeginTableRow() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.beginTableRow().
doConvert(String, Charset) - Method in class net.sf.nervalreports.core.TextualFileConverter
Convert the textual file loaded at the String to another format, represented by a byte array, using an specific charset.
doCreateLineSpaces(int) - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.addLineSpaces(int).
doDefineMargins(int, int, int, int) - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.setMargins(int, int, int, int).
doEndDocument() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endDocument().
doEndDocumentBody() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endDocumentBody().
doEndDocumentHead() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endDocumentHead().
doEndGroup(ReportGroupType) - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endGroup().
doEndPageFooterCenter() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endPageFooterCenter().
doEndPageFooterLeft() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endPageFooterLeft().
doEndPageFooterRight() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endPageFooterRight().
doEndPageHeaderCenter() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endPageHeaderCenter().
doEndPageHeaderLeft() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endPageHeaderLeft().
doEndPageHeaderRight() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endPageHeaderRight().
doEndTable() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endTable().
doEndTableCell() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endTableCell().
doEndTableHeaderRow() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endTableHeaderRow().
doEndTableRow() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.endTableRow().
doHintFont(boolean) - Method in class net.sf.nervalreports.core.ReportGenerator
Implementation of the hint to use a serifed or non-serifed font.
doHintLanguage(String) - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.hintLanguage(String).
doLineBreak() - Method in class net.sf.nervalreports.core.ReportGenerator
The format specific implementation of ReportGenerator.addLineBreak().

E

endDocument() - Method in class net.sf.nervalreports.core.ReportGenerator
End the document.
endDocumentBody() - Method in class net.sf.nervalreports.core.ReportGenerator
End the currently opened report body.
endDocumentHead() - Method in class net.sf.nervalreports.core.ReportGenerator
End the header of the document.
endGroup() - Method in class net.sf.nervalreports.core.ReportGenerator
End the current opened group of report elements.
endPageFooterCenter() - Method in class net.sf.nervalreports.core.ReportGenerator
End the center page footer definition.
endPageFooterLeft() - Method in class net.sf.nervalreports.core.ReportGenerator
End the left page footer definition.
endPageFooterRight() - Method in class net.sf.nervalreports.core.ReportGenerator
End the right page footer definition.
endPageHeaderCenter() - Method in class net.sf.nervalreports.core.ReportGenerator
End the center page header definition.
endPageHeaderLeft() - Method in class net.sf.nervalreports.core.ReportGenerator
End the center page header definition.
endPageHeaderRight() - Method in class net.sf.nervalreports.core.ReportGenerator
End the right page header definition.
endTable() - Method in class net.sf.nervalreports.core.ReportGenerator
End the current table.
endTableCell() - Method in class net.sf.nervalreports.core.ReportGenerator
Ends the definition of a table cell element.
endTableHeaderRow() - Method in class net.sf.nervalreports.core.ReportGenerator
End the declaration of current table header row.
endTableRow() - Method in class net.sf.nervalreports.core.ReportGenerator
Ends the definition of a table row line.

G

getBlue() - Method in class net.sf.nervalreports.core.ReportColor
 
getBorderColor() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getBorderWidth() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getCharset() - Method in class net.sf.nervalreports.core.charsets.ReportCharset
 
getContentType() - Method in class net.sf.nervalreports.core.TextualFileConverter
 
getEvenRowColor() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getFileExtension() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getFileExtension() - Method in class net.sf.nervalreports.core.TextualFileConverter
 
getFontSize() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getGreen() - Method in class net.sf.nervalreports.core.ReportColor
 
getHeaderBackgroundColor() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getHeight() - Method in class net.sf.nervalreports.core.paper.ReportPaperFormat
 
getHeightInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A0
getHeightInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A1
getHeightInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A2
getHeightInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A3
getHeightInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A4
getHeightInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A5
getHeightInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A6
getHeightInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.Legal
getHeightInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.Letter
getHeightInMillimeters() - Method in class net.sf.nervalreports.core.paper.ReportPaperFormat
 
getHtmlName() - Method in class net.sf.nervalreports.core.paper.formats.A0
Name of the format used on HTML @page size
getHtmlName() - Method in class net.sf.nervalreports.core.paper.formats.A1
Name of the format used on HTML @page size
getHtmlName() - Method in class net.sf.nervalreports.core.paper.formats.A2
Name of the format used on HTML @page size
getHtmlName() - Method in class net.sf.nervalreports.core.paper.formats.A3
Name of the format used on HTML @page size
getHtmlName() - Method in class net.sf.nervalreports.core.paper.formats.A4
Name of the format used on HTML @page size
getHtmlName() - Method in class net.sf.nervalreports.core.paper.formats.A5
Name of the format used on HTML @page size
getHtmlName() - Method in class net.sf.nervalreports.core.paper.formats.A6
Name of the format used on HTML @page size
getHtmlName() - Method in class net.sf.nervalreports.core.paper.formats.Legal
Name of the format used on HTML @page size
getHtmlName() - Method in class net.sf.nervalreports.core.paper.formats.Letter
Name of the format used on HTML @page size
getHtmlName() - Method in class net.sf.nervalreports.core.paper.ReportPaperFormat
Name of the format used on HTML @page size
getLaTeXFontEnc() - Method in class net.sf.nervalreports.core.charsets.Latin1
getLaTeXFontEnc() - Method in class net.sf.nervalreports.core.charsets.ReportCharset
 
getLaTeXFontEnc() - Method in class net.sf.nervalreports.core.charsets.UTF8
getLaTeXInputEnc() - Method in class net.sf.nervalreports.core.charsets.Latin1
getLaTeXInputEnc() - Method in class net.sf.nervalreports.core.charsets.ReportCharset
 
getLaTeXInputEnc() - Method in class net.sf.nervalreports.core.charsets.UTF8
getMargins() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getName() - Method in class net.sf.nervalreports.core.ReportColor
 
getOddRowColor() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getPaperFormat() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getProcessOutputAsString(Process, boolean) - Static method in class net.sf.nervalreports.core.TextualFileConverterUtils
Get process' output as an UTF-8 encoded String.
getRed() - Method in class net.sf.nervalreports.core.ReportColor
 
getReportCharset() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getRowColor() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getSingleton() - Static method in class net.sf.nervalreports.core.paper.formats.A0
 
getSingleton() - Static method in class net.sf.nervalreports.core.paper.formats.A1
 
getSingleton() - Static method in class net.sf.nervalreports.core.paper.formats.A2
 
getSingleton() - Static method in class net.sf.nervalreports.core.paper.formats.A3
 
getSingleton() - Static method in class net.sf.nervalreports.core.paper.formats.A4
 
getSingleton() - Static method in class net.sf.nervalreports.core.paper.formats.A5
 
getSingleton() - Static method in class net.sf.nervalreports.core.paper.formats.A6
 
getSingleton() - Static method in class net.sf.nervalreports.core.paper.formats.Legal
 
getSingleton() - Static method in class net.sf.nervalreports.core.paper.formats.Letter
 
getStringBuilder() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getTeXName() - Method in class net.sf.nervalreports.core.paper.formats.A0
Name of the format used on LaTeX \documentclass
getTeXName() - Method in class net.sf.nervalreports.core.paper.formats.A1
Name of the format used on LaTeX \documentclass
getTeXName() - Method in class net.sf.nervalreports.core.paper.formats.A2
Name of the format used on LaTeX \documentclass
getTeXName() - Method in class net.sf.nervalreports.core.paper.formats.A3
Name of the format used on LaTeX \documentclass
getTeXName() - Method in class net.sf.nervalreports.core.paper.formats.A4
Name of the format used on LaTeX \documentclass
getTeXName() - Method in class net.sf.nervalreports.core.paper.formats.A5
Name of the format used on LaTeX \documentclass
getTeXName() - Method in class net.sf.nervalreports.core.paper.formats.A6
Name of the format used on LaTeX \documentclass
getTeXName() - Method in class net.sf.nervalreports.core.paper.formats.Legal
Name of the format used on LaTeX \documentclass
getTeXName() - Method in class net.sf.nervalreports.core.paper.formats.Letter
Name of the format used on LaTeX \documentclass
getTeXName() - Method in class net.sf.nervalreports.core.paper.ReportPaperFormat
Name of the format used on LaTeX \documentclass
getTextAlignment() - Method in class net.sf.nervalreports.core.ReportGenerator
getTextColor() - Method in class net.sf.nervalreports.core.ReportGenerator
 
getWidth() - Method in class net.sf.nervalreports.core.paper.ReportPaperFormat
 
getWidthInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A0
getWidthInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A1
getWidthInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A2
getWidthInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A3
getWidthInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A4
getWidthInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A5
getWidthInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.A6
getWidthInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.Legal
getWidthInMillimeters() - Method in class net.sf.nervalreports.core.paper.formats.Letter
getWidthInMillimeters() - Method in class net.sf.nervalreports.core.paper.ReportPaperFormat
 
GOLD - Static variable in class net.sf.nervalreports.core.ReportColors
 
GREEN - Static variable in class net.sf.nervalreports.core.ReportColors
 

H

hintLanguage(String) - Method in class net.sf.nervalreports.core.ReportGenerator
Define the language to use.
hintNonSerifFont() - Method in class net.sf.nervalreports.core.ReportGenerator
Hint to use a non-serifed font.
hintSerifFont() - Method in class net.sf.nervalreports.core.ReportGenerator
Hint to use a serifed font.

I

isBold() - Method in class net.sf.nervalreports.core.ReportGenerator
 
isHeaderAndFooterDeclarationAtDocumentHead() - Method in class net.sf.nervalreports.core.ReportGenerator
 
isInsideHeaderOrFooter() - Method in class net.sf.nervalreports.core.ReportGenerator
 
isItalic() - Method in class net.sf.nervalreports.core.ReportGenerator
 

L

Latin1 - Class in net.sf.nervalreports.core.charsets
ISO-8859-1 character set.
Latin1() - Constructor for class net.sf.nervalreports.core.charsets.Latin1
Default constructor
Legal - Class in net.sf.nervalreports.core.paper.formats
Format definition for Legal paper.
Letter - Class in net.sf.nervalreports.core.paper.formats
Format definition for Letter paper.

M

MAGENTA - Static variable in class net.sf.nervalreports.core.ReportColors
 

N

net.sf.nervalreports.core - package net.sf.nervalreports.core
 
net.sf.nervalreports.core.charsets - package net.sf.nervalreports.core.charsets
 
net.sf.nervalreports.core.paper - package net.sf.nervalreports.core.paper
 
net.sf.nervalreports.core.paper.formats - package net.sf.nervalreports.core.paper.formats
 

O

ORANGE - Static variable in class net.sf.nervalreports.core.ReportColors
 

P

PIXELS_TO_UNITS_FACTOR - Static variable in class net.sf.nervalreports.core.ReportGenerator
Conversion factor from pixels to PDF units.

R

RED - Static variable in class net.sf.nervalreports.core.ReportColors
 
release() - Method in class net.sf.nervalreports.core.ReportGenerator
Clear all references of the report generation (including files created) when it's no more necessary (for example, on reports generated for web applications, after it is sent to the client).
ReportCharset - Class in net.sf.nervalreports.core.charsets
The basic class for charsets definitions.
ReportCharset(Charset) - Constructor for class net.sf.nervalreports.core.charsets.ReportCharset
Internal constructor.
ReportColor - Class in net.sf.nervalreports.core
A color representation to be used on reports.
ReportColors - Class in net.sf.nervalreports.core
Useful predefined colors.
ReportColors() - Constructor for class net.sf.nervalreports.core.ReportColors
 
ReportFontSize - Enum in net.sf.nervalreports.core
Enumeration of supported font sizes.
ReportGenerationException - Exception in net.sf.nervalreports.core
Exception for some specific ReportGenerator's implementations failures.
ReportGenerationException(Exception) - Constructor for exception net.sf.nervalreports.core.ReportGenerationException
Construct with another exception.
ReportGenerationException() - Constructor for exception net.sf.nervalreports.core.ReportGenerationException
Default Constructor.
ReportGenerationException(String) - Constructor for exception net.sf.nervalreports.core.ReportGenerationException
Constructor with message.
ReportGenerationException(String, Throwable) - Constructor for exception net.sf.nervalreports.core.ReportGenerationException
Constructor with message and Throwable.
ReportGenerationException(Throwable) - Constructor for exception net.sf.nervalreports.core.ReportGenerationException
Constructor with a Throwable.
ReportGenerator - Class in net.sf.nervalreports.core
Basic class for all generator's implementations.
ReportGenerator() - Constructor for class net.sf.nervalreports.core.ReportGenerator
 
ReportGroupType - Enum in net.sf.nervalreports.core
Definition of possible types of element groups in a report.
ReportPaperFormat - Class in net.sf.nervalreports.core.paper
Basic class for creating paper formats.
ReportPaperFormat() - Constructor for class net.sf.nervalreports.core.paper.ReportPaperFormat
Default constructor
ReportTextAlignment - Enum in net.sf.nervalreports.core
Enumeration of supported text alignments.

S

saveToFile(String) - Method in class net.sf.nervalreports.core.ReportGenerator
Save the content of the report to a file.
setBold(boolean) - Method in class net.sf.nervalreports.core.ReportGenerator
setEvenRowColor(ReportColor) - Method in class net.sf.nervalreports.core.ReportGenerator
setFontSize(ReportFontSize) - Method in class net.sf.nervalreports.core.ReportGenerator
setHeaderBackgroundColor(ReportColor) - Method in class net.sf.nervalreports.core.ReportGenerator
setItalic(boolean) - Method in class net.sf.nervalreports.core.ReportGenerator
setMargins(int, int, int, int) - Method in class net.sf.nervalreports.core.ReportGenerator
Define the document page margins.
setOddRowColor(ReportColor) - Method in class net.sf.nervalreports.core.ReportGenerator
setPaper(ReportPaperFormat) - Method in class net.sf.nervalreports.core.ReportGenerator
Set the paper format to use for the whole document (default is A4).
setReportCharset(ReportCharset) - Method in class net.sf.nervalreports.core.ReportGenerator
Define the character set to use.
setRowColor(ReportColor) - Method in class net.sf.nervalreports.core.ReportGenerator
setTableBorderStyle(Float, ReportColor) - Method in class net.sf.nervalreports.core.ReportGenerator
Set table border style that will take effect for next ReportGenerator.beginTable(int, int...) call.
setTextAlignment(ReportTextAlignment) - Method in class net.sf.nervalreports.core.ReportGenerator
setTextColor(ReportColor) - Method in class net.sf.nervalreports.core.ReportGenerator
supportImages() - Method in class net.sf.nervalreports.core.ReportGenerator
 
supportImagesOfJarFilesOrURLs() - Method in class net.sf.nervalreports.core.ReportGenerator
 

T

TextualFileConverter - Class in net.sf.nervalreports.core
Basic class for converters from a textual file format to another file format.
TextualFileConverter() - Constructor for class net.sf.nervalreports.core.TextualFileConverter
 
TextualFileConverterUtils - Class in net.sf.nervalreports.core
A group of useful functions for TextualFileConverter's.
TextualFileConverterUtils() - Constructor for class net.sf.nervalreports.core.TextualFileConverterUtils
 
toByteArray() - Method in class net.sf.nervalreports.core.ReportGenerator
Get the byte array representation of the report.
toString() - Method in class net.sf.nervalreports.core.ReportGenerator
TOTAL_COLORS - Static variable in class net.sf.nervalreports.core.ReportColors
 

U

UNITS_TO_PIXELS - Variable in class net.sf.nervalreports.core.ReportGenerator
Conversion factor from PDF units to pixels
UTF8 - Class in net.sf.nervalreports.core.charsets
UTF8 character set, with LaTeX T1 output font support.
UTF8() - Constructor for class net.sf.nervalreports.core.charsets.UTF8
Default constructor

V

valueOf(String) - Static method in enum net.sf.nervalreports.core.ReportFontSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.nervalreports.core.ReportGroupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sf.nervalreports.core.ReportTextAlignment
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sf.nervalreports.core.ReportFontSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.nervalreports.core.ReportGroupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sf.nervalreports.core.ReportTextAlignment
Returns an array containing the constants of this enum type, in the order they are declared.

W

WHITE - Static variable in class net.sf.nervalreports.core.ReportColors
 

Y

YELLOW - Static variable in class net.sf.nervalreports.core.ReportColors
 
A B C D E G H I L M N O P R S T U V W Y 
Skip navigation links

Copyright © 2015. All rights reserved.