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 void
drawInternalU
(UGraphic ug, Area area) double
getEndingX
(StringBounder stringBounder, double y) double
double
final double
getPreferredHeight
(StringBounder stringBounder) final double
getPreferredWidth
(StringBounder stringBounder) double
getStartingX
(StringBounder stringBounder, double y) 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
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:
getPreferredWidth
in interfaceComponent
- Specified by:
getPreferredWidth
in classAbstractComponent
-
getPreferredHeight
- Specified by:
getPreferredHeight
in interfaceComponent
- Specified by:
getPreferredHeight
in classAbstractComponent
-
getPaddingX
public double getPaddingX()- Overrides:
getPaddingX
in classAbstractComponent
-
getPaddingY
public double getPaddingY()- Overrides:
getPaddingY
in classAbstractComponent
-
drawInternalU
- Specified by:
drawInternalU
in classAbstractComponent
-
getStartingX
- Specified by:
getStartingX
in interfaceStencil
-
getEndingX
- Specified by:
getEndingX
in interfaceStencil
-