net.sourceforge.plantuml.png
Class PngTitler

java.lang.Object
  extended by net.sourceforge.plantuml.png.PngTitler

public class PngTitler
extends Object


Constructor Summary
PngTitler(Color textColor, List<String> text, int fontSize, String fontFamily, HorizontalAlignement horizontalAlignement, VerticalPosition verticalPosition)
           
 
Method Summary
 TextBlock getTextBlock()
           
 Dimension2D getTextDimension(StringBounder stringBounder)
           
 BufferedImage processImage(BufferedImage im, Color background, int margin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PngTitler

public PngTitler(Color textColor,
                 List<String> text,
                 int fontSize,
                 String fontFamily,
                 HorizontalAlignement horizontalAlignement,
                 VerticalPosition verticalPosition)
Method Detail

processImage

public BufferedImage processImage(BufferedImage im,
                                  Color background,
                                  int margin)

getTextDimension

public Dimension2D getTextDimension(StringBounder stringBounder)

getTextBlock

public TextBlock getTextBlock()


Copyright © 2011. All Rights Reserved.