Search this API

y.view
Interface GenericNodeRealizer.PortCandidateListProvider

Enclosing class:
GenericNodeRealizer

public static interface GenericNodeRealizer.PortCandidateListProvider

This interface is used by GenericNodeRealizer as a callback to GenericNodeRealizer.getPortCandidates(double). Classes implementing this interface should query the given context NodeRealizer for the necessary information each time the methods are called since they will be shared instances for multiple GenericNodeRealizer instances.

 

Method Summary
 YList getPortCandidates(NodeRealizer context, double gridResolution)
          Used as a callback for the GenericNodeRealizer.getPortCandidates(double) method.
 

Method Detail

getPortCandidates

YList getPortCandidates(NodeRealizer context,
                        double gridResolution)
Used as a callback for the GenericNodeRealizer.getPortCandidates(double) method.


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