Package | Description |
---|---|
net.sf.jasperreports.components.barbecue |
Contains classes for the built-in Barbecue component.
|
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.export.oasis |
Provides utility classes for exporting reports to Open Document Format, such as
ODT and ODS.
|
net.sf.jasperreports.engine.export.ooxml |
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
|
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.type |
Contains
enum types used by the library's main classes. |
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
Modifier and Type | Method and Description |
---|---|
RotationEnum |
StandardBarbecueComponent.getOwnRotation() |
RotationEnum |
BarbecueComponent.getOwnRotation() |
RotationEnum |
StandardBarbecueComponent.getRotation() |
RotationEnum |
BarbecueComponent.getRotation() |
static RotationEnum |
BarbecueStyleResolver.getRotationValue(JRComponentElement element) |
Modifier and Type | Method and Description |
---|---|
void |
BarbecueRenderer.setRotation(RotationEnum rotation) |
void |
StandardBarbecueComponent.setRotation(RotationEnum rotation) |
Modifier and Type | Method and Description |
---|---|
RotationEnum |
JRPrintText.getOwnRotationValue()
Gets the text own rotation.
|
RotationEnum |
JRStyle.getOwnRotationValue()
Gets the text own rotation.
|
RotationEnum |
JRCommonText.getOwnRotationValue()
Gets the text own rotation.
|
RotationEnum |
JRStyle.getRotationValue()
Gets the text rotation.
|
RotationEnum |
JRCommonText.getRotationValue()
Gets the text rotation.
|
Modifier and Type | Method and Description |
---|---|
void |
JRPrintText.setRotation(RotationEnum rotationEnum)
Sets the text rotation.
|
void |
JRStyle.setRotation(RotationEnum rotation) |
void |
JRCommonText.setRotation(RotationEnum rotationEnum)
Sets the text rotation.
|
Modifier and Type | Field and Description |
---|---|
protected RotationEnum |
JRBasePrintText.rotationValue |
protected RotationEnum |
JRBaseStyle.rotationValue |
protected RotationEnum |
JRBaseTextElement.rotationValue |
Modifier and Type | Method and Description |
---|---|
RotationEnum |
JRBasePrintText.getOwnRotationValue() |
RotationEnum |
JRBaseStyle.getOwnRotationValue() |
RotationEnum |
JRBaseTextElement.getOwnRotationValue() |
RotationEnum |
JRBasePrintText.getRotationValue() |
RotationEnum |
JRBaseStyle.getRotationValue() |
RotationEnum |
JRBaseTextElement.getRotationValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintText.setRotation(RotationEnum rotationValue) |
void |
JRBaseStyle.setRotation(RotationEnum rotationValue) |
void |
JRBaseTextElement.setRotation(RotationEnum rotationValue) |
Modifier and Type | Field and Description |
---|---|
protected RotationEnum |
JRDesignTextElement.rotationValue |
Modifier and Type | Method and Description |
---|---|
RotationEnum |
JRDesignTextElement.getOwnRotationValue() |
RotationEnum |
JRDesignTextElement.getRotationValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignTextElement.setRotation(RotationEnum rotationValue) |
Modifier and Type | Field and Description |
---|---|
RotationEnum |
JRXlsAbstractExporter.TextAlignHolder.rotation |
Constructor and Description |
---|
JRXlsAbstractExporter.TextAlignHolder(HorizontalTextAlignEnum horizontalAlignment,
VerticalTextAlignEnum verticalAlignment,
RotationEnum rotation) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ParagraphStyle.getHorizontalAlignment(HorizontalTextAlignEnum horizontalAlignment,
VerticalTextAlignEnum verticalAlignment,
RotationEnum rotation) |
static java.lang.String |
ParagraphStyle.getVerticalAlignment(HorizontalTextAlignEnum horizontalAlignment,
VerticalTextAlignEnum verticalAlignment,
RotationEnum rotation) |
Modifier and Type | Method and Description |
---|---|
void |
XlsxCellHelper.exportHeader(JRExporterGridCell gridCell,
int rowIndex,
int colIndex,
int maxColIndex,
TextValue textValue,
java.lang.String pattern,
java.util.Locale locale,
boolean isWrapText,
boolean isHidden,
boolean isLocked,
boolean isShrinkToFit,
boolean isIgnoreTextFormatting,
RotationEnum rotation) |
int |
XlsxStyleHelper.getCellStyle(JRExporterGridCell gridCell,
java.lang.String pattern,
java.util.Locale locale,
boolean isWrapText,
boolean isHidden,
boolean isLocked,
boolean isShrinkToFit,
boolean isIgnoreTextFormatting,
RotationEnum rotation) |
protected int |
XlsxStyleHelper.getRotation(RotationEnum rotation) |
Modifier and Type | Method and Description |
---|---|
RotationEnum |
JRTemplateText.getOwnRotationValue() |
RotationEnum |
JRTemplatePrintText.getOwnRotationValue() |
RotationEnum |
JRFillTextElement.getOwnRotationValue() |
RotationEnum |
JRTemplateText.getRotationValue() |
RotationEnum |
JRTemplatePrintText.getRotationValue() |
RotationEnum |
JRFillTextElement.getRotationValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRTemplateText.setRotation(RotationEnum rotationValue)
Sets the text rotation.
|
void |
JRTemplatePrintText.setRotation(RotationEnum rotation) |
void |
JRFillTextElement.setRotation(RotationEnum rotation) |
Modifier and Type | Method and Description |
---|---|
static RotationEnum |
RotationEnum.getByName(java.lang.String name) |
static RotationEnum |
RotationEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static RotationEnum |
RotationEnum.getByValue(java.lang.Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static RotationEnum |
RotationEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RotationEnum[] |
RotationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static RotationEnum |
JRStyleResolver.getRotationValue(JRCommonText element) |
static RotationEnum |
JRStyleResolver.getRotationValue(JRStyle style) |
Modifier and Type | Method and Description |
---|---|
static void |
JRBoxUtil.rotate(JRLineBox box,
RotationEnum rotation) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com