public abstract class AbstractTextualComponent extends AbstractComponent
Constructor and Description |
---|
AbstractTextualComponent(Style style,
LineBreakStrategy maxMessageSize,
java.lang.CharSequence label,
FontConfiguration font,
HorizontalAlignment horizontalAlignment,
int marginX1,
int marginX2,
int marginY,
ISkinSimple spriteContainer,
UFont fontForStereotype,
HColor htmlColorForStereotype) |
AbstractTextualComponent(Style style,
LineBreakStrategy maxMessageSize,
Display display,
FontConfiguration fc,
HorizontalAlignment horizontalAlignment,
int marginX1,
int marginX2,
int marginY,
ISkinSimple spriteContainer,
boolean enhanced,
UFont fontForStereotype,
HColor htmlColorForStereotype) |
AbstractTextualComponent(Style style,
Style stereo,
LineBreakStrategy maxMessageSize,
Display display,
FontConfiguration fc,
HorizontalAlignment horizontalAlignment,
int marginX1,
int marginX2,
int marginY,
ISkinSimple spriteContainer,
boolean enhanced,
UFont fontForStereotype,
HColor htmlColorForStereotype) |
Modifier and Type | Method and Description |
---|---|
protected UFont |
getFont() |
protected HColor |
getFontColor() |
HorizontalAlignment |
getHorizontalAlignment() |
protected HColorSet |
getIHtmlColorSet() |
protected ISkinSimple |
getISkinSimple() |
protected int |
getMarginX1() |
protected int |
getMarginX2() |
protected int |
getMarginY() |
protected double |
getPureTextWidth(StringBounder stringBounder) |
protected TextBlock |
getTextBlock() |
protected double |
getTextHeight(StringBounder stringBounder) |
double |
getTextWidth(StringBounder stringBounder) |
drawBackgroundInternalU, drawInternalU, drawU, getPaddingX, getPaddingY, getPreferredDimension, getPreferredHeight, getPreferredWidth, getStyle, getStyleSignature, getUsedStyles
public AbstractTextualComponent(Style style, LineBreakStrategy maxMessageSize, java.lang.CharSequence label, FontConfiguration font, HorizontalAlignment horizontalAlignment, int marginX1, int marginX2, int marginY, ISkinSimple spriteContainer, UFont fontForStereotype, HColor htmlColorForStereotype)
public AbstractTextualComponent(Style style, LineBreakStrategy maxMessageSize, Display display, FontConfiguration fc, HorizontalAlignment horizontalAlignment, int marginX1, int marginX2, int marginY, ISkinSimple spriteContainer, boolean enhanced, UFont fontForStereotype, HColor htmlColorForStereotype)
public AbstractTextualComponent(Style style, Style stereo, LineBreakStrategy maxMessageSize, Display display, FontConfiguration fc, HorizontalAlignment horizontalAlignment, int marginX1, int marginX2, int marginY, ISkinSimple spriteContainer, boolean enhanced, UFont fontForStereotype, HColor htmlColorForStereotype)
protected HColorSet getIHtmlColorSet()
protected TextBlock getTextBlock()
protected double getPureTextWidth(StringBounder stringBounder)
public final double getTextWidth(StringBounder stringBounder)
protected final double getTextHeight(StringBounder stringBounder)
protected final int getMarginX1()
protected final int getMarginX2()
protected final int getMarginY()
protected final UFont getFont()
protected HColor getFontColor()
protected final ISkinSimple getISkinSimple()
public final HorizontalAlignment getHorizontalAlignment()