public class DictValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
nativeObj |
Modifier | Constructor and Description |
---|---|
|
DictValue(double p) |
|
DictValue(int i) |
protected |
DictValue(long addr) |
|
DictValue(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
static DictValue |
__fromPtr__(long addr) |
protected void |
finalize() |
int |
getIntValue() |
int |
getIntValue(int idx) |
long |
getNativeObjAddr() |
double |
getRealValue() |
double |
getRealValue(int idx) |
java.lang.String |
getStringValue() |
java.lang.String |
getStringValue(int idx) |
boolean |
isInt() |
boolean |
isReal() |
boolean |
isString() |
protected DictValue(long addr)
public DictValue(java.lang.String s)
public DictValue(double p)
public DictValue(int i)
public long getNativeObjAddr()
public static DictValue __fromPtr__(long addr)
public java.lang.String getStringValue(int idx)
public java.lang.String getStringValue()
public boolean isInt()
public boolean isReal()
public boolean isString()
public double getRealValue(int idx)
public double getRealValue()
public int getIntValue(int idx)
public int getIntValue()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0