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
public abstract class AbstractComponentText extends Object implements Component
-
-
Constructor Summary
Constructors Constructor Description AbstractComponentText()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XDimension2DgetPreferredDimension(StringBounder stringBounder)StyleSignatureBasicgetStyleSignature()Style[]getUsedStyles()-
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
-
-
-
-
Method Detail
-
getPreferredDimension
public final XDimension2D getPreferredDimension(StringBounder stringBounder)
- Specified by:
getPreferredDimensionin interfaceComponent
-
getUsedStyles
public Style[] getUsedStyles()
- Specified by:
getUsedStylesin interfaceWithStyle
-
getStyleSignature
public StyleSignatureBasic getStyleSignature()
- Specified by:
getStyleSignaturein interfaceStyleable
-
-