Class ComponentRoseNote
java.lang.Object
net.sourceforge.plantuml.skin.AbstractComponent
net.sourceforge.plantuml.skin.AbstractTextualComponent
net.sourceforge.plantuml.skin.rose.ComponentRoseNote
-
Constructor Summary
ConstructorsConstructorDescriptionComponentRoseNote(Style style, Display strings, double paddingX, double paddingY, ISkinSimple spriteContainer, HorizontalAlignment textAlignment, HorizontalAlignment position, Colors colors) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawInternalU(UGraphic ug, Area area) doublegetEndingX(StringBounder stringBounder, double y) doubledoublefinal doublegetPreferredHeight(StringBounder stringBounder) final doublegetPreferredWidth(StringBounder stringBounder) doublegetStartingX(StringBounder stringBounder, double y) Methods inherited from class net.sourceforge.plantuml.skin.AbstractTextualComponent
getFont, getFontColor, getHorizontalAlignment, getIHtmlColorSet, getISkinSimple, getMarginX1, getMarginX2, getMarginY, getPureTextWidth, getTextBlock, getTextHeight, getTextWidthMethods inherited from class net.sourceforge.plantuml.skin.AbstractComponent
drawBackgroundInternalU, drawU, getPreferredDimension, getStyle, getStyleSignature, getUsedStyles
-
Constructor Details
-
ComponentRoseNote
public ComponentRoseNote(Style style, Display strings, double paddingX, double paddingY, ISkinSimple spriteContainer, HorizontalAlignment textAlignment, HorizontalAlignment position, Colors colors)
-
-
Method Details
-
getPreferredWidth
- Specified by:
getPreferredWidthin interfaceComponent- Specified by:
getPreferredWidthin classAbstractComponent
-
getPreferredHeight
- Specified by:
getPreferredHeightin interfaceComponent- Specified by:
getPreferredHeightin classAbstractComponent
-
getPaddingX
public double getPaddingX()- Overrides:
getPaddingXin classAbstractComponent
-
getPaddingY
public double getPaddingY()- Overrides:
getPaddingYin classAbstractComponent
-
drawInternalU
- Specified by:
drawInternalUin classAbstractComponent
-
getStartingX
- Specified by:
getStartingXin interfaceStencil
-
getEndingX
- Specified by:
getEndingXin interfaceStencil
-