net.sourceforge.plantuml.project2
Class RowUtils

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

public abstract class RowUtils
extends Object


Constructor Summary
RowUtils()
           
 
Method Summary
static Row merge(List<Row> rows)
           
static Row merge(Row r1, Row r2)
           
static Row overwrite(Row r1, Row r2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowUtils

public RowUtils()
Method Detail

overwrite

public static Row overwrite(Row r1,
                            Row r2)

merge

public static Row merge(Row r1,
                        Row r2)

merge

public static Row merge(List<Row> rows)


Copyright © 2014. All Rights Reserved.