Class AbstractComponentText
java.lang.Object
net.sourceforge.plantuml.asciiart.AbstractComponentText
- Direct Known Subclasses:
ComponentTextActiveLine
,ComponentTextActor
,ComponentTextArrow
,ComponentTextDelay
,ComponentTextDestroy
,ComponentTextDivider
,ComponentTextGroupingBody
,ComponentTextGroupingElse
,ComponentTextGroupingHeader
,ComponentTextGroupingTail
,ComponentTextLine
,ComponentTextNewpage
,ComponentTextNote
,ComponentTextParticipant
,ComponentTextReference
,ComponentTextSelfArrow
,ComponentTextShape
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal XDimension2D
getPreferredDimension
(StringBounder stringBounder) Style[]
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.skin.Component
drawU, getPreferredHeight, getPreferredWidth
-
Constructor Details
-
AbstractComponentText
public AbstractComponentText()
-
-
Method Details
-
getPreferredDimension
- Specified by:
getPreferredDimension
in interfaceComponent
-
getUsedStyles
- Specified by:
getUsedStyles
in interfaceWithStyle
-
getStyleSignature
- Specified by:
getStyleSignature
in interfaceStyleable
-