net.sourceforge.plantuml.svg
Class SvgTitler

java.lang.Object
  extended by net.sourceforge.plantuml.svg.SvgTitler

public final class SvgTitler
extends Object


Constructor Summary
SvgTitler(ColorMapper colorMapper, HtmlColor textColor, List<? extends CharSequence> text, int fontSize, String fontFamily, HorizontalAlignement horizontalAlignement, VerticalPosition verticalPosition, int margin)
           
 
Method Summary
 SvgData addTitle(SvgData svgData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvgTitler

public SvgTitler(ColorMapper colorMapper,
                 HtmlColor textColor,
                 List<? extends CharSequence> text,
                 int fontSize,
                 String fontFamily,
                 HorizontalAlignement horizontalAlignement,
                 VerticalPosition verticalPosition,
                 int margin)
Method Detail

addTitle

public SvgData addTitle(SvgData svgData)
                 throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.