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,ComponentTextSelfArrow,ComponentTextShape
public abstract class AbstractComponentText extends java.lang.Object implements Component
-
-
Constructor Summary
Constructors Constructor Description AbstractComponentText()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleSignaturegetDefaultStyleDefinition()java.awt.geom.Dimension2DgetPreferredDimension(StringBounder stringBounder)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 java.awt.geom.Dimension2D getPreferredDimension(StringBounder stringBounder)
- Specified by:
getPreferredDimensionin interfaceComponent
-
getUsedStyles
public Style[] getUsedStyles()
- Specified by:
getUsedStylesin interfaceWithStyle
-
getDefaultStyleDefinition
public StyleSignature getDefaultStyleDefinition()
- Specified by:
getDefaultStyleDefinitionin interfaceStyleable
-
-