Class CreoleParser
java.lang.Object
net.sourceforge.plantuml.creole.legacy.CreoleParser
- All Implemented Interfaces:
SheetBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionCreoleParser
(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple skinParam, CreoleMode creoleMode, FontConfiguration stereotype) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkColor
(Display result) createSheet
(Display display) static boolean
doesStartByColor
(java.lang.String line) static boolean
isTableLine
(java.lang.String line) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CreoleParser
public CreoleParser(FontConfiguration fontConfiguration, HorizontalAlignment horizontalAlignment, ISkinSimple skinParam, CreoleMode creoleMode, FontConfiguration stereotype)
-
-
Method Details
-
isTableLine
public static boolean isTableLine(java.lang.String line) -
doesStartByColor
public static boolean doesStartByColor(java.lang.String line) -
createSheet
- Specified by:
createSheet
in interfaceSheetBuilder
-
checkColor
- Throws:
NoSuchColorException
-