public class VuMarkInstanceId
extends java.lang.Object
VuMarkInstanceId
captures the identifying state decoded from a particular instance
of a Vuforia VuMark.com.vuforia.VuMarkTarget
,
com.vuforia.InstanceId
Modifier and Type | Class and Description |
---|---|
static class |
VuMarkInstanceId.Type
VuMarkInstanceId.Type indicates the type of data that was found in the InstanceId
from which this data was decoded. |
Modifier and Type | Field and Description |
---|---|
protected byte[] |
dataValue |
protected int |
numericValue |
protected java.lang.String |
stringValue |
protected VuMarkInstanceId.Type |
type |
Constructor and Description |
---|
VuMarkInstanceId(InstanceId instanceId) |
Modifier and Type | Method and Description |
---|---|
protected static byte[] |
dataFrom(InstanceId instanceId) |
boolean |
equals(java.lang.Object o) |
VuMarkInstanceId.Type |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
protected static VuMarkInstanceId.Type |
typeFrom(InstanceId instanceId) |
protected VuMarkInstanceId.Type type
protected int numericValue
protected java.lang.String stringValue
protected byte[] dataValue
public java.lang.String toString()
toString
in class java.lang.Object
protected static byte[] dataFrom(InstanceId instanceId)
protected static VuMarkInstanceId.Type typeFrom(InstanceId instanceId)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public VuMarkInstanceId.Type getType()