|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface GenericEdgeRealizer.PortPainter
This interface is used as a callback by GenericEdgeRealizer
to paint the ports.
Method Summary | |
---|---|
void |
paintPorts(EdgeRealizer context,
BendList bends,
java.awt.geom.GeneralPath path,
java.awt.Graphics2D gfx)
Callback method for GenericEdgeRealizer.paintPorts(java.awt.Graphics2D) . |
Method Detail |
---|
void paintPorts(EdgeRealizer context, BendList bends, java.awt.geom.GeneralPath path, java.awt.Graphics2D gfx)
GenericEdgeRealizer.paintPorts(java.awt.Graphics2D)
.
This method should modify the given path instance.
context
- the context EdgeRealizerbends
- the current BendListpath
- the current GeneralPathgfx
- the graphics context to paint on
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |