net.sourceforge.plantuml.ugraphic
Class ULayoutGroup

java.lang.Object
  extended by net.sourceforge.plantuml.ugraphic.ULayoutGroup

public class ULayoutGroup
extends Object


Constructor Summary
ULayoutGroup(PlacementStrategy placementStrategy)
           
 
Method Summary
 void add(TextBlock block)
           
 void drawU(UGraphic ug, double x, double y, double width, double height)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ULayoutGroup

public ULayoutGroup(PlacementStrategy placementStrategy)
Method Detail

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y,
                  double width,
                  double height)

add

public void add(TextBlock block)


Copyright © 2013. All Rights Reserved.