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) |
java.awt.geom.Point2D |
getEndPoint(StringBounder stringBounder,
Dimension2D dimensionToUse) |
double |
getPaddingY() |
double |
getPosArrow(StringBounder stringBounder) |
double |
getPreferredHeight(StringBounder stringBounder) |
double |
getPreferredWidth(StringBounder stringBounder) |
java.awt.geom.Point2D |
getStartPoint(StringBounder stringBounder,
Dimension2D 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 java.awt.geom.Point2D getStartPoint(StringBounder stringBounder, Dimension2D dimensionToUse)
getStartPoint in interface ArrowComponentpublic java.awt.geom.Point2D getEndPoint(StringBounder stringBounder, Dimension2D 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