public class ClickDataInfo extends Object
Constructor and Description |
---|
ClickDataInfo(double x1,
double y1,
double x2,
double y2) |
ClickDataInfo(int x,
int y,
int w,
int h,
String bbox) |
Modifier and Type | Method and Description |
---|---|
String |
getBbox() |
int |
getH() |
int |
getW() |
int |
getX() |
double |
getX1() |
double |
getX2() |
int |
getY() |
double |
getY1() |
double |
getY2() |
boolean |
isBox() |
boolean |
isHardQuery() |
boolean |
isPoint() |
void |
setBbox(String bbox) |
void |
setH(int h) |
void |
setW(int w) |
void |
setX(int x) |
void |
setY(int y) |
public ClickDataInfo(int x, int y, int w, int h, String bbox)
public ClickDataInfo(double x1, double y1, double x2, double y2)
bbox2
- public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getW()
public void setW(int w)
public int getH()
public void setH(int h)
public String getBbox()
public void setBbox(String bbox)
public boolean isPoint()
public boolean isBox()
public boolean isHardQuery()
public double getX1()
public double getX2()
public double getY1()
public double getY2()
Copyright © 2014. All Rights Reserved.