|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GenericEdgeRealizer.PathCalculator
This interface is used as a callback by GenericEdgeRealizer
to calculate the final path.
Method Summary | |
---|---|
byte |
calculatePath(EdgeRealizer context,
BendList bends,
java.awt.geom.GeneralPath path,
java.awt.geom.Point2D sourceIntersectionPointOut,
java.awt.geom.Point2D targetIntersectionPointOut)
Callback method for GenericEdgeRealizer.calculatePath(java.awt.geom.Point2D, java.awt.geom.Point2D) ()}. |
Method Detail |
---|
byte calculatePath(EdgeRealizer context, BendList bends, java.awt.geom.GeneralPath path, java.awt.geom.Point2D sourceIntersectionPointOut, java.awt.geom.Point2D targetIntersectionPointOut)
GenericEdgeRealizer.calculatePath(java.awt.geom.Point2D, java.awt.geom.Point2D)
()}.
This method should modify the given path instance and return whether it took into account
the length
of
the source and/or target arrow.
context
- the context EdgeRealizerbends
- the current BendListpath
- the current GeneralPathsourceIntersectionPointOut
- the point to place the source intersection point intargetIntersectionPointOut
- the point to place the target intersection point in
EdgeRealizer.PATH_UNCLIPPED
, EdgeRealizer.PATH_CLIPPED_AT_SOURCE
,
EdgeRealizer.PATH_CLIPPED_AT_TARGET
, or EdgeRealizer.PATH_CLIPPED_AT_SOURCE_AND_TARGET
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |