Class CreoleParser
- java.lang.Object
-
- net.sourceforge.plantuml.creole.legacy.CreoleParser
-
- All Implemented Interfaces:
SheetBuilder
public class CreoleParser extends java.lang.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 Sheet
createSheet(Display display)
static boolean
doesStartByColor(java.lang.String line)
static boolean
isTableLine(java.lang.String line)
-
-
-
Constructor Detail
-
CreoleParser
public CreoleParser(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple skinParam, CreoleMode creoleMode, FontConfiguration stereotype)
-
-
Method Detail
-
isTableLine
public static boolean isTableLine(java.lang.String line)
-
doesStartByColor
public static boolean doesStartByColor(java.lang.String line)
-
createSheet
public Sheet createSheet(Display display)
- Specified by:
createSheet
in interfaceSheetBuilder
-
-