public class SweepLineEvent extends Objectimplements Comparable
| Constructor and Description |
|---|
SweepLineEvent(Object
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object
ProjectionEvents are ordered first by their x-value, and then by their eventType.
|
int |
getDeleteEventIndex()
|
SweepLineEvent |
getInsertEvent()
|
Object |
getObject()
|
boolean |
isDelete()
|
boolean |
isInsert()
|
void |
setDeleteEventIndex(int deleteEventIndex)
|
public static final int INSERT
public static final int DELETE
public SweepLineEvent(ObjectedgeSet, double x, SweepLineEvent insertEvent, Object obj)
public boolean isInsert()
public boolean isDelete()
public SweepLineEventgetInsertEvent()
public int getDeleteEventIndex()
public void setDeleteEventIndex(int deleteEventIndex)
public ObjectgetObject()
public int compareTo(Objecto)