Class ComponentRoseGroupingHeader
- java.lang.Object
-
- net.sourceforge.plantuml.skin.AbstractComponent
-
- net.sourceforge.plantuml.skin.AbstractTextualComponent
-
- net.sourceforge.plantuml.skin.rose.ComponentRoseGroupingHeader
-
public class ComponentRoseGroupingHeader extends AbstractTextualComponent
-
-
Constructor Summary
Constructors Constructor Description ComponentRoseGroupingHeader(Style style, Style styleHeader, HColor background, SymbolContext symbolContext, FontConfiguration bigFont, FontConfiguration smallFont2, Display strings, ISkinSimple spriteContainer, double roundCorner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
drawBackgroundInternalU(UGraphic ug, Area area)
protected void
drawInternalU(UGraphic ug, Area area)
double
getPreferredHeight(StringBounder stringBounder)
double
getPreferredWidth(StringBounder stringBounder)
-
Methods inherited from class net.sourceforge.plantuml.skin.AbstractTextualComponent
getFont, getFontColor, getIHtmlColorSet, getISkinSimple, getMarginX1, getMarginX2, getMarginY, getPureTextWidth, getTextBlock, getTextHeight, getTextWidth
-
Methods inherited from class net.sourceforge.plantuml.skin.AbstractComponent
drawU, getDefaultStyleDefinition, getPaddingX, getPaddingY, getPreferredDimension, getStyle, getUsedStyles
-
-
-
-
Constructor Detail
-
ComponentRoseGroupingHeader
public ComponentRoseGroupingHeader(Style style, Style styleHeader, HColor background, SymbolContext symbolContext, FontConfiguration bigFont, FontConfiguration smallFont2, Display strings, ISkinSimple spriteContainer, double roundCorner)
-
-
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
-
drawBackgroundInternalU
protected void drawBackgroundInternalU(UGraphic ug, Area area)
- Overrides:
drawBackgroundInternalU
in classAbstractComponent
-
drawInternalU
protected void drawInternalU(UGraphic ug, Area area)
- Specified by:
drawInternalU
in classAbstractComponent
-
-