Uses of Class
io.itpl.qss.render.StyleConfig
-
Packages that use StyleConfig Package Description io.itpl.qss.client io.itpl.qss.render io.itpl.qss.utils -
-
Uses of StyleConfig in io.itpl.qss.client
Methods in io.itpl.qss.client that return StyleConfig Modifier and Type Method Description StyleConfigQRConfig. getStyleConfig()Methods in io.itpl.qss.client with parameters of type StyleConfig Modifier and Type Method Description voidQRConfig. setStyleConfig(StyleConfig style)* -
Uses of StyleConfig in io.itpl.qss.render
Methods in io.itpl.qss.render that return StyleConfig Modifier and Type Method Description static StyleConfigStyleConfig. getDefaultStyleConfig()Create a default instance of stylesheet with default colors and rendering style.StyleConfigFinderElement. getStyleConfig()StyleConfigQRCode. getStyleConfig()Methods in io.itpl.qss.render with parameters of type StyleConfig Modifier and Type Method Description voidFinderElement. setStyle(StyleConfig style)voidQRCode. setStyle(StyleConfig style)Constructors in io.itpl.qss.render with parameters of type StyleConfig Constructor Description QRCode(String data, int version, int size, int errorLevel, StyleConfig style) -
Uses of StyleConfig in io.itpl.qss.utils
Methods in io.itpl.qss.utils that return StyleConfig Modifier and Type Method Description static StyleConfigQRUtils. getItplStyle()Methods in io.itpl.qss.utils with parameters of type StyleConfig Modifier and Type Method Description static BufferedImageQRUtils. getOverlayImage(BufferedImage qrImage, BufferedImage overly, StyleConfig styleConfig)static BufferedImageQRUtils. getOverlayImage(BufferedImage qrImage, String url, StyleConfig styleConfig)static BufferedImageQRUtils. getOverlayImageURL(BufferedImage qrImage, String url, StyleConfig styleConfig)
-