Class CreoleParser
- java.lang.Object
-
- net.sourceforge.plantuml.creole.legacy.CreoleParser
-
- All Implemented Interfaces:
SheetBuilder
public class CreoleParser extends Object implements SheetBuilder
-
-
Constructor Summary
Constructors Constructor Description CreoleParser(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple skinParam, CreoleMode creoleMode, FontConfiguration stereotype)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidcheckColor(Display result)SheetcreateSheet(Display display)static booleandoesStartByColor(String line)static booleanisTableLine(String line)
-
-
-
Constructor Detail
-
CreoleParser
public CreoleParser(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple skinParam, CreoleMode creoleMode, FontConfiguration stereotype)
-
-
Method Detail
-
isTableLine
public static boolean isTableLine(String line)
-
doesStartByColor
public static boolean doesStartByColor(String line)
-
createSheet
public Sheet createSheet(Display display)
- Specified by:
createSheetin interfaceSheetBuilder
-
checkColor
public static void checkColor(Display result) throws NoSuchColorException
- Throws:
NoSuchColorException
-
-