net.sourceforge.plantuml.eps
Class EpsTitler

java.lang.Object
  extended by net.sourceforge.plantuml.eps.EpsTitler

public final class EpsTitler
extends Object


Constructor Summary
EpsTitler(ColorMapper colorMapper, EpsStrategy epsStrategy, HtmlColor textColor, List<? extends CharSequence> text, int fontSize, String fontFamily, HorizontalAlignement horizontalAlignement, VerticalPosition verticalPosition, int margin)
           
 
Method Summary
 String addTitleEps(String eps)
           
 double getHeight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpsTitler

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

getHeight

public double getHeight()

addTitleEps

public String addTitleEps(String eps)
                   throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.