net.sourceforge.plantuml.project2
Class GanttDiagram2

java.lang.Object
  extended by net.sourceforge.plantuml.project2.GanttDiagram2

public class GanttDiagram2
extends Object


Constructor Summary
GanttDiagram2(Project2 project)
           
 
Method Summary
 void draw(UGraphic ug, double x, double y)
           
 double getHeight(StringBounder stringBounder)
           
 double getWidth(StringBounder stringBounder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GanttDiagram2

public GanttDiagram2(Project2 project)
Method Detail

draw

public void draw(UGraphic ug,
                 double x,
                 double y)

getWidth

public double getWidth(StringBounder stringBounder)

getHeight

public double getHeight(StringBounder stringBounder)


Copyright © 2013. All Rights Reserved.