public abstract class BasePartFillComponent extends Object implements PartFillComponent
| Modifier and Type | Field and Description |
|---|---|
protected PartFillContext |
fillContext |
| Constructor and Description |
|---|
BasePartFillComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected JasperReportsContext |
getJasperReportsContext() |
void |
initialize(PartFillContext fillContext)
Initializes the fill component with the fill context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluate, fillprotected PartFillContext fillContext
public void initialize(PartFillContext fillContext)
PartFillComponentThis method is called before the fill component is used.
initialize in interface PartFillComponentfillContext - the fill contextprotected JasperReportsContext getJasperReportsContext()
Copyright © 2017. All rights reserved.