net.sourceforge.plantuml.graphic
Class TileText

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

public class TileText
extends Object
implements TextBlock


Constructor Summary
TileText(String text, FontConfiguration fontConfiguration, Url url)
           
 
Method Summary
 Dimension2D calculateDimension(StringBounder stringBounder)
           
 void drawU(UGraphic ug)
           
 double getFontSize2D()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileText

public TileText(String text,
                FontConfiguration fontConfiguration,
                Url url)
Method Detail

calculateDimension

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

getFontSize2D

public double getFontSize2D()

drawU

public void drawU(UGraphic ug)
Specified by:
drawU in interface UDrawable


Copyright © 2014. All Rights Reserved.