Package net.sf.jasperreports.barcode4j
Class BarcodeComponent
java.lang.Object
net.sf.jasperreports.barcode4j.BarcodeComponent
- All Implemented Interfaces:
- Serializable,- Cloneable,- Component,- JRChangeEventsSupport,- JRCloneable,- JREvaluation,- Designated
- Direct Known Subclasses:
- Barcode4jComponent,- QRCodeComponent
public abstract class BarcodeComponent
extends Object
implements Component, JREvaluation, Serializable, JRCloneable, JRChangeEventsSupport, Designated
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclone()protected BarcodeComponentGets the evaluation group for this text field.Gets the evaluation time for this text field.Returns the property change support object for this instance.abstract voidreceive(BarcodeVisitor visitor) voidsetCodeExpression(JRExpression codeExpression) voidsetEvaluationGroup(String evaluationGroup) voidsetEvaluationTime(EvaluationTimeEnum evaluationTime) Methods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.engine.util.DesignatedgetDesignation
- 
Field Details- 
COMPONENT_NAME_PREFIX- See Also:
 
- 
PROPERTY_PREFIX- See Also:
 
- 
PROPERTY_EVALUATION_TIME- See Also:
 
- 
PROPERTY_EVALUATION_GROUP- See Also:
 
- 
PROPERTY_CODE_EXPRESSION- See Also:
 
 
- 
- 
Constructor Details- 
BarcodeComponentpublic BarcodeComponent()
 
- 
- 
Method Details- 
getEvaluationTimeDescription copied from interface:JREvaluationGets the evaluation time for this text field.- Specified by:
- getEvaluationTimein interface- JREvaluation
- Returns:
- one of the evaluation time constants in JRExpression
 
- 
setEvaluationTime
- 
getEvaluationGroupDescription copied from interface:JREvaluationGets the evaluation group for this text field. Used only when evaluation time is group.- Specified by:
- getEvaluationGroupin interface- JREvaluation
- See Also:
 
- 
setEvaluationGroup
- 
getCodeExpression
- 
setCodeExpression
- 
clone- Specified by:
- clonein interface- JRCloneable
- Overrides:
- clonein class- Object
 
- 
cloneObject
- 
receive
- 
getEventSupportDescription copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
- getEventSupportin interface- JRChangeEventsSupport
- Returns:
- the property change support object for this instance
 
 
-