Class DataMatrixComponent
- java.lang.Object
-
- net.sf.jasperreports.components.barcode4j.BarcodeComponent
-
- net.sf.jasperreports.components.barcode4j.Barcode4jComponent
-
- net.sf.jasperreports.components.barcode4j.DataMatrixComponent
-
- All Implemented Interfaces:
Serializable,Cloneable,Component,JRChangeEventsSupport,JRCloneable,Designated
public class DataMatrixComponent extends Barcode4jComponent
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_MAX_SYMBOL_HEIGHTstatic StringPROPERTY_MAX_SYMBOL_WIDTHstatic StringPROPERTY_MIN_SYMBOL_HEIGHTstatic StringPROPERTY_MIN_SYMBOL_WIDTHstatic StringPROPERTY_SHAPE-
Fields inherited from class net.sf.jasperreports.components.barcode4j.Barcode4jComponent
COMPONENT_DESIGNATION, PROPERTY_MODULE_WIDTH, PROPERTY_ORIENTATION, PROPERTY_PATTERN_EXPRESSION, PROPERTY_QUIET_ZONE, PROPERTY_TEXT_POSITION, PROPERTY_VERTICAL_QUIET_ZONE
-
Fields inherited from class net.sf.jasperreports.components.barcode4j.BarcodeComponent
PROPERTY_CODE_EXPRESSION, PROPERTY_EVALUATION_GROUP, PROPERTY_EVALUATION_TIME, PROPERTY_PREFIX
-
-
Constructor Summary
Constructors Constructor Description DataMatrixComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetMaxSymbolHeight()IntegergetMaxSymbolWidth()IntegergetMinSymbolHeight()IntegergetMinSymbolWidth()StringgetShape()voidreceive(BarcodeVisitor visitor)voidsetMaxSymbolHeight(Integer maxSymbolHeight)voidsetMaxSymbolWidth(Integer maxSymbolWidth)voidsetMinSymbolHeight(Integer minSymbolHeight)voidsetMinSymbolWidth(Integer minSymbolWidth)voidsetShape(String shape)voidsetShape(org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint shape)-
Methods inherited from class net.sf.jasperreports.components.barcode4j.Barcode4jComponent
clone, copyBarcodeComponentFields, getDesignation, getModuleWidth, getOrientationValue, getPatternExpression, getQuietZone, getTextPositionValue, getVerticalQuietZone, setModuleWidth, setOrientation, setPatternExpression, setQuietZone, setTextPosition, setVerticalQuietZone
-
Methods inherited from class net.sf.jasperreports.components.barcode4j.BarcodeComponent
cloneObject, getCodeExpression, getEvaluationGroup, getEvaluationTimeValue, getEventSupport, setCodeExpression, setEvaluationGroup, setEvaluationTimeValue
-
-
-
-
Field Detail
-
PROPERTY_SHAPE
public static final String PROPERTY_SHAPE
- See Also:
- Constant Field Values
-
PROPERTY_MIN_SYMBOL_WIDTH
public static final String PROPERTY_MIN_SYMBOL_WIDTH
- See Also:
- Constant Field Values
-
PROPERTY_MAX_SYMBOL_WIDTH
public static final String PROPERTY_MAX_SYMBOL_WIDTH
- See Also:
- Constant Field Values
-
PROPERTY_MIN_SYMBOL_HEIGHT
public static final String PROPERTY_MIN_SYMBOL_HEIGHT
- See Also:
- Constant Field Values
-
PROPERTY_MAX_SYMBOL_HEIGHT
public static final String PROPERTY_MAX_SYMBOL_HEIGHT
- See Also:
- Constant Field Values
-
-
Method Detail
-
receive
public void receive(BarcodeVisitor visitor)
- Specified by:
receivein classBarcodeComponent
-
getShape
public String getShape()
-
setShape
public void setShape(String shape)
-
setShape
public void setShape(org.krysalis.barcode4j.impl.datamatrix.SymbolShapeHint shape)
-
getMinSymbolWidth
public Integer getMinSymbolWidth()
-
setMinSymbolWidth
public void setMinSymbolWidth(Integer minSymbolWidth)
-
getMaxSymbolWidth
public Integer getMaxSymbolWidth()
-
setMaxSymbolWidth
public void setMaxSymbolWidth(Integer maxSymbolWidth)
-
getMinSymbolHeight
public Integer getMinSymbolHeight()
-
setMinSymbolHeight
public void setMinSymbolHeight(Integer minSymbolHeight)
-
getMaxSymbolHeight
public Integer getMaxSymbolHeight()
-
setMaxSymbolHeight
public void setMaxSymbolHeight(Integer maxSymbolHeight)
-
-