public class RectangleShapeRenderer extends AbstractShapeRenderer<RectangleShape>
| Constructor and Description |
|---|
RectangleShapeRenderer() |
| Modifier and Type | Method and Description |
|---|---|
void |
drawBorder(RectangleShape shape,
Graphics2D g,
GraphConfig config,
GraphRenderManager man) |
void |
drawText(RectangleShape shape,
Graphics2D g,
GraphConfig config,
GraphRenderManager man) |
void |
fill(RectangleShape shape,
Graphics2D g,
GraphConfig config,
GraphRenderManager man) |
drawPorts, renderpublic void drawText(RectangleShape shape, Graphics2D g, GraphConfig config, GraphRenderManager man)
drawText in class AbstractShapeRenderer<RectangleShape>public void drawBorder(RectangleShape shape, Graphics2D g, GraphConfig config, GraphRenderManager man)
drawBorder in class AbstractShapeRenderer<RectangleShape>public void fill(RectangleShape shape, Graphics2D g, GraphConfig config, GraphRenderManager man)
fill in class AbstractShapeRenderer<RectangleShape>Copyright © 2021 vpc open source initiative. All rights reserved.