Class ResourceDrawVersion2
- java.lang.Object
-
- net.sourceforge.plantuml.project.draw.ResourceDrawVersion2
-
- All Implemented Interfaces:
UDrawable,ResourceDraw
public class ResourceDrawVersion2 extends java.lang.Object implements ResourceDraw
-
-
Constructor Summary
Constructors Constructor Description ResourceDrawVersion2(GanttDiagram gantt, Resource res, TimeScale timeScale, double y, Day min, Day max)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddrawU(UGraphic ug)doublegetHeight(StringBounder stringBounder)doublegetY()
-
-
-
Constructor Detail
-
ResourceDrawVersion2
public ResourceDrawVersion2(GanttDiagram gantt, Resource res, TimeScale timeScale, double y, Day min, Day max)
-
-
Method Detail
-
getHeight
public double getHeight(StringBounder stringBounder)
- Specified by:
getHeightin interfaceResourceDraw
-
getY
public final double getY()
- Specified by:
getYin interfaceResourceDraw
-
-