|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.components.barcode4j.BarcodeCompiler
public class BarcodeCompiler
| Constructor Summary | |
|---|---|
BarcodeCompiler()
|
|
| Method Summary | |
|---|---|
void |
collectExpressions(Component component,
JRExpressionCollector collector)
Collects report expressions from a component. |
Component |
toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory)
Provides a "compiled" component instance that will be included in the compiled report. |
void |
verify(Component component,
JRVerifier verifier)
Logically verifies a component. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BarcodeCompiler()
| Method Detail |
|---|
public void collectExpressions(Component component,
JRExpressionCollector collector)
ComponentCompiler
collectExpressions in interface ComponentCompilercomponent - the componentcollector - the expression collector
public Component toCompiledComponent(Component component,
JRBaseObjectFactory baseFactory)
ComponentCompiler
toCompiledComponent in interface ComponentCompilercomponent - the component from the design reportbaseFactory - the factory of base/compiled report elements
public void verify(Component component,
JRVerifier verifier)
ComponentCompiler
verify in interface ComponentCompilercomponent - the componentverifier - the verifier object, which can be used to raise validation
errorsJRVerifier.getCurrentComponentElement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||