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 Display
cleanAndManageBoldNumber
(Display orig, FileFormat fileFormat) void
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
-
ComponentTextArrow
public ComponentTextArrow(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat, int maxAsciiMessageLength)
-
-
Method Details
-
cleanAndManageBoldNumber
-
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
-