net.sourceforge.plantuml.project2
Class RowSimple

java.lang.Object
  extended by net.sourceforge.plantuml.project2.RowSimple
All Implemented Interfaces:
Row

public class RowSimple
extends Object
implements Row


Constructor Summary
RowSimple(Day first, Day last)
           
RowSimple(Day first, Day last, HtmlColor backcolor)
           
RowSimple(Day first, Day last, HtmlColor backcolor, TextBlock header)
           
 
Method Summary
 TextBlock asTextBloc(TimeConverter timeConverter)
           
 double getHeight()
           
 double getMaxXwithoutHeader(TimeConverter timeConverter)
           
 double getMinXwithoutHeader(TimeConverter timeConverter)
           
 TextBlock header()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowSimple

public RowSimple(Day first,
                 Day last)

RowSimple

public RowSimple(Day first,
                 Day last,
                 HtmlColor backcolor)

RowSimple

public RowSimple(Day first,
                 Day last,
                 HtmlColor backcolor,
                 TextBlock header)
Method Detail

asTextBloc

public TextBlock asTextBloc(TimeConverter timeConverter)
Specified by:
asTextBloc in interface Row

getMinXwithoutHeader

public double getMinXwithoutHeader(TimeConverter timeConverter)
Specified by:
getMinXwithoutHeader in interface Row

getMaxXwithoutHeader

public double getMaxXwithoutHeader(TimeConverter timeConverter)
Specified by:
getMaxXwithoutHeader in interface Row

getHeight

public double getHeight()
Specified by:
getHeight in interface Row

header

public TextBlock header()
Specified by:
header in interface Row


Copyright © 2012. All Rights Reserved.