|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GenericNodeRealizer.HotSpotHitTest
This interface is used by GenericNodeRealizer to delegate the work of the
GenericNodeRealizer.hotSpotHit(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 | |
---|---|
byte |
hotSpotHit(NodeRealizer context,
double hx,
double hy)
Used as a callback for the GenericNodeRealizer.hotSpotHit(double, double) method. |
Method Detail |
---|
byte hotSpotHit(NodeRealizer context, double hx, double hy)
GenericNodeRealizer.hotSpotHit(double, double)
method.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |