Class AbstractAtom
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.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 java.lang.Object implements Atom
-
-
Constructor Summary
Constructors Constructor Description AbstractAtom()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Neutron>getNeutrons()-
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.klimt.creole.atom.Atom
calculateDimension, drawU, getStartingAltitude
-
-
-
-
Method Detail
-
getNeutrons
public java.util.List<Neutron> getNeutrons()
- Specified by:
getNeutronsin interfaceAtom
-
-