Class AbstractAtom
- java.lang.Object
-
- net.sourceforge.plantuml.creole.atom.AbstractAtom
-
- Direct Known Subclasses:
AtomEmoji
,AtomHorizontalTexts
,AtomImg
,AtomImgSvg
,AtomMath
,AtomOpenIcon
,AtomSpace
,AtomSprite
,AtomTable
,AtomText
,AtomTree
,AtomVerticalTexts
,AtomWithMargin
,Bullet
,CreoleHorizontalLine
public abstract class AbstractAtom extends Object implements Atom
-
-
Constructor Summary
Constructors Constructor Description AbstractAtom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Method Detail
-
splitInTwo
public List<Atom> splitInTwo(StringBounder stringBounder, double width)
- Specified by:
splitInTwo
in interfaceAtom
-
-