net.sourceforge.plantuml.creole
Class StripeTable

java.lang.Object
  extended by net.sourceforge.plantuml.creole.StripeTable
All Implemented Interfaces:
Stripe

public class StripeTable
extends Object
implements Stripe


Constructor Summary
StripeTable(FontConfiguration fontConfiguration, ISkinParam skinParam, String line)
           
 
Method Summary
 void analyzeAndAddNormal(String line)
           
 List<net.sourceforge.plantuml.creole.Atom> getAtoms()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StripeTable

public StripeTable(FontConfiguration fontConfiguration,
                   ISkinParam skinParam,
                   String line)
Method Detail

getAtoms

public List<net.sourceforge.plantuml.creole.Atom> getAtoms()
Specified by:
getAtoms in interface Stripe

analyzeAndAddNormal

public void analyzeAndAddNormal(String line)


Copyright © 2013. All Rights Reserved.