net.sourceforge.plantuml.creole
Class CommandCreoleStyle

java.lang.Object
  extended by net.sourceforge.plantuml.creole.CommandCreoleStyle
All Implemented Interfaces:
Command

public class CommandCreoleStyle
extends Object
implements Command


Method Summary
static CommandCreoleStyle createCreole(FontStyle style)
           
static Command createLegacy(FontStyle style)
           
static Command createLegacyEol(FontStyle style)
           
 String executeAndGetRemaining(String line, StripeSimple stripe)
           
 int matchingSize(String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createCreole

public static CommandCreoleStyle createCreole(FontStyle style)

createLegacy

public static Command createLegacy(FontStyle style)

createLegacyEol

public static Command createLegacyEol(FontStyle style)

executeAndGetRemaining

public String executeAndGetRemaining(String line,
                                     StripeSimple stripe)
Specified by:
executeAndGetRemaining in interface Command

matchingSize

public int matchingSize(String line)
Specified by:
matchingSize in interface Command


Copyright © 2014. All Rights Reserved.