public class ComponentTextArrow extends AbstractComponentText implements ArrowComponent
| Constructor and Description |
|---|
ComponentTextArrow(ComponentType type,
ArrowConfiguration config,
Display stringsToDisplay,
FileFormat fileFormat,
int maxAsciiMessageLength) |
| Modifier and Type | Method and Description |
|---|---|
static Display |
cleanAndManageBoldNumber(Display orig,
FileFormat fileFormat) |
void |
drawU(UGraphic ug,
Area area,
Context2D context) |
XPoint2D |
getEndPoint(StringBounder stringBounder,
XDimension2D dimensionToUse) |
double |
getPaddingY() |
double |
getPosArrow(StringBounder stringBounder) |
double |
getPreferredHeight(StringBounder stringBounder) |
double |
getPreferredWidth(StringBounder stringBounder) |
XPoint2D |
getStartPoint(StringBounder stringBounder,
XDimension2D dimensionToUse) |
double |
getYPoint(StringBounder stringBounder) |
getPreferredDimension, getStyleSignature, getUsedStylesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPreferredDimensiongetUsedStylesgetStyleSignaturepublic ComponentTextArrow(ComponentType type, ArrowConfiguration config, Display stringsToDisplay, FileFormat fileFormat, int maxAsciiMessageLength)
public static Display cleanAndManageBoldNumber(Display orig, FileFormat fileFormat)
public double getPreferredHeight(StringBounder stringBounder)
getPreferredHeight in interface Componentpublic double getPreferredWidth(StringBounder stringBounder)
getPreferredWidth in interface Componentpublic XPoint2D getStartPoint(StringBounder stringBounder, XDimension2D dimensionToUse)
getStartPoint in interface ArrowComponentpublic XPoint2D getEndPoint(StringBounder stringBounder, XDimension2D dimensionToUse)
getEndPoint in interface ArrowComponentpublic double getPaddingY()
getPaddingY in interface ArrowComponentpublic double getYPoint(StringBounder stringBounder)
getYPoint in interface ArrowComponentpublic double getPosArrow(StringBounder stringBounder)
getPosArrow in interface ArrowComponent