package circle; public class Yuang { int floor;//ԲȦËùÔڵIJã int jianzhi;//¼üÖµ int x;//Ô²ÐÄx×ø±ê int y;//Ô²ÐÄy×ø±ê int anchor_h;//»ùÕ¾µÄ¸ß int tag_h;//±êÇ©µÄ¸ß int width;//Ô²µÄ³¤¶È int tagfloor;//±êÇ©ËùÔڵIJã String tagid;//ÓëÖ®²â¾àµÄ±êÇ©id String anchorid;//ÓëÖ®²â¾àµÄ»ùÕ¾id public int getFloor() { return floor; } public int getJianzhi() { return jianzhi; } public int getX() { return x; } public int getY() { return y; } public int getAnchor_h() { return anchor_h; } public int getTag_h() { return tag_h; } public int getWidth() { return width; } public int getTagfloor() { return tagfloor; } public String getTagid() { return tagid; } public String getAnchorid() { return anchorid; } public void setFloor(int floor) { this.floor = floor; } public void setJianzhi(int jianzhi) { this.jianzhi = jianzhi; } public void setX(int x) { this.x = x; } public void setY(int y) { this.y = y; } public void setAnchor_h(int anchor_h) { this.anchor_h = anchor_h; } public void setTag_h(int tag_h) { this.tag_h = tag_h; } public void setWidth(int width) { this.width = width; } public void setTagfloor(int tagfloor) { this.tagfloor = tagfloor; } public void setTagid(String tagid) { this.tagid = tagid; } public void setAnchorid(String anchorid) { this.anchorid = anchorid; } }