Class ComponentRoseDestroy
- java.lang.Object
-
- net.sourceforge.plantuml.skin.AbstractComponent
-
- net.sourceforge.plantuml.skin.rose.ComponentRoseDestroy
-
public class ComponentRoseDestroy extends AbstractComponent
-
-
Constructor Summary
Constructors Constructor Description ComponentRoseDestroy(Style style, HColor foregroundColor, ISkinSimple spriteContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddrawInternalU(UGraphic ug, Area area)doublegetPreferredHeight(StringBounder stringBounder)doublegetPreferredWidth(StringBounder stringBounder)-
Methods inherited from class net.sourceforge.plantuml.skin.AbstractComponent
drawBackgroundInternalU, drawU, getPaddingX, getPaddingY, getPreferredDimension, getStyle, getStyleSignature, getUsedStyles
-
-
-
-
Constructor Detail
-
ComponentRoseDestroy
public ComponentRoseDestroy(Style style, HColor foregroundColor, ISkinSimple spriteContainer)
-
-
Method Detail
-
drawInternalU
protected void drawInternalU(UGraphic ug, Area area)
- Specified by:
drawInternalUin classAbstractComponent
-
getPreferredHeight
public double getPreferredHeight(StringBounder stringBounder)
- Specified by:
getPreferredHeightin interfaceComponent- Specified by:
getPreferredHeightin classAbstractComponent
-
getPreferredWidth
public double getPreferredWidth(StringBounder stringBounder)
- Specified by:
getPreferredWidthin interfaceComponent- Specified by:
getPreferredWidthin classAbstractComponent
-
-