net.sf.jasperreports.components.barcode4j
Class DataMatrixComponent
java.lang.Object
net.sf.jasperreports.components.barcode4j.BarcodeComponent
net.sf.jasperreports.components.barcode4j.DataMatrixComponent
- All Implemented Interfaces:
- Serializable, Cloneable, Component, JRChangeEventsSupport, JRCloneable
public class DataMatrixComponent
- extends BarcodeComponent
- Version:
- $Id: DataMatrixComponent.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
| Fields inherited from class net.sf.jasperreports.components.barcode4j.BarcodeComponent |
ORIENTATION_DOWN, ORIENTATION_LEFT, ORIENTATION_RIGHT, ORIENTATION_UP, PROPERTY_CODE_EXPRESSION, PROPERTY_EVALUATION_GROUP, PROPERTY_EVALUATION_TIME, PROPERTY_MODULE_WIDTH, PROPERTY_ORIENTATION, PROPERTY_PATTERN_EXPRESSION, PROPERTY_PREFIX, PROPERTY_QUIET_ZONE, PROPERTY_TEXT_POSITION, PROPERTY_VERTICAL_QUIET_ZONE |
| Methods inherited from class net.sf.jasperreports.components.barcode4j.BarcodeComponent |
clone, cloneObject, getCodeExpression, getEvaluationGroup, getEvaluationTimeValue, getEventSupport, getModuleWidth, getOrientation, getPatternExpression, getQuietZone, getTextPosition, getVerticalQuietZone, setCodeExpression, setEvaluationGroup, setEvaluationTimeValue, setModuleWidth, setOrientation, setPatternExpression, setQuietZone, setTextPosition, setTextPosition, setVerticalQuietZone |
PROPERTY_SHAPE
public static final String PROPERTY_SHAPE
- See Also:
- Constant Field Values
DataMatrixComponent
public DataMatrixComponent()
receive
public void receive(BarcodeVisitor visitor)
- Specified by:
receive in class BarcodeComponent
getShape
public String getShape()
setShape
public void setShape(String shape)
setShape
public void setShape(org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint shape)
Copyright © 2012. All Rights Reserved.