public class LifecycleRenderer extends Object
| Constructor and Description |
|---|
LifecycleRenderer(GraphModel graphModel,
boolean defGeneration) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(Graphics2D g2d) |
protected void |
drawEdgeHighlight(Graphics2D g2d,
DirectedEdge edge) |
protected void |
drawVertexHighlight(Graphics2D g2d,
Vertex vertex,
int dist) |
BufferedImage |
getWorkFlowModelImage(int maxHeight,
int maxWidth) |
int |
getZoomFactor(int maxHeight,
int maxWidth) |
public LifecycleRenderer(GraphModel graphModel, boolean defGeneration)
public int getZoomFactor(int maxHeight,
int maxWidth)
public BufferedImage getWorkFlowModelImage(int maxHeight, int maxWidth) throws IOException
IOExceptionpublic void draw(Graphics2D g2d)
protected void drawEdgeHighlight(Graphics2D g2d, DirectedEdge edge)
protected void drawVertexHighlight(Graphics2D g2d, Vertex vertex, int dist)
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.