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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.engine.util.Designated
getDesignation
-
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
-
BarcodeComponent
public BarcodeComponent()
-
-
Method Details
-
getEvaluationTime
Description copied from interface:JREvaluationGets the evaluation time for this text field.- Specified by:
getEvaluationTimein interfaceJREvaluation- Returns:
- one of the evaluation time constants in
JRExpression
-
setEvaluationTime
-
getEvaluationGroup
Description copied from interface:JREvaluationGets the evaluation group for this text field. Used only when evaluation time is group.- Specified by:
getEvaluationGroupin interfaceJREvaluation- See Also:
-
setEvaluationGroup
-
getCodeExpression
-
setCodeExpression
-
clone
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classObject
-
cloneObject
-
receive
-
getEventSupport
Description copied from interface:JRChangeEventsSupportReturns the property change support object for this instance.- Specified by:
getEventSupportin interfaceJRChangeEventsSupport- Returns:
- the property change support object for this instance
-