Package net.sourceforge.plantuml.creole
Class StripeTable
- java.lang.Object
-
- net.sourceforge.plantuml.creole.StripeTable
-
-
Constructor Summary
Constructors Constructor Description StripeTable(FontConfiguration fontConfiguration, ISkinSimple skinParam, java.lang.String line)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
analyzeAndAddNormal(java.lang.String line)
java.util.List<net.sourceforge.plantuml.creole.Atom>
getAtoms()
net.sourceforge.plantuml.creole.Atom
getHeader()
-
-
-
Constructor Detail
-
StripeTable
public StripeTable(FontConfiguration fontConfiguration, ISkinSimple skinParam, java.lang.String line)
-
-