Package | Description |
---|---|
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 |
---|---|
FillEnum |
JRCommonGraphicElement.getFillValue()
Indicates the fill type used for this element.
|
FillEnum |
JRStyle.getFillValue()
Indicates the fill type used for this element.
|
FillEnum |
JRCommonGraphicElement.getOwnFillValue()
Indicates the own fill type used for this element.
|
FillEnum |
JRStyle.getOwnFillValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRPrintGraphicElement.setFill(FillEnum fill)
Sets the fill type used for this element.
|
void |
JRCommonGraphicElement.setFill(FillEnum fillEnum)
Sets the fill type used for this element.
|
void |
JRStyle.setFill(FillEnum fill) |
Modifier and Type | Field and Description |
---|---|
protected FillEnum |
JRBaseGraphicElement.fillValue |
protected FillEnum |
JRBaseStyle.fillValue |
protected FillEnum |
JRBasePrintGraphicElement.fillValue |
Modifier and Type | Method and Description |
---|---|
FillEnum |
JRBaseGraphicElement.getFillValue() |
FillEnum |
JRBaseStyle.getFillValue() |
FillEnum |
JRBasePrintGraphicElement.getFillValue() |
FillEnum |
JRBaseGraphicElement.getOwnFillValue() |
FillEnum |
JRBaseStyle.getOwnFillValue() |
FillEnum |
JRBasePrintGraphicElement.getOwnFillValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRBaseGraphicElement.setFill(FillEnum fillValue) |
void |
JRBaseStyle.setFill(FillEnum fillValue) |
void |
JRBasePrintGraphicElement.setFill(FillEnum fillValue) |
Modifier and Type | Field and Description |
---|---|
protected FillEnum |
JRDesignGraphicElement.fillValue |
Modifier and Type | Method and Description |
---|---|
FillEnum |
JRDesignGraphicElement.getFillValue() |
FillEnum |
JRDesignGraphicElement.getOwnFillValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRDesignGraphicElement.setFill(FillEnum fillValue) |
Modifier and Type | Method and Description |
---|---|
FillEnum |
JRFillGraphicElement.getFillValue() |
FillEnum |
JRTemplatePrintGraphicElement.getFillValue() |
FillEnum |
JRTemplateGraphicElement.getFillValue() |
FillEnum |
JRFillGraphicElement.getOwnFillValue() |
FillEnum |
JRTemplatePrintGraphicElement.getOwnFillValue() |
FillEnum |
JRTemplateGraphicElement.getOwnFillValue() |
Modifier and Type | Method and Description |
---|---|
void |
JRFillGraphicElement.setFill(FillEnum fill) |
void |
JRTemplatePrintGraphicElement.setFill(FillEnum fill) |
void |
JRTemplateGraphicElement.setFill(FillEnum fillValue) |
Modifier and Type | Method and Description |
---|---|
static FillEnum |
FillEnum.getByName(java.lang.String name) |
static FillEnum |
FillEnum.getByValue(byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static FillEnum |
FillEnum.getByValue(java.lang.Byte value)
Deprecated.
Used only by deprecated serialized fields.
|
static FillEnum |
FillEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FillEnum[] |
FillEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static FillEnum |
JRStyleResolver.getFillValue(JRCommonGraphicElement element) |
static FillEnum |
JRStyleResolver.getFillValue(JRStyle style) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com