public interface CodeDataMatrixUtil extends BarcodeUtil
| Modifier and Type | Method and Description | 
|---|---|
| java.awt.Dimension | getMaximumSize()Returns the maximum symbol size that is to be produced. | 
| java.awt.Dimension | getMinimumSize()Returns the minimum symbol size that is to be produced. | 
| SymbolShape | getShape()Gets the requested shape for the generated barcodes. | 
| void | setMaximumSize(java.awt.Dimension maxSize)Sets the maximum symbol size that is to be produced. | 
| void | setMinimumSize(java.awt.Dimension minSize)Sets the minimum symbol size that is to be produced. | 
| void | setShape(SymbolShape shape)Sets the requested shape for the generated barcode. | 
doQuietZone, drawBarcode, getBarHeight, getBarWidth, getFont, getHeight, getModuleWidth, getPattern, getQuietZoneWidth, getVerticalQuietZone, hasQuietZone, setBarHeight, setFont, setHeight, setMessagePosition, setModuleWidth, setPattern, setQuietZoneWidth, setVerticalQuietZonevoid setMaximumSize(java.awt.Dimension maxSize)
maxSize - The maximum size (in pixels), or null for no constraint.void setMinimumSize(java.awt.Dimension minSize)
minSize - The minimum size (in pixels), or null for no constraint.void setShape(SymbolShape shape)
shape - The requested shape.java.awt.Dimension getMaximumSize()
java.awt.Dimension getMinimumSize()
SymbolShape getShape()
				© 2016 ZIH Corp. All Rights Reserved.