net.sourceforge.plantuml.classdiagram
Class RowLayout

java.lang.Object
  extended by net.sourceforge.plantuml.classdiagram.RowLayout
All Implemented Interfaces:
UDrawable

public class RowLayout
extends Object
implements UDrawable


Constructor Summary
RowLayout()
           
 
Method Summary
 void addLeaf(TextBlock entityImageClass)
           
 void drawU(UGraphic ug)
           
 double getHeight(StringBounder stringBounder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowLayout

public RowLayout()
Method Detail

addLeaf

public void addLeaf(TextBlock entityImageClass)

getHeight

public double getHeight(StringBounder stringBounder)

drawU

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


Copyright © 2014. All Rights Reserved.