Uses of Interface
net.codecrete.qrbill.canvas.Canvas
Packages that use Canvas
-
Uses of Canvas in net.codecrete.qrbill.canvas
Classes in net.codecrete.qrbill.canvas that implement CanvasModifier and TypeClassDescriptionclassAbstract base class for simplified implementation ofCanvasclasses.classCanvas for drawing to a Graphics2D instance.classCanvas for generating PDF files.classCanvas for generating PNG files.classCanvas for generating SVG files. -
Uses of Canvas in net.codecrete.qrbill.generator
Methods in net.codecrete.qrbill.generator with parameters of type CanvasModifier and TypeMethodDescriptionstatic voidDraws the QR bill (payment part and receipt) or QR code for the specified bill data onto the specified canvas.static voidQRBill.drawSeparators(SeparatorType separatorType, boolean withHorizontalLine, Canvas canvas) Draws the separator line(s) to the specified canvas.