R.attr
Contents
[
Hide
]Inheritance: java.lang.Object
public static final class R.attr
Fields
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
autosizeMode
public static int autosizeMode
backgroundColor
public static int backgroundColor
barColor
public static int barColor
barHeight
public static int barHeight
barcodeType
public static int barcodeType
checksumAlwaysShow
public static int checksumAlwaysShow
checksumEnabled
public static int checksumEnabled
codetext
public static int codetext
enableEscape
public static int enableEscape
filledBars
public static int filledBars
resolution
public static int resolution
rotationAngle
public static int rotationAngle
throwExceptionWhenCodeTextIncorrect
public static int throwExceptionWhenCodeTextIncorrect
wideNarrowRatio
public static int wideNarrowRatio
xDimension
public static int xDimension
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |