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,
HColor foregroundColor,
FontConfiguration font,
Display stringsToDisplay,
ArrowConfiguration arrowConfiguration,
HorizontalAlignment messagePosition,
ISkinSimple spriteContainer,
HorizontalAlignment textHorizontalAlignment,
LineBreakStrategy maxMessageSize,
boolean niceArrow,
boolean belowForResponse) |
Modifier and Type | Method and Description |
---|---|
void |
drawInternalU(UGraphic ug,
Area area) |
java.awt.geom.Point2D |
getEndPoint(StringBounder stringBounder,
Dimension2D dimensionToUse) |
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) |
getArrowConfiguration, getArrowDeltaX, getArrowDeltaY, getForegroundColor, getPaddingY, getTextBlock
getFont, getFontColor, getHorizontalAlignment, getIHtmlColorSet, getISkinSimple, getMarginX1, getMarginX2, getMarginY, getPureTextWidth, getTextHeight, getTextWidth
drawBackgroundInternalU, drawU, getPaddingX, getPreferredDimension, getStyle, getStyleSignature, getUsedStyles
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
drawU, getPreferredDimension
getUsedStyles
getStyleSignature
public static final double spaceCrossX
public static final double diamCircle
public static final double thinCircle
public ComponentRoseArrow(Style style, HColor foregroundColor, FontConfiguration font, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, HorizontalAlignment messagePosition, ISkinSimple spriteContainer, HorizontalAlignment textHorizontalAlignment, LineBreakStrategy maxMessageSize, boolean niceArrow, boolean belowForResponse)
public void drawInternalU(UGraphic ug, Area area)
drawInternalU
in class AbstractComponent
public double getPosArrow(StringBounder stringBounder)
public java.awt.geom.Point2D getStartPoint(StringBounder stringBounder, Dimension2D dimensionToUse)
public java.awt.geom.Point2D getEndPoint(StringBounder stringBounder, Dimension2D dimensionToUse)
public double getYPoint(StringBounder stringBounder)
getYPoint
in interface ArrowComponent
getYPoint
in class AbstractComponentRoseArrow
public double getPreferredHeight(StringBounder stringBounder)
getPreferredHeight
in interface Component
getPreferredHeight
in class AbstractComponent
public double getPreferredWidth(StringBounder stringBounder)
getPreferredWidth
in interface Component
getPreferredWidth
in class AbstractComponent