QRCode Graphics
Constructors
Properties
Functions
Return the dimensions of this Graphics object as a pair of width, height
Return the dimensions of this Graphics object as a pair of width, height
Return the dimensions of this Graphics object as a pair of width, height
Return the dimensions of this Graphics object as a pair of width, height
Available so the user can implement their own, 100% custom drawing.
Draw the edges of an ellipse (aka "a circle") which occupies the area (x,y,width,height)
Draw the edges of an ellipse (aka "a circle") which occupies the area (x,y,width,height)
Draw the edges of an ellipse (aka "a circle") which occupies the area (x,y,width,height)
Draw a straight line from point (x1,y1)
to (x2,y2)
.
Draw a straight line from point (x1,y1)
to (x2,y2)
.
Draw a straight line from point (x1,y1)
to (x2,y2)
.
Draw the edges of a rectangle starting at point (x,y)
and having width
by height
.
Draw the edges of a rectangle starting at point (x,y)
and having width
by height
.
Draw the edges of a rectangle starting at point (x,y)
and having width
by height
.
Draw the edges of a round rectangle starting at point (x,y)
and having width
by height
with edges that are borderRadius
pixels round (almost like CSS).
Draw the edges of a round rectangle starting at point (x,y)
and having width
by height
with edges that are borderRadius
pixels round (almost like CSS).
Fills an ellipse (aka "a circle") which occupies the area (x,y,width,height)
Fills an ellipse (aka "a circle") which occupies the area (x,y,width,height)
Fills an ellipse (aka "a circle") which occupies the area (x,y,width,height)
Fills the rectangle starting at point (x,y)
and having width
by height
.
Fills the rectangle starting at point (x,y)
and having width
by height
.
Fills the rectangle starting at point (x,y)
and having width
by height
.
Fills the round rectangle starting at point (x,y)
and having width
by height
with edges that are borderRadius
pixels round (almost like CSS).
Fills the round rectangle starting at point (x,y)
and having width
by height
with edges that are borderRadius
pixels round (almost like CSS).
Returns this image as a ByteArray encoded as PNG. Recommended to use writeImage.
Returns this image as a ByteArray encoded as the specified format. Recommended to use writeImage.
Returns this image as a ByteArray encoded as PNG.
Returns this image as a ByteArray encoded as the specified format (e.g. PNG
, JPG
, BMP
, ...).
Returns this image as a ByteArray encoded as PNG.
Returns this image as a ByteArray encoded as the specified format (e.g. PNG
, JPG
, BMP
, ...).
Returns this image as a ByteArray encoded as PNG. Usually recommended to use writeImage instead :)
Returns this image as a ByteArray encoded as the specified format. Usually recommended to use writeImage instead :)
Returns the Bitmap object being worked upon.
Returns the native image object this QRCodeGraphics is working upon.
Returns the native image object this QRCodeGraphics is working upon.
Returns the BufferedImage object being worked upon.
Simply changes the changed
flag to true without doing anything else
Completely reset this object. It is expected that changed()
returns false and the canvas is completely blank after invoking this.
Simply changes the changed
flag to true without doing anything else
Simply changes the changed
flag to true without doing anything else
Writes the QRCode image in the specified format and quality into the destination OutputStream.
Writes the QRCode image in the specified format into the destination OutputStream.