|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GenericEdgeRealizer.BendPainter
This interface is used as a callback by GenericEdgeRealizer
to paint the bends.
Method Summary | |
---|---|
void |
paintBends(EdgeRealizer context,
BendList bends,
java.awt.geom.GeneralPath path,
java.awt.Graphics2D gfx,
boolean selected)
Used as a callback for the GenericEdgeRealizer.paintBends(java.awt.Graphics2D) method. |
Method Detail |
---|
void paintBends(EdgeRealizer context, BendList bends, java.awt.geom.GeneralPath path, java.awt.Graphics2D gfx, boolean selected)
GenericEdgeRealizer.paintBends(java.awt.Graphics2D)
method.
context
- the EdgeRealizer context that is used for the current paintingbends
- the list of bends that the current context holdspath
- the GeneralPath instance that is currently used by the EdgeRealizergfx
- the graphics context to useselected
- whether the edge should be painted in selected state
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |