Class ComponentRoseGroupingHeader
java.lang.Object
net.sourceforge.plantuml.skin.AbstractComponent
net.sourceforge.plantuml.skin.AbstractTextualComponent
net.sourceforge.plantuml.skin.rose.ComponentRoseGroupingHeader
-
Constructor Summary
ConstructorsConstructorDescriptionComponentRoseGroupingHeader
(Style style, Style styleHeader, Display strings, ISkinSimple spriteContainer) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
drawBackgroundInternalU
(UGraphic ug, Area area) protected void
drawInternalU
(UGraphic ug, Area area) final double
getPreferredHeight
(StringBounder stringBounder) final 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
drawU, getPaddingX, getPaddingY, getPreferredDimension, getStyle, getStyleSignature, getUsedStyles
-
Constructor Details
-
ComponentRoseGroupingHeader
public ComponentRoseGroupingHeader(Style style, Style styleHeader, Display strings, ISkinSimple spriteContainer)
-
-
Method Details
-
getPreferredWidth
- Specified by:
getPreferredWidth
in interfaceComponent
- Specified by:
getPreferredWidth
in classAbstractComponent
-
getPreferredHeight
- Specified by:
getPreferredHeight
in interfaceComponent
- Specified by:
getPreferredHeight
in classAbstractComponent
-
drawBackgroundInternalU
- Overrides:
drawBackgroundInternalU
in classAbstractComponent
-
drawInternalU
- Specified by:
drawInternalU
in classAbstractComponent
-