Uses of Interface
net.sourceforge.plantuml.klimt.creole.atom.Atom
Packages that use Atom
Package
Description
Contains classes for processing PlantUML source files.
-
Uses of Atom in net.sourceforge.plantuml
Classes in net.sourceforge.plantuml that implement Atom -
Uses of Atom in net.sourceforge.plantuml.klimt.creole
Classes in net.sourceforge.plantuml.klimt.creole that implement AtomModifier and TypeClassDescriptionclass
class
final class
Methods in net.sourceforge.plantuml.klimt.creole that return AtomModifier and TypeMethodDescriptionNeutron.asAtom()
StripeStyle.getHeader
(FontConfiguration fontConfiguration, CreoleContext context) Stripe.getLHeader()
Methods in net.sourceforge.plantuml.klimt.creole that return types with arguments of type AtomMethods in net.sourceforge.plantuml.klimt.creole with parameters of type AtomMethod parameters in net.sourceforge.plantuml.klimt.creole with type arguments of type Atom -
Uses of Atom in net.sourceforge.plantuml.klimt.creole.atom
Classes in net.sourceforge.plantuml.klimt.creole.atom that implement AtomModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
Methods in net.sourceforge.plantuml.klimt.creole.atom that return AtomModifier and TypeMethodDescriptionstatic Atom
static Atom
AtomSpace.create
(double width) static Atom
AtomImg.createQrcode
(String flash, double scale) Methods in net.sourceforge.plantuml.klimt.creole.atom with parameters of type AtomModifier and TypeMethodDescriptionvoid
void
Constructors in net.sourceforge.plantuml.klimt.creole.atom with parameters of type AtomConstructor parameters in net.sourceforge.plantuml.klimt.creole.atom with type arguments of type AtomModifierConstructorDescriptionAtomHorizontalTexts
(List<Atom> texts) AtomVerticalTexts
(List<Atom> texts) -
Uses of Atom in net.sourceforge.plantuml.klimt.creole.legacy
Subinterfaces of Atom in net.sourceforge.plantuml.klimt.creole.legacyClasses in net.sourceforge.plantuml.klimt.creole.legacy that implement AtomMethods in net.sourceforge.plantuml.klimt.creole.legacy that return AtomModifier and TypeMethodDescriptionstatic Atom
AtomTextUtils.create
(String text, FontConfiguration fontConfiguration) static Atom
AtomTextUtils.createLegacy
(String text, FontConfiguration fontConfiguration) static Atom
AtomTextUtils.createListNumber
(FontConfiguration fontConfiguration, int order, int localNumber) static Atom
AtomTextUtils.createUrl
(Url url, FontConfiguration fontConfiguration, ISkinSimple skinSimple) StripeCode.getLHeader()
StripeLatex.getLHeader()
StripeSimple.getLHeader()
StripeTable.getLHeader()
StripeTree.getLHeader()
Methods in net.sourceforge.plantuml.klimt.creole.legacy that return types with arguments of type Atom