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
@Option(name="render") public static final QRCode.PropertyKeys renderMethod
@Option(name="mode") public static final QRCode.PropertyKeys renderMode
@Option public static final QRCode.PropertyKeys minVersion
@Option public static final QRCode.PropertyKeys maxVersion
@Option(name="left") public static final QRCode.PropertyKeys leftOffset
@Option(name="top") public static final QRCode.PropertyKeys topOffset
@Option public static final QRCode.PropertyKeys size
@Option(name="fill") public static final QRCode.PropertyKeys fillColor
@Option public static final QRCode.PropertyKeys ecLevel
@Option public static final QRCode.PropertyKeys background
@Option public static final QRCode.PropertyKeys text
@Option public static final QRCode.PropertyKeys radius
@Option public static final QRCode.PropertyKeys quiet
@Option public static final QRCode.PropertyKeys mSize
@Option public static final QRCode.PropertyKeys mPosX
@Option public static final QRCode.PropertyKeys mPosY
@Option public static final QRCode.PropertyKeys label
@Option(name="fontname") public static final QRCode.PropertyKeys fontName
@Option(name="fontcolor") 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-2014. All Rights Reserved.