net.sourceforge.plantuml.eps
Class EpsTitler

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

public final class EpsTitler
extends java.lang.Object


Constructor Summary
EpsTitler(ColorMapper colorMapper, EpsStrategy epsStrategy, HtmlColor textColor, java.util.List<? extends java.lang.CharSequence> text, int fontSize, java.lang.String fontFamily, HorizontalAlignement horizontalAlignement, VerticalPosition verticalPosition, int margin)
           
 
Method Summary
 java.lang.String addTitleEps(java.lang.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,
                 java.util.List<? extends java.lang.CharSequence> text,
                 int fontSize,
                 java.lang.String fontFamily,
                 HorizontalAlignement horizontalAlignement,
                 VerticalPosition verticalPosition,
                 int margin)
Method Detail

getHeight

public double getHeight()

addTitleEps

public java.lang.String addTitleEps(java.lang.String eps)
                             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.