public interface RepresentationInterface
| 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) | 
void beginAlgorithm(java.util.Collection<VPoint> points)
void siteEvent(VLinkedNode n1, VLinkedNode n2, VLinkedNode n3)
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)