public final class ComponentRoseNote extends AbstractTextualComponent implements Stencil
Constructor and Description |
---|
ComponentRoseNote(SymbolContext symbolContext,
FontConfiguration font,
Display strings,
double paddingX,
double paddingY,
ISkinSimple spriteContainer,
double roundCorner,
HorizontalAlignment horizontalAlignment) |
Modifier and Type | Method and Description |
---|---|
protected void |
drawInternalU(UGraphic ug,
Area area) |
double |
getEndingX(StringBounder stringBounder,
double y) |
double |
getPaddingX() |
double |
getPaddingY() |
double |
getPreferredHeight(StringBounder stringBounder) |
double |
getPreferredWidth(StringBounder stringBounder) |
double |
getStartingX(StringBounder stringBounder,
double y) |
getFont, getFontColor, getLabels, getMarginX1, getMarginX2, getMarginY, getPureTextWidth, getTextBlock, getTextHeight, getTextWidth
drawBackgroundInternalU, drawU, getPreferredDimension
public ComponentRoseNote(SymbolContext symbolContext, FontConfiguration font, Display strings, double paddingX, double paddingY, ISkinSimple spriteContainer, double roundCorner, HorizontalAlignment horizontalAlignment)
public final double getPreferredWidth(StringBounder stringBounder)
getPreferredWidth
in interface Component
getPreferredWidth
in class AbstractComponent
public final double getPreferredHeight(StringBounder stringBounder)
getPreferredHeight
in interface Component
getPreferredHeight
in class AbstractComponent
public double getPaddingX()
getPaddingX
in class AbstractComponent
public double getPaddingY()
getPaddingY
in class AbstractComponent
protected void drawInternalU(UGraphic ug, Area area)
drawInternalU
in class AbstractComponent
public double getStartingX(StringBounder stringBounder, double y)
getStartingX
in interface Stencil
public double getEndingX(StringBounder stringBounder, double y)
getEndingX
in interface Stencil