Package eu.bandm.tools.d2d2.base
Interface SyntaxGraph.RefPainter
- All Known Implementing Classes:
SyntaxGraph.RefPainter_simple
,Userdoc.RefPainter_custom
- Enclosing class:
- SyntaxGraph
public static interface SyntaxGraph.RefPainter
An instance of this must be plugged into a
SyntaxGraph.Painter
for customized representation of references.-
Method Summary
Modifier and TypeMethodDescriptionvoid
paintRef
(Graphics2D gr, SyntaxGraph.LayoutParameters lp, Expression exp, String tag, boolean isInsertion, int x0, int y0, int w, int h)
-
Method Details
-
paintRef
void paintRef(Graphics2D gr, SyntaxGraph.LayoutParameters lp, Expression exp, String tag, boolean isInsertion, int x0, int y0, int w, int h)
-