Class BarcodeComponent
- java.lang.Object
-
- net.sf.jasperreports.components.barcode4j.BarcodeComponent
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,Component,JRChangeEventsSupport,JRCloneable,Designated
- Direct Known Subclasses:
Barcode4jComponent,QRCodeComponent
public abstract class BarcodeComponent extends java.lang.Object implements Component, java.io.Serializable, JRCloneable, JRChangeEventsSupport, Designated
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPROPERTY_CODE_EXPRESSIONstatic java.lang.StringPROPERTY_EVALUATION_GROUPstatic java.lang.StringPROPERTY_EVALUATION_TIMEstatic java.lang.StringPROPERTY_PREFIX
-
Constructor Summary
Constructors Constructor Description BarcodeComponent()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()protected BarcodeComponentcloneObject()JRExpressiongetCodeExpression()java.lang.StringgetEvaluationGroup()EvaluationTimeEnumgetEvaluationTimeValue()JRPropertyChangeSupportgetEventSupport()Returns the property change support object for this instance.abstract voidreceive(BarcodeVisitor visitor)voidsetCodeExpression(JRExpression codeExpression)voidsetEvaluationGroup(java.lang.String evaluationGroup)voidsetEvaluationTimeValue(EvaluationTimeEnum evaluationTimeValue)-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.engine.util.Designated
getDesignation
-
-
-
-
Field Detail
-
PROPERTY_PREFIX
public static final java.lang.String PROPERTY_PREFIX
- See Also:
- Constant Field Values
-
PROPERTY_EVALUATION_TIME
public static final java.lang.String PROPERTY_EVALUATION_TIME
- See Also:
- Constant Field Values
-
PROPERTY_EVALUATION_GROUP
public static final java.lang.String PROPERTY_EVALUATION_GROUP
- See Also:
- Constant Field Values
-
PROPERTY_CODE_EXPRESSION
public static final java.lang.String PROPERTY_CODE_EXPRESSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEvaluationTimeValue
public EvaluationTimeEnum getEvaluationTimeValue()
-
setEvaluationTimeValue
public void setEvaluationTimeValue(EvaluationTimeEnum evaluationTimeValue)
-
getEvaluationGroup
public java.lang.String getEvaluationGroup()
-
setEvaluationGroup
public void setEvaluationGroup(java.lang.String evaluationGroup)
-
getCodeExpression
public JRExpression getCodeExpression()
-
setCodeExpression
public void setCodeExpression(JRExpression codeExpression)
-
clone
public java.lang.Object clone()
- Specified by:
clonein interfaceJRCloneable- Overrides:
clonein classjava.lang.Object
-
cloneObject
protected BarcodeComponent cloneObject()
-
receive
public abstract void receive(BarcodeVisitor visitor)
-
getEventSupport
public JRPropertyChangeSupport 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
-
-