net.sourceforge.plantuml.project2
Class TimeHeaderDay

java.lang.Object
  extended by net.sourceforge.plantuml.project2.TimeHeaderDay
All Implemented Interfaces:
TextBlock, UDrawable, UShape

public class TimeHeaderDay
extends Object
implements TextBlock


Constructor Summary
TimeHeaderDay(Day start, Day end, TimeLine timeline, double dayWidth)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeHeaderDay

public TimeHeaderDay(Day start,
                     Day end,
                     TimeLine timeline,
                     double dayWidth)
Method Detail

drawU

public void drawU(UGraphic ug)
Specified by:
drawU in interface UDrawable

calculateDimension

public Dimension2D calculateDimension(StringBounder stringBounder)
Specified by:
calculateDimension in interface TextBlock


Copyright © 2014. All Rights Reserved.