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