Class SimpleDrawer

java.lang.Object
net.sourceforge.plantuml.posimo.SimpleDrawer

public class SimpleDrawer extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    SimpleDrawer(Cluster root, java.util.Collection<Path> paths)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(java.awt.Graphics2D g2d)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleDrawer

      public SimpleDrawer(Cluster root, java.util.Collection<Path> paths)
  • Method Details

    • draw

      public void draw(java.awt.Graphics2D g2d)