Class FtileWithNotes
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vcompact.FtileWithNotes
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
TRACE
-
-
Constructor Summary
Constructors Constructor Description FtileWithNotes(Ftile tile, java.util.Collection<PositionedNote> notes, VerticalAlignment verticalAlignment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FtileGeometrycalculateDimensionFtile(StringBounder stringBounder)voiddrawU(UGraphic ug)LinkRenderinggetInLinkRendering()StyleSignatureBasicgetStyleSignature()SwimlanegetSwimlaneIn()SwimlanegetSwimlaneOut()java.util.Set<Swimlane>getSwimlanes()-
Methods inherited from class net.sourceforge.plantuml.activitydiagram3.ftile.AbstractFtile
arrowHorizontalAlignment, calculateDimension, getIHtmlColorSet, getInnerConnections, getMinMax, getMyChildren, getOutLinkRendering, getThickness, getTranslateFor, getWeldingPoints, skinParam
-
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.klimt.shape.TextBlock
getBackcolor, getInnerPosition, getMagneticBorder
-
-
-
-
Constructor Detail
-
FtileWithNotes
public FtileWithNotes(Ftile tile, java.util.Collection<PositionedNote> notes, VerticalAlignment verticalAlignment)
-
-
Method Detail
-
getStyleSignature
public StyleSignatureBasic getStyleSignature()
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
-
drawU
public void drawU(UGraphic ug)
-
calculateDimensionFtile
protected FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
- Specified by:
calculateDimensionFtilein classAbstractFtile
-
getInLinkRendering
public final LinkRendering getInLinkRendering()
- Specified by:
getInLinkRenderingin interfaceFtile- Overrides:
getInLinkRenderingin classAbstractFtile
-
-