Class AtomText
java.lang.Object
net.sourceforge.plantuml.creole.atom.AbstractAtom
net.sourceforge.plantuml.creole.legacy.AtomText
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AtomText
(String text, FontConfiguration style, Url url, AtomText.DelayedDouble marginLeft, AtomText.DelayedDouble marginRight, boolean manageSpecialChars) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension
(StringBounder stringBounder) void
getSplitted
(StringBounder stringBounder, LineBreakStrategy maxWidthAsString) double
getStartingAltitude
(StringBounder stringBounder) final String
getText()
splitInTwo
(StringBounder stringBounder, double width) toString()
-
Constructor Details
-
AtomText
protected AtomText(String text, FontConfiguration style, Url url, AtomText.DelayedDouble marginLeft, AtomText.DelayedDouble marginRight, boolean manageSpecialChars)
-
-
Method Details
-
calculateDimension
- Specified by:
calculateDimension
in interfaceAtom
-
drawU
-
getSplitted
-
splitInTwo
- Specified by:
splitInTwo
in interfaceAtom
- Overrides:
splitInTwo
in classAbstractAtom
-
getText
-
getStartingAltitude
- Specified by:
getStartingAltitude
in interfaceAtom
-
toString
-
getFontConfiguration
-