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