Class StripeTree

java.lang.Object
net.sourceforge.plantuml.creole.legacy.StripeTree
All Implemented Interfaces:
Stripe

public class StripeTree extends java.lang.Object implements Stripe
  • Constructor Summary

    Constructors
    Constructor
    Description
    StripeTree(FontConfiguration fontConfiguration, ISkinSimple skinParam, java.lang.String line)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    analyzeAndAdd(java.lang.String line)
     
    java.util.List<Atom>
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getAtoms

      public java.util.List<Atom> getAtoms()
      Specified by:
      getAtoms in interface Stripe
    • getLHeader

      public Atom getLHeader()
      Specified by:
      getLHeader in interface Stripe
    • analyzeAndAdd

      public void analyzeAndAdd(java.lang.String line)