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.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.
|
net.sf.jasperreports.engine.export.oasis | |
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 | |
net.sf.jasperreports.engine.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
RotationEnum |
JRStyle.getOwnRotationValue()
Gets the text own rotation.
|
RotationEnum |
JRCommonText.getOwnRotationValue()
Gets the text own rotation.
|
RotationEnum |
JRPrintText.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 |
JRStyle.setRotation(RotationEnum rotation) |
void |
JRCommonText.setRotation(RotationEnum rotationEnum)
Sets the text rotation.
|
void |
JRPrintText.setRotation(RotationEnum rotationEnum)
Sets the text rotation.
|
Modifier and Type | Field and Description |
---|---|
protected RotationEnum |
JRBaseStyle.rotationValue |
protected RotationEnum |
JRBasePrintText.rotationValue |
protected RotationEnum |
JRBaseTextElement.rotationValue |
Modifier and Type | Method and Description |
---|---|
RotationEnum |
JRBaseStyle.getOwnRotationValue() |
RotationEnum |
JRBasePrintText.getOwnRotationValue() |
RotationEnum |
JRBaseTextElement.getOwnRotationValue() |
RotationEnum |
JRBaseStyle.getRotationValue() |
RotationEnum |
JRBasePrintText.getRotationValue() |
RotationEnum |
JRBaseTextElement.getRotationValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseStyle.setRotation(RotationEnum rotationValue) |
void |
JRBasePrintText.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 |
---|
TextAlignHolder(HorizontalAlignEnum horizontalAlignment,
VerticalAlignEnum verticalAlignment,
RotationEnum rotation) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ParagraphStyle.getHorizontalAlignment(HorizontalAlignEnum horizontalAlignment,
VerticalAlignEnum verticalAlignment,
RotationEnum rotation) |
static java.lang.String |
ParagraphStyle.getVerticalAlignment(HorizontalAlignEnum horizontalAlignment,
VerticalAlignEnum verticalAlignment,
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) |
static RotationEnum |
RotationEnum.getByValue(java.lang.Byte value) |
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-2010 Jaspersoft Corporation www.jaspersoft.com