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