Class DataMatrixComponent

All Implemented Interfaces:
Serializable, Cloneable, Component, JRChangeEventsSupport, JRCloneable, JREvaluation, Designated

public class DataMatrixComponent extends Barcode4jComponent
Author:
Lucian Chirita (lucianc@users.sourceforge.net)
See Also:
  • Field Details

  • Constructor Details

    • DataMatrixComponent

      public DataMatrixComponent()
  • Method Details

    • 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)
    • 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)