|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GenericEdgeRealizer.BridgeCalculatorHandler
This interface is used as a callback by GenericEdgeRealizer
to insert obstacles
into a given BridgeCalculator
instance for a two-pass rendering.
EdgeRealizer.registerObstacles(BridgeCalculator)
,
BridgeCalculator
,
DefaultGraph2DRenderer.setBridgeCalculator(BridgeCalculator)
Method Summary | |
---|---|
void |
registerObstacles(EdgeRealizer context,
BendList bends,
java.awt.geom.GeneralPath path,
BridgeCalculator calculator)
Use the given calculator instance to register appropriate obstacles that will be used for the second pass during the rendering of the edges. |
Method Detail |
---|
void registerObstacles(EdgeRealizer context, BendList bends, java.awt.geom.GeneralPath path, BridgeCalculator calculator)
context
- the EdgeRealizer context that is used for the calculationbends
- the list of bends that the current context holdspath
- the GeneralPath instance that is associated with the current contextcalculator
- the calculator instance to register the obstacles with
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |