net.sourceforge.plantuml.ugraphic
Class UGroup

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

public class UGroup
extends Object


Constructor Summary
UGroup(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

UGroup

public UGroup(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 © 2011. All Rights Reserved.