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