public class VCircleEvent extends VEvent
| Modifier and Type | Field and Description | 
|---|---|
VLinkedNode | 
leafnode  | 
| Constructor and Description | 
|---|
VCircleEvent()  | 
VCircleEvent(int _x,
            int _y)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getCenterY()  | 
int | 
getX()  | 
int | 
getY()  | 
boolean | 
isCircleEvent()  | 
boolean | 
isSiteEvent()  | 
void | 
setCenterY(int _center_y)  | 
void | 
setX(int _x)  | 
void | 
setY(int _y)  | 
java.lang.String | 
toString()  | 
public VLinkedNode leafnode
public VCircleEvent()
public VCircleEvent(int _x,
            int _y)
public void setX(int _x)
public void setY(int _y)
public int getCenterY()
public void setCenterY(int _center_y)
public boolean isSiteEvent()
isSiteEvent in class VEventpublic boolean isCircleEvent()
isCircleEvent in class VEvent