public interface CodeDataMatrixUtil extends BarcodeUtil
| Modifier and Type | Method and Description |
|---|---|
Dimension |
getMaximumSize()
Returns the maximum symbol size that is to be produced.
|
Dimension |
getMinimumSize()
Returns the minimum symbol size that is to be produced.
|
SymbolShape |
getShape()
Gets the requested shape for the generated barcodes.
|
void |
setMaximumSize(Dimension maxSize)
Sets the maximum symbol size that is to be produced.
|
void |
setMinimumSize(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(Dimension maxSize)
maxSize - The maximum size (in pixels), or null for no constraint.void setMinimumSize(Dimension minSize)
minSize - The minimum size (in pixels), or null for no constraint.void setShape(SymbolShape shape)
shape - The requested shape.Dimension getMaximumSize()
Dimension getMinimumSize()
SymbolShape getShape()
© 2016 ZIH Corp. All Rights Reserved.