net.sourceforge.plantuml.graphic
Interface TextBlock

All Superinterfaces:
UDrawable
All Known Implementing Classes:
ActivityBox, CircledCharacter, FlowDiagram, StickMan, TextBlockArrow, TextBlockEmpty, TextBlockGeneric, TextBlockWidthAdapter, Tile, TilesField, TimeHeaderDay, TimeHeaderMonth

public interface TextBlock
extends UDrawable


Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 List<Url> getUrls()
           
 
Methods inherited from interface net.sourceforge.plantuml.graphic.UDrawable
drawU
 

Method Detail

calculateDimension

Dimension2D calculateDimension(StringBounder stringBounder)

getUrls

List<Url> getUrls()


Copyright © 2012. All Rights Reserved.