net.sourceforge.plantuml.jungle
Class GTileStack

java.lang.Object
  extended by net.sourceforge.plantuml.jungle.GTileStack
All Implemented Interfaces:
TextBlock, UDrawable, GTile, UShape

public class GTileStack
extends Object
implements GTile


Constructor Summary
GTileStack(List<GTile> tiles, double space)
           
 
Method Summary
 GTileGeometry 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

GTileStack

public GTileStack(List<GTile> tiles,
                  double space)
Method Detail

drawU

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

calculateDimension

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


Copyright © 2014. All Rights Reserved.