Class FtileHeightFixedMarged
- java.lang.Object
-
- net.sourceforge.plantuml.graphic.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
-
- net.sourceforge.plantuml.activitydiagram3.ftile.FtileHeightFixedMarged
-
-
Constructor Summary
Constructors Constructor Description FtileHeightFixedMarged(double ymargin1, Ftile tile, double ymargin2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FtileGeometry
calculateDimensionFtile(StringBounder stringBounder)
void
drawU(UGraphic ug)
LinkRendering
getInLinkRendering()
java.util.Collection<Ftile>
getMyChildren()
LinkRendering
getOutLinkRendering()
Swimlane
getSwimlaneIn()
Swimlane
getSwimlaneOut()
java.util.Set<Swimlane>
getSwimlanes()
-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
arrowHorizontalAlignment, calculateDimension, getIHtmlColorSet, getInnerConnections, getMinMax, getThickness, getTranslateFor, getWeldingPoints, skinParam
-
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.graphic.TextBlock
getInnerPosition
-
-
-
-
Constructor Detail
-
FtileHeightFixedMarged
public FtileHeightFixedMarged(double ymargin1, Ftile tile, double ymargin2)
-
-
Method Detail
-
getMyChildren
public java.util.Collection<Ftile> getMyChildren()
- Specified by:
getMyChildren
in interfaceFtile
- Overrides:
getMyChildren
in classAbstractFtile
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRendering
in interfaceFtile
- Overrides:
getInLinkRendering
in classAbstractFtile
-
getOutLinkRendering
public LinkRendering getOutLinkRendering()
- Specified by:
getOutLinkRendering
in interfaceFtile
- Overrides:
getOutLinkRendering
in classAbstractFtile
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
-
calculateDimensionFtile
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
- Specified by:
calculateDimensionFtile
in classAbstractFtile
-
drawU
public void drawU(UGraphic ug)
-
-