Class ComponentTextArrow
java.lang.Object
net.sourceforge.plantuml.asciiart.AbstractComponentText
net.sourceforge.plantuml.asciiart.ComponentTextArrow
- All Implemented Interfaces:
ArrowComponent,Component,Styleable,WithStyle
-
Constructor Summary
ConstructorsConstructorDescriptionComponentTextArrow(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat, int maxAsciiMessageLength) -
Method Summary
Modifier and TypeMethodDescriptionstatic DisplaycleanAndManageBoldNumber(Display orig, FileFormat fileFormat) voidgetEndPoint(StringBounder stringBounder, XDimension2D dimensionToUse) doubledoublegetPosArrow(StringBounder stringBounder) doublegetPreferredHeight(StringBounder stringBounder) doublegetPreferredWidth(StringBounder stringBounder) getStartPoint(StringBounder stringBounder, XDimension2D dimensionToUse) doublegetYPoint(StringBounder stringBounder) Methods inherited from class net.sourceforge.plantuml.asciiart.AbstractComponentText
getPreferredDimension, getStyleSignature, getUsedStylesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.skin.Component
getPreferredDimensionMethods inherited from interface net.sourceforge.plantuml.style.Styleable
getStyleSignatureMethods inherited from interface net.sourceforge.plantuml.style.WithStyle
getUsedStyles
-
Constructor Details
-
ComponentTextArrow
public ComponentTextArrow(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat, int maxAsciiMessageLength)
-
-
Method Details
-
cleanAndManageBoldNumber
-
drawU
-
getPreferredHeight
- Specified by:
getPreferredHeightin interfaceComponent
-
getPreferredWidth
- Specified by:
getPreferredWidthin interfaceComponent
-
getStartPoint
- Specified by:
getStartPointin interfaceArrowComponent
-
getEndPoint
- Specified by:
getEndPointin interfaceArrowComponent
-
getPaddingY
public double getPaddingY()- Specified by:
getPaddingYin interfaceArrowComponent
-
getYPoint
- Specified by:
getYPointin interfaceArrowComponent
-
getPosArrow
- Specified by:
getPosArrowin interfaceArrowComponent
-