Class AbstractFtile
java.lang.Object
net.sourceforge.plantuml.graphic.AbstractTextBlock
net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
- Direct Known Subclasses:
FtileBlackBlock
,FtileBox
,FtileBox2
,FtileBoxOld
,FtileCircleEnd
,FtileCircleSpot
,FtileCircleStart
,FtileCircleStop
,FtileDiamond
,FtileDiamondInside
,FtileDiamondInside2
,FtileDiamondSquare
,FtileDimensionMemoize
,FtileEmpty
,FtileGroup
,FtileHeightFixedCentered
,FtileHeightFixedMarged
,FtileIfDown
,FtileKilled
,FtileMarged
,FtileMargedRight
,FtileNoteAlone
,FtileThinSplit
,FtileWithNoteOpale
,FtileWithNotes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal FtileGeometry
calculateDimension
(StringBounder stringBounder) protected abstract FtileGeometry
calculateDimensionFtile
(StringBounder stringBounder) final HColorSet
java.util.Collection<Connection>
final MinMax
getMinMax
(StringBounder stringBounder) java.util.Collection<Ftile>
final UStroke
getThickness
(Style style) getTranslateFor
(Ftile child, StringBounder stringBounder) java.util.List<WeldingPoint>
final ISkinParam
Methods inherited from class net.sourceforge.plantuml.graphic.AbstractTextBlock
getInnerPosition
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.activitydiagram3.ftile.Swimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
Methods inherited from interface net.sourceforge.plantuml.graphic.TextBlock
getInnerPosition
-
Constructor Details
-
AbstractFtile
-
-
Method Details
-
skinParam
-
getIHtmlColorSet
-
getInLinkRendering
- Specified by:
getInLinkRendering
in interfaceFtile
-
getOutLinkRendering
- Specified by:
getOutLinkRendering
in interfaceFtile
-
getInnerConnections
- Specified by:
getInnerConnections
in interfaceFtile
-
getTranslateFor
- Specified by:
getTranslateFor
in interfaceFtile
-
getThickness
- Specified by:
getThickness
in interfaceFtile
-
getWeldingPoints
- Specified by:
getWeldingPoints
in interfaceFtile
-
getMyChildren
- Specified by:
getMyChildren
in interfaceFtile
-
arrowHorizontalAlignment
- Specified by:
arrowHorizontalAlignment
in interfaceFtile
-
calculateDimension
- Specified by:
calculateDimension
in interfaceFtile
- Specified by:
calculateDimension
in interfaceTextBlock
-
calculateDimensionFtile
-
getMinMax
- Specified by:
getMinMax
in interfaceTextBlock
- Overrides:
getMinMax
in classAbstractTextBlock
-