# Print output for @column tags ?>
public
class
Location
extends Object
implements
Parcelable
| java.lang.Object | |
| ↳ | com.vuzix.sdk.barcode.Location |
This class is deprecated.
As of Scanner 2
Represents the location of a recognized barcode within an image. Each point represents a corner of the barcode.
Fields | |
|---|---|
public
static
final
Creator<Location> |
CREATOR
|
Public methods | |
|---|---|
int
|
describeContents()
|
PointF
|
getPoint1()
|
PointF
|
getPoint2()
|
PointF
|
getPoint3()
|
PointF
|
getPoint4()
|
void
|
writeToParcel(Parcel out, int flags)
|
public int describeContents ()
| Returns | |
|---|---|
int |
|
public PointF getPoint1 ()
| Returns | |
|---|---|
PointF |
|
public PointF getPoint2 ()
| Returns | |
|---|---|
PointF |
|
public PointF getPoint3 ()
| Returns | |
|---|---|
PointF |
|
public PointF getPoint4 ()
| Returns | |
|---|---|
PointF |
|
public void writeToParcel (Parcel out,
int flags)
| Parameters | |
|---|---|
out |
Parcel |
flags |
int |