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 void
checkColor(Display result)
Sheet
createSheet(Display display)
static boolean
doesStartByColor(String line)
static boolean
isTableLine(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:
createSheet
in interfaceSheetBuilder
-
checkColor
public static void checkColor(Display result) throws NoSuchColorException
- Throws:
NoSuchColorException
-
-