Class ComponentTextSelfArrow
java.lang.Object
net.sourceforge.plantuml.asciiart.AbstractComponentText
net.sourceforge.plantuml.asciiart.ComponentTextSelfArrow
- All Implemented Interfaces:
ArrowComponent,Component,Styleable,WithStyle
-
Constructor Summary
ConstructorsConstructorDescriptionComponentTextSelfArrow(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat) -
Method Summary
Modifier and TypeMethodDescriptionvoidgetEndPoint(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
-
ComponentTextSelfArrow
public ComponentTextSelfArrow(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat)
-
-
Method Details
-
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
-