Class AtomTextUtils
java.lang.Object
net.sourceforge.plantuml.creole.legacy.AtomTextUtils
public class AtomTextUtils
extends java.lang.Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Atom
create
(java.lang.String text, FontConfiguration fontConfiguration) static Atom
createLegacy
(java.lang.String text, FontConfiguration fontConfiguration) static Atom
createListNumber
(FontConfiguration fontConfiguration, int order, int localNumber) static Atom
createUrl
(Url url, FontConfiguration fontConfiguration, ISkinSimple skinSimple) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ZERO
-
-
Constructor Details
-
AtomTextUtils
public AtomTextUtils()
-
-
Method Details
-
createLegacy
-
create
-
createUrl
-
createListNumber
public static Atom createListNumber(FontConfiguration fontConfiguration, int order, int localNumber)
-