net.sourceforge.plantuml.graphic
Interface TextBlockWidth

All Known Implementing Classes:
BodyEnhanced, MethodsOrFieldsArea, TextBlockEmpty, TextBlockLineBefore, TextBlockWidthVertical, TextBlocWidthMarged

public interface TextBlockWidth


Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug, double x, double y, double widthToUse)
           
 

Method Detail

calculateDimension

Dimension2D calculateDimension(StringBounder stringBounder)

drawU

void drawU(UGraphic ug,
           double x,
           double y,
           double widthToUse)


Copyright © 2012. All Rights Reserved.