Class ComponentRoseNoteBox
- java.lang.Object
-
- net.sourceforge.plantuml.skin.AbstractComponent
-
- net.sourceforge.plantuml.skin.AbstractTextualComponent
-
- net.sourceforge.plantuml.skin.rose.ComponentRoseNoteBox
-
public final class ComponentRoseNoteBox extends AbstractTextualComponent
-
-
Constructor Summary
Constructors Constructor Description ComponentRoseNoteBox(Style style, Display strings, ISkinSimple spriteContainer, Colors colors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
drawInternalU(UGraphic ug, Area area)
double
getPaddingX()
double
getPaddingY()
double
getPreferredHeight(StringBounder stringBounder)
double
getPreferredWidth(StringBounder stringBounder)
-
Methods inherited from class net.sourceforge.plantuml.skin.AbstractTextualComponent
getFont, getFontColor, getHorizontalAlignment, getIHtmlColorSet, getISkinSimple, getMarginX1, getMarginX2, getMarginY, getPureTextWidth, getTextBlock, getTextHeight, getTextWidth
-
Methods inherited from class net.sourceforge.plantuml.skin.AbstractComponent
drawBackgroundInternalU, drawU, getPreferredDimension, getStyle, getStyleSignature, getUsedStyles
-
-
-
-
Constructor Detail
-
ComponentRoseNoteBox
public ComponentRoseNoteBox(Style style, Display strings, ISkinSimple spriteContainer, Colors colors)
-
-
Method Detail
-
getPreferredWidth
public final double getPreferredWidth(StringBounder stringBounder)
- Specified by:
getPreferredWidth
in interfaceComponent
- Specified by:
getPreferredWidth
in classAbstractComponent
-
getPreferredHeight
public final double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeight
in interfaceComponent
- Specified by:
getPreferredHeight
in classAbstractComponent
-
getPaddingX
public double getPaddingX()
- Overrides:
getPaddingX
in classAbstractComponent
-
getPaddingY
public double getPaddingY()
- Overrides:
getPaddingY
in classAbstractComponent
-
drawInternalU
protected void drawInternalU(UGraphic ug, Area area)
- Specified by:
drawInternalU
in classAbstractComponent
-
-