Class LifecycleRenderer

java.lang.Object
org.cristalise.kernel.lifecycle.renderer.LifecycleRenderer

public class LifecycleRenderer extends Object
  • Constructor Details

    • LifecycleRenderer

      public LifecycleRenderer(GraphModel graphModel, boolean defGeneration)
  • Method Details

    • getZoomFactor

      public int getZoomFactor(int maxHeight, int maxWidth)
    • getWorkFlowModelImage

      public BufferedImage getWorkFlowModelImage(int maxHeight, int maxWidth) throws IOException
      Throws:
      IOException
    • draw

      public void draw(Graphics2D g2d)
    • drawEdgeHighlight

      protected void drawEdgeHighlight(Graphics2D g2d, DirectedEdge edge)
    • drawVertexHighlight

      protected void drawVertexHighlight(Graphics2D g2d, Vertex vertex, int dist)