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