Search this API

y.geom
Interface IntersectionAlgorithm.IntersectionHandler

Enclosing class:
IntersectionAlgorithm

public static interface IntersectionAlgorithm.IntersectionHandler

An instance of this interface handles intersections found by the IntersectionAlgorithm,

 

Method Summary
 void checkIntersection(java.lang.Object a, java.lang.Object b)
          This method is called at every intersection.
 

Method Detail

checkIntersection

void checkIntersection(java.lang.Object a,
                       java.lang.Object b)
This method is called at every intersection.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.