net.sourceforge.plantuml.cucadiagram.dot
Class DotExpression

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.dot.DotExpression

public final class DotExpression
extends Object


Constructor Summary
DotExpression(ColorMapper colorMapper, String html, int defaultFontSize, HtmlColor color, String fontFamily, int style, FileFormat fileFormat)
           
 
Method Summary
 String getDotHtml()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotExpression

public DotExpression(ColorMapper colorMapper,
                     String html,
                     int defaultFontSize,
                     HtmlColor color,
                     String fontFamily,
                     int style,
                     FileFormat fileFormat)
Method Detail

getDotHtml

public String getDotHtml()


Copyright © 2012. All Rights Reserved.