Class BarcodeShape

    • Constructor Detail

      • BarcodeShape

        public BarcodeShape()
    • Method Detail

      • basePaint

        public void basePaint​(java.awt.Graphics2D g,
                              java.awt.geom.Rectangle2D rect)
        Called from PDF painting - fillwith white first
        Specified by:
        basePaint in interface Java2DShapePainter
      • rpgClone

        public RMShape rpgClone​(ReportMill aReportMill)
        Description copied from class: RMShape
        A clone implementation that copies this shape and its children, performing data substituion as well.
        Overrides:
        rpgClone in class RMShape
      • equals

        public boolean equals​(java.lang.Object anObj)
        Standard equals implementation.
        Overrides:
        equals in class RMShape
      • copy

        public void copy​(java.lang.Object anObj)
        Copies the attributes from the given object.
        Overrides:
        copy in class RMShape
      • getBarcodeHeight

        public int getBarcodeHeight()
      • setBarcodeHeight

        public void setBarcodeHeight​(int barcodeHeight)
      • getBarcodeWidth

        public int getBarcodeWidth()
      • setBarcodeWidth

        public void setBarcodeWidth​(int barcodeWidth)
      • setString

        public void setString​(RMXString string)
      • getToolClassName

        public java.lang.String getToolClassName()
        Description copied from class: RMShape
        Editor method - returns the tool class name for this shape.
        Overrides:
        getToolClassName in class RMShape
      • setShowText

        public void setShowText​(boolean showText)
      • isShowText

        public boolean isShowText()
      • getBarcodeType

        public int getBarcodeType()
      • setBarcodeType

        public void setBarcodeType​(int barcodeType)