Class AbstractFtile
java.lang.Object
net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
- Direct Known Subclasses:
FtileBlackBlock
,FtileBox
,FtileBox2
,FtileBoxOld
,FtileCircleEndCross
,FtileCircleSpot
,FtileCircleStart
,FtileCircleStop
,FtileDiamond
,FtileDiamondInside
,FtileDiamondInside2
,FtileDiamondSquare
,FtileDimensionMemoize
,FtileEmpty
,FtileGroup
,FtileHeightFixedCentered
,FtileHeightFixedMarged
,FtileIfDown
,FtileKilled
,FtileMarged
,FtileMargedRight
,FtileNoteAlone
,FtileThinSplit
,FtileWithNoteOpale
,FtileWithNotes
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal FtileGeometry
calculateDimension
(StringBounder stringBounder) protected abstract FtileGeometry
calculateDimensionFtile
(StringBounder stringBounder) final HColorSet
final MinMax
getMinMax
(StringBounder stringBounder) final UStroke
getThickness
(Style style) getTranslateFor
(Ftile child, StringBounder stringBounder) final ISkinParam
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder
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.klimt.shape.TextBlock
getBackcolor, getInnerPosition, getMagneticBorder
-
Field Details
-
TRACE
protected final boolean TRACE- See Also:
-
-
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
-