Class StripeTree

  • All Implemented Interfaces:
    Stripe

    public class StripeTree
    extends java.lang.Object
    implements Stripe
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAtoms

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

        public net.sourceforge.plantuml.creole.Atom getHeader()
        Specified by:
        getHeader in interface Stripe
      • analyzeAndAdd

        public void analyzeAndAdd​(java.lang.String line)