Package | Description |
---|---|
net.sf.jasperreports.components.iconlabel |
Contains classes for the built-in Icon Label component.
|
net.sf.jasperreports.components.sort |
Contains classes for the built-in Sort 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.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 |
---|---|
VerticalAlignEnum |
IconLabelComponentFill.getOwnVerticalAlignmentValue()
Deprecated.
Replaced by
IconLabelComponentFill.getOwnVerticalImageAlign() . |
VerticalAlignEnum |
IconLabelComponent.getOwnVerticalAlignmentValue()
Deprecated.
Replaced by
IconLabelComponent.getOwnVerticalImageAlign() . |
VerticalAlignEnum |
IconLabelComponentFill.getVerticalAlignmentValue()
Deprecated.
Replaced by
IconLabelComponentFill.getVerticalImageAlign() . |
VerticalAlignEnum |
IconLabelComponent.getVerticalAlignmentValue()
Deprecated.
Replaced by
IconLabelComponent.getVerticalImageAlign() . |
Modifier and Type | Method and Description |
---|---|
void |
IconLabelComponentFill.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
void |
IconLabelComponent.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VerticalAlignEnum |
SortComponent.getHandlerVerticalAlign()
Deprecated.
Replaced by
SortComponent.getHandlerVerticalImageAlign() . |
Modifier and Type | Method and Description |
---|---|
void |
SortComponent.setHandlerVerticalAlign(VerticalAlignEnum handlerVerticalAlign)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VerticalAlignEnum |
JRStyle.getOwnVerticalAlignmentValue()
Deprecated.
Replaced by
JRStyle.getOwnVerticalTextAlign() and JRStyle.getOwnVerticalImageAlign() . |
VerticalAlignEnum |
JRAlignment.getOwnVerticalAlignmentValue()
Deprecated.
Replaced by
JRTextAlignment and JRImageAlignment . |
VerticalAlignEnum |
JRStyle.getVerticalAlignmentValue()
Deprecated.
Replaced by
JRStyle.getVerticalTextAlign() and JRStyle.getVerticalImageAlign() . |
VerticalAlignEnum |
JRAlignment.getVerticalAlignmentValue()
Deprecated.
Replaced by
JRTextAlignment and JRImageAlignment . |
Modifier and Type | Method and Description |
---|---|
void |
JRStyle.setVerticalAlignment(VerticalAlignEnum verticalAlignment)
Deprecated.
|
void |
JRAlignment.setVerticalAlignment(VerticalAlignEnum verticalAlignment)
Deprecated.
Replaced by
JRTextAlignment and JRImageAlignment . |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseTextElement.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
void |
JRBasePrintText.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
void |
JRBasePrintImage.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
void |
JRBaseImage.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
void |
JRBaseStyle.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
VerticalAlignEnum |
JRDesignTextElement.getOwnVerticalAlignmentValue()
Deprecated.
Replaced by
JRDesignTextElement.getOwnVerticalTextAlign() . |
VerticalAlignEnum |
JRDesignImage.getOwnVerticalAlignmentValue()
Deprecated.
Replaced by
JRDesignImage.getOwnVerticalImageAlign() . |
VerticalAlignEnum |
JRDesignTextElement.getVerticalAlignmentValue()
Deprecated.
Replaced by
JRDesignTextElement.getVerticalTextAlign() . |
VerticalAlignEnum |
JRDesignImage.getVerticalAlignmentValue()
Deprecated.
Replaced by
JRDesignImage.getVerticalImageAlign() . |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignTextElement.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
void |
JRDesignImage.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
JRFillImage.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
void |
JRFillTextElement.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
void |
JRTemplatePrintImage.setVerticalAlignment(VerticalAlignEnum verticalAlignment)
Deprecated.
|
void |
JRTemplateText.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
void |
JRTemplateImage.setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Deprecated.
|
void |
JRTemplatePrintText.setVerticalAlignment(VerticalAlignEnum verticalAlignment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static VerticalAlignEnum |
VerticalAlignEnum.getByName(String name)
Deprecated.
|
static VerticalAlignEnum |
VerticalAlignEnum.getByValue(byte value)
Deprecated.
|
static VerticalAlignEnum |
VerticalAlignEnum.getByValue(Byte value)
Deprecated.
|
static VerticalAlignEnum |
VerticalAlignEnum.getVerticalAlignEnum(VerticalImageAlignEnum verticalImageAlign)
Deprecated.
|
static VerticalAlignEnum |
VerticalAlignEnum.getVerticalAlignEnum(VerticalTextAlignEnum verticalTextAlign)
Deprecated.
|
static VerticalAlignEnum |
VerticalAlignEnum.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static VerticalAlignEnum[] |
VerticalAlignEnum.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static VerticalImageAlignEnum |
VerticalAlignEnum.getVerticalImageAlignEnum(VerticalAlignEnum verticalAlignment)
Deprecated.
|
static VerticalTextAlignEnum |
VerticalAlignEnum.getVerticalTextAlignEnum(VerticalAlignEnum verticalAlignment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static VerticalAlignEnum |
JRStyleResolver.getVerticalAlignmentValue(JRAlignment alignment)
Deprecated.
|
static VerticalAlignEnum |
JRStyleResolver.getVerticalAlignmentValue(JRStyle style)
Deprecated.
|
Copyright © 2016. All rights reserved.