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