net.sourceforge.plantuml.svek
Class HeaderLayout

java.lang.Object
  extended by net.sourceforge.plantuml.svek.HeaderLayout

public class HeaderLayout
extends Object


Constructor Summary
HeaderLayout(TextBlock circledCharacter, TextBlock stereo, TextBlock name, TextBlock generic)
           
 
Method Summary
 void drawU(UGraphic ug, double x, double y, double width, double height)
           
 Dimension2D getDimension(StringBounder stringBounder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeaderLayout

public HeaderLayout(TextBlock circledCharacter,
                    TextBlock stereo,
                    TextBlock name,
                    TextBlock generic)
Method Detail

getDimension

public Dimension2D getDimension(StringBounder stringBounder)

drawU

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


Copyright © 2013. All Rights Reserved.