Class ComponentRoseLine
java.lang.Object
net.sourceforge.plantuml.skin.AbstractComponent
net.sourceforge.plantuml.skin.rose.ComponentRoseLine
-
Constructor Summary
ConstructorsConstructorDescriptionComponentRoseLine
(Style style, boolean continueLine, Display stringsToDisplay, ISkinParam skinParam) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
drawInternalU
(UGraphic ug, Area area) double
getPreferredHeight
(StringBounder stringBounder) double
getPreferredWidth
(StringBounder stringBounder) Methods inherited from class net.sourceforge.plantuml.skin.AbstractComponent
drawBackgroundInternalU, drawU, getIHtmlColorSet, getPaddingX, getPaddingY, getPreferredDimension, getSkinParam, getStyle, getStyleSignature, getUsedStyles
-
Constructor Details
-
ComponentRoseLine
public ComponentRoseLine(Style style, boolean continueLine, Display stringsToDisplay, ISkinParam skinParam)
-
-
Method Details
-
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
-