Interface EdgeFinder

All Known Implementing Classes:
DefaultEdgeFinder, EmptyEdgeFinder

public interface EdgeFinder
Deprecated.
2D piccolo based code is being removed
Interface for classes that given a PNode, this will find any edges associated with it, if any.
Author:
Nick Collier
  • Method Summary

    Modifier and Type
    Method
    Description
    findEdges(org.piccolo2d.PNode node)
    Deprecated.
    Finds the PEdges associated with the specified PNode.
  • Method Details

    • findEdges

      List<PEdge> findEdges(org.piccolo2d.PNode node)
      Deprecated.
      Finds the PEdges associated with the specified PNode.
      Parameters:
      node - the node whose edges should be found
      Returns:
      the PEdges associated with the specified PNode or an empty list if none are found.