Uses of Interface
net.sourceforge.plantuml.creole.atom.Atom
-
Packages that use Atom Package Description net.sourceforge.plantuml net.sourceforge.plantuml.creole net.sourceforge.plantuml.creole.atom net.sourceforge.plantuml.creole.legacy net.sourceforge.plantuml.creole.rosetta -
-
Uses of Atom in net.sourceforge.plantuml
Classes in net.sourceforge.plantuml that implement Atom Modifier and Type Class Description class
EmbeddedDiagram.Draw
Methods in net.sourceforge.plantuml that return types with arguments of type Atom Modifier and Type Method Description java.util.List<Atom>
EmbeddedDiagram.Draw. splitInTwo(StringBounder stringBounder, double width)
-
Uses of Atom in net.sourceforge.plantuml.creole
Classes in net.sourceforge.plantuml.creole that implement Atom Modifier and Type Class Description class
CreoleHorizontalLine
class
SheetBlock1
class
SheetBlock2
Methods in net.sourceforge.plantuml.creole that return Atom Modifier and Type Method Description Atom
StripeStyle. getHeader(FontConfiguration fontConfiguration, CreoleContext context)
Atom
Stripe. getLHeader()
Methods in net.sourceforge.plantuml.creole that return types with arguments of type Atom Modifier and Type Method Description java.util.List<Atom>
Stripe. getAtoms()
java.util.List<Atom>
SheetBlock1. splitInTwo(StringBounder stringBounder, double width)
java.util.List<Atom>
SheetBlock2. splitInTwo(StringBounder stringBounder, double width)
Methods in net.sourceforge.plantuml.creole with parameters of type Atom Modifier and Type Method Description void
Sea. add(Atom atom)
Position
Sea. getPosition(Atom atom)
Method parameters in net.sourceforge.plantuml.creole with type arguments of type Atom Modifier and Type Method Description void
Sea. exportAllPositions(java.util.Map<Atom,Position> destination)
-
Uses of Atom in net.sourceforge.plantuml.creole.atom
Classes in net.sourceforge.plantuml.creole.atom that implement Atom Modifier and Type Class Description class
AbstractAtom
class
AtomHorizontalTexts
class
AtomImg
class
AtomImgSvg
class
AtomMath
class
AtomOpenIcon
class
AtomSpace
class
AtomSprite
class
AtomTable
class
AtomTree
class
AtomVerticalTexts
class
AtomWithMargin
class
Bullet
Methods in net.sourceforge.plantuml.creole.atom that return Atom Modifier and Type Method Description static Atom
AtomImg. create(java.lang.String src, ImgValign valign, int vspace, double scale, Url url)
static Atom
AtomSpace. create(double width)
static Atom
AtomImg. createQrcode(java.lang.String flash, double scale)
Methods in net.sourceforge.plantuml.creole.atom that return types with arguments of type Atom Modifier and Type Method Description java.util.List<Atom>
AbstractAtom. splitInTwo(StringBounder stringBounder, double width)
java.util.List<Atom>
Atom. splitInTwo(StringBounder stringBounder, double width)
java.util.List<Atom>
AtomWithMargin. splitInTwo(StringBounder stringBounder, double width)
Methods in net.sourceforge.plantuml.creole.atom with parameters of type Atom Modifier and Type Method Description void
AtomTable. addCell(Atom cell, HColor cellBackColor)
void
AtomTree. addCell(Atom cell, int level)
Constructors in net.sourceforge.plantuml.creole.atom with parameters of type Atom Constructor Description AtomWithMargin(Atom atom, double marginY1, double marginY2)
Constructor parameters in net.sourceforge.plantuml.creole.atom with type arguments of type Atom Constructor Description AtomHorizontalTexts(java.util.List<Atom> texts)
AtomVerticalTexts(java.util.List<Atom> texts)
-
Uses of Atom in net.sourceforge.plantuml.creole.legacy
Classes in net.sourceforge.plantuml.creole.legacy that implement Atom Modifier and Type Class Description class
AtomText
class
StripeCode
Methods in net.sourceforge.plantuml.creole.legacy that return Atom Modifier and Type Method Description static Atom
AtomTextUtils. create(java.lang.String text, FontConfiguration fontConfiguration)
static Atom
AtomTextUtils. createLegacy(java.lang.String text, FontConfiguration fontConfiguration)
static Atom
AtomTextUtils. createListNumber(FontConfiguration fontConfiguration, int order, int localNumber)
static Atom
AtomTextUtils. createUrl(Url url, FontConfiguration fontConfiguration, ISkinSimple skinSimple)
Atom
StripeCode. getLHeader()
Atom
StripeSimple. getLHeader()
Atom
StripeTable. getLHeader()
Atom
StripeTree. getLHeader()
Methods in net.sourceforge.plantuml.creole.legacy that return types with arguments of type Atom Modifier and Type Method Description java.util.List<Atom>
StripeCode. getAtoms()
java.util.List<Atom>
StripeSimple. getAtoms()
java.util.List<Atom>
StripeTable. getAtoms()
java.util.List<Atom>
StripeTree. getAtoms()
java.util.List<Atom>
AtomText. getSplitted(StringBounder stringBounder, LineBreakStrategy maxWidthAsString)
java.util.List<Atom>
AtomText. splitInTwo(StringBounder stringBounder, double width)
java.util.List<Atom>
StripeCode. splitInTwo(StringBounder stringBounder, double width)
-
Uses of Atom in net.sourceforge.plantuml.creole.rosetta
Methods in net.sourceforge.plantuml.creole.rosetta that return Atom Modifier and Type Method Description Atom
StripeRow. getLHeader()
Methods in net.sourceforge.plantuml.creole.rosetta that return types with arguments of type Atom Modifier and Type Method Description java.util.List<Atom>
StripeRow. getAtoms()
Methods in net.sourceforge.plantuml.creole.rosetta with parameters of type Atom Modifier and Type Method Description void
StripeRow. add(Atom atom)
-