Class AbstractAtom

java.lang.Object
net.sourceforge.plantuml.creole.atom.AbstractAtom
All Implemented Interfaces:
Atom, UShape
Direct Known Subclasses:
AtomEmoji, AtomHorizontalTexts, AtomImg, AtomImgSvg, AtomMath, AtomOpenIcon, AtomSpace, AtomSprite, AtomTable, AtomText, AtomTree, AtomVerticalTexts, AtomWithMargin, Bullet, CreoleHorizontalLine

public abstract class AbstractAtom extends java.lang.Object implements Atom
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    java.util.List<Atom>
    splitInTwo(StringBounder stringBounder, double width)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.sourceforge.plantuml.creole.atom.Atom

    calculateDimension, drawU, getStartingAltitude
  • Constructor Details

    • AbstractAtom

      public AbstractAtom()
  • Method Details