Class AtomText
java.lang.Object
net.sourceforge.plantuml.creole.atom.AbstractAtom
net.sourceforge.plantuml.creole.legacy.AtomText
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAtomText(String text, FontConfiguration style, Url url, AtomText.DelayedDouble marginLeft, AtomText.DelayedDouble marginRight, boolean manageSpecialChars) -
Method Summary
Modifier and TypeMethodDescriptioncalculateDimension(StringBounder stringBounder) voidgetSplitted(StringBounder stringBounder, LineBreakStrategy maxWidthAsString) doublegetStartingAltitude(StringBounder stringBounder) final StringgetText()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:
calculateDimensionin interfaceAtom
-
drawU
-
getSplitted
-
splitInTwo
- Specified by:
splitInTwoin interfaceAtom- Overrides:
splitInTwoin classAbstractAtom
-
getText
-
getStartingAltitude
- Specified by:
getStartingAltitudein interfaceAtom
-
toString
-
getFontConfiguration
-