Package | Description |
---|---|
net.sf.jasperreports.components.charts |
Contains interfaces and base classes for the built-in Spider Chart component.
|
net.sf.jasperreports.components.spiderchart |
Contains classes for the built-in Spider Chart 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. |
Modifier and Type | Method and Description |
---|---|
HyperlinkTypeEnum |
FillChartSettings.getHyperlinkTypeValue() |
Modifier and Type | Method and Description |
---|---|
HyperlinkTypeEnum |
StandardChartSettings.getHyperlinkTypeValue() |
Modifier and Type | Method and Description |
---|---|
HyperlinkTypeEnum |
JRHyperlink.getHyperlinkTypeValue()
Retrieves the hyperlink type for the element.
|
HyperlinkTypeEnum |
JRPrintHyperlink.getHyperlinkTypeValue()
Retrieves the hyperlink type for the element.
|
static HyperlinkTypeEnum |
JRHyperlinkHelper.getHyperlinkTypeValue(JRHyperlink hyperlink)
Returns the built-in hyperlink type, or
HyperlinkTypeEnum.CUSTOM
if the type is not a built-in type. |
static HyperlinkTypeEnum |
JRHyperlinkHelper.getHyperlinkTypeValue(String linkType)
Returns the built-in hyperlink type, or
HyperlinkTypeEnum.CUSTOM
if the type is not a built-in type. |
Modifier and Type | Method and Description |
---|---|
static String |
JRHyperlinkHelper.getLinkType(HyperlinkTypeEnum hyperlinkType)
Returns the link type associated with a built-in type.
|
void |
JRPrintHyperlink.setHyperlinkType(HyperlinkTypeEnum hyperlinkType)
Sets the link type as a built-in hyperlink type.
|
Modifier and Type | Method and Description |
---|---|
HyperlinkTypeEnum |
JRBasePrintHyperlink.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRBasePrintText.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRBaseHyperlink.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRBaseTextField.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRBaseImage.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRBaseChart.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRBasePrintImage.getHyperlinkTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBasePrintHyperlink.setHyperlinkType(HyperlinkTypeEnum hyperlinkType) |
void |
JRBasePrintText.setHyperlinkType(HyperlinkTypeEnum hyperlinkType) |
void |
JRBasePrintImage.setHyperlinkType(HyperlinkTypeEnum hyperlinkType) |
Modifier and Type | Method and Description |
---|---|
HyperlinkTypeEnum |
JRDesignImage.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRDesignChart.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRDesignTextField.getHyperlinkTypeValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignImage.setHyperlinkType(HyperlinkTypeEnum hyperlinkType)
Sets the link type as a built-in hyperlink type.
|
void |
JRDesignHyperlink.setHyperlinkType(HyperlinkTypeEnum hyperlinkType)
Sets the link type as a built-in hyperlink type.
|
void |
JRDesignChart.setHyperlinkType(HyperlinkTypeEnum hyperlinkType)
Sets the link type as a built-in hyperlink type.
|
void |
JRDesignTextField.setHyperlinkType(HyperlinkTypeEnum hyperlinkType)
Sets the link type as a built-in hyperlink type.
|
Modifier and Type | Method and Description |
---|---|
HyperlinkTypeEnum |
JRFillImage.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRFillChart.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRTemplateImage.getHyperlinkTypeValue()
Retrieves the hyperlink type for the element.
|
HyperlinkTypeEnum |
JRFillTextField.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRTemplatePrintImage.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRTemplatePrintText.getHyperlinkTypeValue() |
HyperlinkTypeEnum |
JRTemplateText.getHyperlinkTypeValue()
Retrieves the hyperlink type for the element.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JRTemplateImage.setHyperlinkType(HyperlinkTypeEnum hyperlinkType)
Sets the link type as a built-in hyperlink type.
|
void |
JRTemplatePrintImage.setHyperlinkType(HyperlinkTypeEnum hyperlinkType) |
void |
JRTemplatePrintText.setHyperlinkType(HyperlinkTypeEnum hyperlinkType) |
Modifier and Type | Method and Description |
---|---|
static HyperlinkTypeEnum |
HyperlinkTypeEnum.getByName(String name) |
static HyperlinkTypeEnum |
HyperlinkTypeEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static HyperlinkTypeEnum |
HyperlinkTypeEnum.getByValue(Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static HyperlinkTypeEnum |
HyperlinkTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HyperlinkTypeEnum[] |
HyperlinkTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.