Search this API

y.view
Interface GenericEdgeRealizer.GenericMouseInputEditorProvider

Enclosing class:
GenericEdgeRealizer

public static interface GenericEdgeRealizer.GenericMouseInputEditorProvider

This interface is used by GenericEdgeRealizer to delegate the work of the MouseInputEditorProvider interface to. Classes implementing this interface should query the given context EdgeRealizer for the necessary information each time the methods are called, since they will be shared instances for multiple GenericEdgeRealizer instances.

 
Your browser does not support SVG content.

Method Summary
 MouseInputEditor findMouseInputEditor(EdgeRealizer context, Graph2DView view, double x, double y, HitInfo hitInfo)
          Used as a callback for method GenericEdgeRealizer.findMouseInputEditor(Graph2DView, double, double, HitInfo).
 

Method Detail

findMouseInputEditor

MouseInputEditor findMouseInputEditor(EdgeRealizer context,
                                      Graph2DView view,
                                      double x,
                                      double y,
                                      HitInfo hitInfo)
Used as a callback for method GenericEdgeRealizer.findMouseInputEditor(Graph2DView, double, double, HitInfo).

See Also:
MouseInputEditor, MouseInputEditorProvider

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