Class AbstractComponentRoseArrow
- java.lang.Object
-
- net.sourceforge.plantuml.skin.AbstractComponent
-
- net.sourceforge.plantuml.skin.AbstractTextualComponent
-
- net.sourceforge.plantuml.skin.rose.AbstractComponentRoseArrow
-
- All Implemented Interfaces:
ArrowComponent
,Component
- Direct Known Subclasses:
ComponentRoseArrow
,ComponentRoseSelfArrow
public abstract class AbstractComponentRoseArrow extends AbstractTextualComponent implements ArrowComponent
-
-
Constructor Summary
Constructors Constructor Description AbstractComponentRoseArrow(HtmlColor foregroundColor, FontConfiguration font, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, ISkinSimple spriteContainer, HorizontalAlignment textHorizontalAlignment, LineBreakStrategy maxMessageSize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrowConfiguration
getArrowConfiguration()
protected int
getArrowDeltaX()
protected int
getArrowDeltaY()
protected HtmlColor
getForegroundColor()
double
getPaddingY()
-
Methods inherited from class net.sourceforge.plantuml.skin.AbstractTextualComponent
getFont, getFontColor, getLabels, getMarginX1, getMarginX2, getMarginY, getPureTextWidth, getTextBlock, getTextHeight, getTextWidth
-
Methods inherited from class net.sourceforge.plantuml.skin.AbstractComponent
drawBackgroundInternalU, drawInternalU, drawU, getPaddingX, getPreferredDimension, getPreferredHeight, getPreferredWidth
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.skin.ArrowComponent
getEndPoint, getStartPoint
-
Methods inherited from interface net.sourceforge.plantuml.skin.Component
drawU, getPreferredDimension, getPreferredHeight, getPreferredWidth
-
-
-
-
Constructor Detail
-
AbstractComponentRoseArrow
public AbstractComponentRoseArrow(HtmlColor foregroundColor, FontConfiguration font, Display stringsToDisplay, ArrowConfiguration arrowConfiguration, ISkinSimple spriteContainer, HorizontalAlignment textHorizontalAlignment, LineBreakStrategy maxMessageSize)
-
-
Method Detail
-
getForegroundColor
protected final HtmlColor getForegroundColor()
-
getArrowDeltaX
protected final int getArrowDeltaX()
-
getArrowDeltaY
protected final int getArrowDeltaY()
-
getPaddingY
public final double getPaddingY()
- Specified by:
getPaddingY
in interfaceArrowComponent
- Overrides:
getPaddingY
in classAbstractComponent
-
getArrowConfiguration
public final ArrowConfiguration getArrowConfiguration()
-
-