public class ComponentRoseArrow extends AbstractComponentRoseArrow
| Modifier and Type | Field and Description |
|---|---|
static double |
diamCircle |
static double |
spaceCrossX |
static double |
thinCircle |
| Constructor and Description |
|---|
ComponentRoseArrow(Style style,
Display stringsToDisplay,
ArrowConfiguration arrowConfiguration,
HorizontalAlignment messagePosition,
ISkinSimple spriteContainer,
LineBreakStrategy maxMessageSize,
boolean niceArrow,
boolean belowForResponse) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawInternalU(UGraphic ug,
Area area) |
XPoint2D |
getEndPoint(StringBounder stringBounder,
XDimension2D dimensionToUse) |
double |
getPosArrow(StringBounder stringBounder) |
double |
getPreferredHeight(StringBounder stringBounder) |
double |
getPreferredWidth(StringBounder stringBounder) |
XPoint2D |
getStartPoint(StringBounder stringBounder,
XDimension2D dimensionToUse) |
double |
getYPoint(StringBounder stringBounder) |
getArrowConfiguration, getArrowDeltaX, getArrowDeltaY, getForegroundColor, getPaddingY, getTextBlockgetFont, getFontColor, getHorizontalAlignment, getIHtmlColorSet, getISkinSimple, getMarginX1, getMarginX2, getMarginY, getPureTextWidth, getTextHeight, getTextWidthdrawBackgroundInternalU, drawU, getPaddingX, getPreferredDimension, getStyle, getStyleSignature, getUsedStylesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdrawU, getPreferredDimensiongetUsedStylesgetStyleSignaturepublic static final double spaceCrossX
public static final double diamCircle
public static final double thinCircle
public ComponentRoseArrow(Style style, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, HorizontalAlignment messagePosition, ISkinSimple spriteContainer, LineBreakStrategy maxMessageSize, boolean niceArrow, boolean belowForResponse)
public void drawInternalU(UGraphic ug, Area area)
drawInternalU in class AbstractComponentpublic double getPosArrow(StringBounder stringBounder)
public XPoint2D getStartPoint(StringBounder stringBounder, XDimension2D dimensionToUse)
public XPoint2D getEndPoint(StringBounder stringBounder, XDimension2D dimensionToUse)
public double getYPoint(StringBounder stringBounder)
getYPoint in interface ArrowComponentgetYPoint in class AbstractComponentRoseArrowpublic double getPreferredHeight(StringBounder stringBounder)
getPreferredHeight in interface ComponentgetPreferredHeight in class AbstractComponentpublic double getPreferredWidth(StringBounder stringBounder)
getPreferredWidth in interface ComponentgetPreferredWidth in class AbstractComponent