public class ClickDataInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClickDataInfo.TYPE |
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 |
getLimit() |
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 |
setLimit(int limit) |
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()
public int getLimit()
public void setLimit(int limit)
Copyright © 2016. All Rights Reserved.