public class VoronoiTest.TestRepresentationWrapper extends java.lang.Object implements RepresentationInterface
| Constructor and Description |
|---|
VoronoiTest.TestRepresentationWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
beginAlgorithm(java.util.Collection<VPoint> points) |
void |
circleEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3,
int circle_x,
int circle_y) |
void |
endAlgorithm(java.util.Collection<VPoint> points,
int lastsweeplineposition,
VLinkedNode headnode) |
void |
siteEvent(VLinkedNode n1,
VLinkedNode n2,
VLinkedNode n3) |
public VoronoiTest.TestRepresentationWrapper()
public void beginAlgorithm(java.util.Collection<VPoint> points)
beginAlgorithm in interface RepresentationInterfacepublic void siteEvent(VLinkedNode n1, VLinkedNode n2, VLinkedNode n3)
siteEvent in interface RepresentationInterfacepublic void circleEvent(VLinkedNode n1, VLinkedNode n2, VLinkedNode n3, int circle_x, int circle_y)
circleEvent in interface RepresentationInterfacepublic void endAlgorithm(java.util.Collection<VPoint> points, int lastsweeplineposition, VLinkedNode headnode)
endAlgorithm in interface RepresentationInterface