public class SyntaxGraph.RefPainter_simple extends Object implements SyntaxGraph.RefPainter
Constructor and Description |
---|
RefPainter_simple() |
Modifier and Type | Method and Description |
---|---|
void |
paintRef(Graphics2D gr,
SyntaxGraph.LayoutParameters lp,
XRegExp context,
Expression exp,
String tag,
int x0,
int y0,
int w,
int h) |
public void paintRef(Graphics2D gr, SyntaxGraph.LayoutParameters lp, XRegExp context, Expression exp, String tag, int x0, int y0, int w, int h)
paintRef
in interface SyntaxGraph.RefPainter
see also the complete user documentation .