Class ComponentRoseGroupingElse
java.lang.Object
net.sourceforge.plantuml.skin.AbstractComponent
net.sourceforge.plantuml.skin.AbstractTextualComponent
net.sourceforge.plantuml.skin.rose.ComponentRoseGroupingElse
-
Constructor Summary
ConstructorsConstructorDescriptionComponentRoseGroupingElse
(Style style, HColor groupBorder, FontConfiguration smallFont, java.lang.CharSequence comment, ISkinSimple spriteContainer, HColor backgroundColor, double roundCorner) -
Method Summary
Modifier and TypeMethodDescriptionprotected 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, 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ComponentRoseGroupingElse
public ComponentRoseGroupingElse(Style style, HColor groupBorder, FontConfiguration smallFont, java.lang.CharSequence comment, ISkinSimple spriteContainer, HColor backgroundColor, double roundCorner)
-
-
Method Details
-
drawBackgroundInternalU
- Overrides:
drawBackgroundInternalU
in classAbstractComponent
-
drawInternalU
- Specified by:
drawInternalU
in classAbstractComponent
-
getPreferredHeight
- Specified by:
getPreferredHeight
in interfaceComponent
- Specified by:
getPreferredHeight
in classAbstractComponent
-
getPreferredWidth
- Specified by:
getPreferredWidth
in interfaceComponent
- Specified by:
getPreferredWidth
in classAbstractComponent
-