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 TypeMethodDescriptionvoid
getEndPoint
(StringBounder stringBounder, XDimension2D dimensionToUse) double
double
getPosArrow
(StringBounder stringBounder) double
getPreferredHeight
(StringBounder stringBounder) double
getPreferredWidth
(StringBounder stringBounder) getStartPoint
(StringBounder stringBounder, XDimension2D dimensionToUse) double
getYPoint
(StringBounder stringBounder) Methods inherited from class net.sourceforge.plantuml.asciiart.AbstractComponentText
getPreferredDimension, getStyleSignature, 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
getPreferredDimension
Methods inherited from interface net.sourceforge.plantuml.style.Styleable
getStyleSignature
Methods 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:
getPreferredHeight
in interfaceComponent
-
getPreferredWidth
- Specified by:
getPreferredWidth
in interfaceComponent
-
getStartPoint
- Specified by:
getStartPoint
in interfaceArrowComponent
-
getEndPoint
- Specified by:
getEndPoint
in interfaceArrowComponent
-
getPaddingY
public double getPaddingY()- Specified by:
getPaddingY
in interfaceArrowComponent
-
getYPoint
- Specified by:
getYPoint
in interfaceArrowComponent
-
getPosArrow
- Specified by:
getPosArrow
in interfaceArrowComponent
-