net.sourceforge.plantuml.graphic
Class TextBlockLineBefore2

java.lang.Object
  extended by net.sourceforge.plantuml.graphic.TextBlockLineBefore2
All Implemented Interfaces:
TextBlock, UDrawable

public class TextBlockLineBefore2
extends Object
implements TextBlock


Constructor Summary
TextBlockLineBefore2(TextBlock textBlock)
           
TextBlockLineBefore2(TextBlock textBlock, char separator)
           
TextBlockLineBefore2(TextBlock textBlock, char separator, TextBlock title)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
static void drawLine(UGraphic ug, double x, double y, double widthToUse, char separator)
           
static void drawLine(UGraphic ug, double y, UHorizontalLine line, char separator)
           
 void drawU(UGraphic ug, double x, double y)
           
 List<Url> getUrls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextBlockLineBefore2

public TextBlockLineBefore2(TextBlock textBlock,
                            char separator,
                            TextBlock title)

TextBlockLineBefore2

public TextBlockLineBefore2(TextBlock textBlock,
                            char separator)

TextBlockLineBefore2

public TextBlockLineBefore2(TextBlock textBlock)
Method Detail

calculateDimension

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

drawLine

public static void drawLine(UGraphic ug,
                            double y,
                            UHorizontalLine line,
                            char separator)

drawLine

public static void drawLine(UGraphic ug,
                            double x,
                            double y,
                            double widthToUse,
                            char separator)

drawU

public void drawU(UGraphic ug,
                  double x,
                  double y)
Specified by:
drawU in interface UDrawable

getUrls

public List<Url> getUrls()
Specified by:
getUrls in interface TextBlock


Copyright © 2013. All Rights Reserved.