net.sourceforge.plantuml.creole
Class CommandCreoleSvgAttributeChange

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

public class CommandCreoleSvgAttributeChange
extends java.lang.Object
implements Command


Field Summary
static java.lang.String fontPattern
           
 
Method Summary
static Command create()
           
static Command createEol()
           
 java.lang.String executeAndGetRemaining(java.lang.String line, StripeSimple stripe)
           
 int matchingSize(java.lang.String line)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fontPattern

public static final java.lang.String fontPattern
See Also:
Constant Field Values
Method Detail

create

public static Command create()

createEol

public static Command createEol()

matchingSize

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

executeAndGetRemaining

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


Copyright © 2014. All Rights Reserved.