net.sourceforge.plantuml.graphic
Class Splitter

java.lang.Object
  extended by net.sourceforge.plantuml.graphic.Splitter

public class Splitter
extends Object


Field Summary
static String fontColorPattern2
           
static String fontFamilyPattern
           
static String fontPattern
           
static String fontSizePattern2
           
static String imgPatternNoSrcColon
           
static String openiconPattern
           
static String spritePattern
           
static String spritePattern2
           
static String svgAttributePattern
           
 
Constructor Summary
Splitter(String s)
           
 
Method Summary
 List<HtmlCommand> getHtmlCommands(boolean newLineAlone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fontPattern

public static final String fontPattern
See Also:
Constant Field Values

fontColorPattern2

public static final String fontColorPattern2
See Also:
Constant Field Values

fontSizePattern2

public static final String fontSizePattern2
See Also:
Constant Field Values

imgPatternNoSrcColon

public static final String imgPatternNoSrcColon
See Also:
Constant Field Values

fontFamilyPattern

public static final String fontFamilyPattern
See Also:
Constant Field Values

svgAttributePattern

public static final String svgAttributePattern
See Also:
Constant Field Values

openiconPattern

public static final String openiconPattern
See Also:
Constant Field Values

spritePattern

public static final String spritePattern
See Also:
Constant Field Values

spritePattern2

public static final String spritePattern2
See Also:
Constant Field Values
Constructor Detail

Splitter

public Splitter(String s)
Method Detail

getHtmlCommands

public List<HtmlCommand> getHtmlCommands(boolean newLineAlone)


Copyright © 2014. All Rights Reserved.