protected static enum QRCode.PropertyKeys extends java.lang.Enum<QRCode.PropertyKeys>
| Enum Constant and Description |
|---|
background |
ecLevel |
fillColor |
fontColor |
fontName |
label |
leftOffset |
maxVersion |
minVersion |
mPosX |
mPosY |
mSize |
quiet |
radius |
renderMethod |
renderMode |
size |
text |
topOffset |
widgetVar |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static QRCode.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QRCode.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QRCode.PropertyKeys widgetVar
public static final QRCode.PropertyKeys renderMethod
public static final QRCode.PropertyKeys renderMode
public static final QRCode.PropertyKeys minVersion
public static final QRCode.PropertyKeys maxVersion
public static final QRCode.PropertyKeys leftOffset
public static final QRCode.PropertyKeys topOffset
public static final QRCode.PropertyKeys size
public static final QRCode.PropertyKeys fillColor
public static final QRCode.PropertyKeys ecLevel
public static final QRCode.PropertyKeys background
public static final QRCode.PropertyKeys text
public static final QRCode.PropertyKeys radius
public static final QRCode.PropertyKeys quiet
public static final QRCode.PropertyKeys mSize
public static final QRCode.PropertyKeys mPosX
public static final QRCode.PropertyKeys mPosY
public static final QRCode.PropertyKeys label
public static final QRCode.PropertyKeys fontName
public static final QRCode.PropertyKeys fontColor
public static QRCode.PropertyKeys[] values()
for (QRCode.PropertyKeys c : QRCode.PropertyKeys.values()) System.out.println(c);
public static QRCode.PropertyKeys valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<QRCode.PropertyKeys>Copyright © 2011-2015. All Rights Reserved.