|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GenericEdgeRealizer.ArrowPainter
This interface is used as a callback by EdgeRealizer
to paint the arrows.
Method Summary | |
---|---|
void |
paintArrows(EdgeRealizer context,
BendList bends,
java.awt.geom.GeneralPath path,
java.awt.Graphics2D gfx)
Used as a callback for the GenericEdgeRealizer.paintArrows(java.awt.Graphics2D) method. |
Method Detail |
---|
void paintArrows(EdgeRealizer context, BendList bends, java.awt.geom.GeneralPath path, java.awt.Graphics2D gfx)
GenericEdgeRealizer.paintArrows(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 use
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |