Package eu.bandm.tools.d2d2.base
Class SyntaxGraph.RefPainter_simple
java.lang.Object
eu.bandm.tools.d2d2.base.SyntaxGraph.RefPainter_simple
- All Implemented Interfaces:
SyntaxGraph.RefPainter
- Enclosing class:
- SyntaxGraph
Default implementation which drawas a "3DRect" and the text.
-
Constructor Summary
-
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)
-
Constructor Details
-
RefPainter_simple
public RefPainter_simple()
-
-
Method Details
-
paintRef
public void paintRef(Graphics2D gr, SyntaxGraph.LayoutParameters lp, Expression exp, String tag, boolean isInsertion, int x0, int y0, int w, int h) - Specified by:
paintRef
in interfaceSyntaxGraph.RefPainter
-