Package com.example.qrgo.utilities
Class QRCodeVisualRenderer
- java.lang.Object
-
- com.example.qrgo.utilities.QRCodeVisualRenderer
-
public class QRCodeVisualRenderer extends java.lang.Object
The QRCodeVisualRenderer class provides a static method to render a QR code by combining a set of visual features.
-
-
Constructor Summary
Constructors Constructor Description QRCodeVisualRenderer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static android.graphics.Bitmap
renderQRCodeVisual(android.content.Context context, java.util.ArrayList<java.lang.Integer> featureList)
Renders a QR code by combining a set of visual features.
-
-
-
Method Detail
-
renderQRCodeVisual
public static android.graphics.Bitmap renderQRCodeVisual(android.content.Context context, java.util.ArrayList<java.lang.Integer> featureList)
Renders a QR code by combining a set of visual features.- Parameters:
context
- The context used to access resources.featureList
- The list of feature IDs used to build the QR code.- Returns:
- The generated QR code bitmap.
-
-