| org.drools.eclipse.editors.rete.figure.VertexFigure
VertexFigure | public class VertexFigure extends Figure (Code) | | Figure representing BaseVertex
|
Constructor Summary | |
public | VertexFigure(Color backgroundColor, Color borderColor) |
Method Summary | |
public void | paint(Graphics g) |
VertexFigure | public VertexFigure(Color backgroundColor, Color borderColor)(Code) | | Initializing Figure
Parameters: backgroundColor - background color Parameters: borderColor - border color |
paint | public void paint(Graphics g)(Code) | | Painting antialiased vertex
|
|
|