Search this API

y.view
Interface GenericNodeRealizer.ContainsTest

All Known Implementing Classes:
BevelNodePainter, GeneralPathNodePainter, GroupNodePainter, ImageNodePainter, ShapeNodePainter, ShinyPlateNodePainter
Enclosing class:
GenericNodeRealizer

public static interface GenericNodeRealizer.ContainsTest

This interface is used by GenericNodeRealizer to delegate the work of the GenericNodeRealizer.contains(double, double) method to. 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
 boolean contains(NodeRealizer context, double x, double y)
          Used as a callback for the GenericNodeRealizer.contains(double, double) method.
 

Method Detail

contains

boolean contains(NodeRealizer context,
                 double x,
                 double y)
Used as a callback for the GenericNodeRealizer.contains(double, double) method.


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