Class StripeTable

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

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

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

    Modifier and Type
    Method
    Description
    void
    analyzeAndAddLine(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
    • analyzeAndAddLine

      public void analyzeAndAddLine(java.lang.String line)