Class ComponentRoseDivider
- java.lang.Object
-
- net.sourceforge.plantuml.skin.AbstractComponent
-
- net.sourceforge.plantuml.skin.AbstractTextualComponent
-
- net.sourceforge.plantuml.skin.rose.ComponentRoseDivider
-
public class ComponentRoseDivider extends AbstractTextualComponent
-
-
Constructor Summary
Constructors Constructor Description ComponentRoseDivider(Style style, FontConfiguration font, HColor background, Display stringsToDisplay, ISkinSimple spriteContainer, boolean withShadow, UStroke stroke, HColor borderColor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
drawBackgroundInternalU, drawU, getDefaultStyleDefinition, getPaddingX, getPaddingY, getPreferredDimension, getStyle, getUsedStyles
-
-
-
-
Constructor Detail
-
ComponentRoseDivider
public ComponentRoseDivider(Style style, FontConfiguration font, HColor background, Display stringsToDisplay, ISkinSimple spriteContainer, boolean withShadow, UStroke stroke, HColor borderColor)
-
-
Method Detail
-
drawInternalU
protected void drawInternalU(UGraphic ug, Area area)
- Specified by:
drawInternalU
in classAbstractComponent
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeight
in interfaceComponent
- Specified by:
getPreferredHeight
in classAbstractComponent
-
getPreferredWidth
public double getPreferredWidth(StringBounder stringBounder)
- Specified by:
getPreferredWidth
in interfaceComponent
- Specified by:
getPreferredWidth
in classAbstractComponent
-
-