|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GenericEdgeRealizer.ContainsTest
This interface is used as a callback by GenericEdgeRealizer
to evaluate hit tests.
Method Summary | |
---|---|
boolean |
contains(EdgeRealizer context,
BendList bends,
java.awt.geom.GeneralPath path,
double x,
double y)
Callback method for EdgeRealizer.contains(double, double) . |
int |
containsSeg(EdgeRealizer context,
BendList bends,
java.awt.geom.GeneralPath path,
double x,
double y)
Callback method for EdgeRealizer.containsSeg(double, double) . |
Method Detail |
---|
boolean contains(EdgeRealizer context, BendList bends, java.awt.geom.GeneralPath path, double x, double y)
EdgeRealizer.contains(double, double)
.
context
- the context EdgeRealizerbends
- the current BendListpath
- the current GeneralPathint containsSeg(EdgeRealizer context, BendList bends, java.awt.geom.GeneralPath path, double x, double y)
EdgeRealizer.containsSeg(double, double)
.
context
- the context EdgeRealizerbends
- the current BendListpath
- the current GeneralPath
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |