Class FtileDecorate
- java.lang.Object
-
- net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
-
- net.sourceforge.plantuml.activitydiagram3.ftile.vertical.FtileDecorate
-
- Direct Known Subclasses:
FtileDecorateIn,FtileDecorateInLabel,FtileDecorateOut,FtileDecorateOutLabel,FtileDecoratePointOut,FtileDecorateWelding,FtileMargedVertically,FtileMargedWest,FtileMinWidthCentered,FtileWithUrl
public abstract class FtileDecorate extends AbstractTextBlock implements Ftile
-
-
Constructor Summary
Constructors Constructor Description FtileDecorate(Ftile ftile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HorizontalAlignmentarrowHorizontalAlignment()FtileGeometrycalculateDimension(StringBounder stringBounder)voiddrawU(UGraphic ug)protected FtilegetFtileDelegated()LinkRenderinggetInLinkRendering()java.util.Collection<Connection>getInnerConnections()java.util.Collection<Ftile>getMyChildren()LinkRenderinggetOutLinkRendering()SwimlanegetSwimlaneIn()SwimlanegetSwimlaneOut()java.util.Set<Swimlane>getSwimlanes()UStrokegetThickness(Style style)UTranslategetTranslateFor(Ftile child, StringBounder stringBounder)java.util.List<WeldingPoint>getWeldingPoints()ISkinParamskinParam()java.lang.StringtoString()-
Methods inherited from class net.sourceforge.plantuml.klimt.shape.AbstractTextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.klimt.shape.TextBlock
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
-
-
-
-
Constructor Detail
-
FtileDecorate
public FtileDecorate(Ftile ftile)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getOutLinkRendering
public LinkRendering getOutLinkRendering()
- Specified by:
getOutLinkRenderingin interfaceFtile
-
getInLinkRendering
public LinkRendering getInLinkRendering()
- Specified by:
getInLinkRenderingin interfaceFtile
-
calculateDimension
public FtileGeometry calculateDimension(StringBounder stringBounder)
- Specified by:
calculateDimensionin interfaceFtile- Specified by:
calculateDimensionin interfaceTextBlock
-
getInnerConnections
public java.util.Collection<Connection> getInnerConnections()
- Specified by:
getInnerConnectionsin interfaceFtile
-
getSwimlanes
public java.util.Set<Swimlane> getSwimlanes()
- Specified by:
getSwimlanesin interfaceSwimable
-
getSwimlaneIn
public Swimlane getSwimlaneIn()
- Specified by:
getSwimlaneInin interfaceSwimable
-
getSwimlaneOut
public Swimlane getSwimlaneOut()
- Specified by:
getSwimlaneOutin interfaceSwimable
-
skinParam
public ISkinParam skinParam()
-
getThickness
public UStroke getThickness(Style style)
- Specified by:
getThicknessin interfaceFtile
-
getFtileDelegated
protected final Ftile getFtileDelegated()
-
getWeldingPoints
public java.util.List<WeldingPoint> getWeldingPoints()
- Specified by:
getWeldingPointsin interfaceFtile
-
getTranslateFor
public UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
- Specified by:
getTranslateForin interfaceFtile
-
getMyChildren
public java.util.Collection<Ftile> getMyChildren()
- Specified by:
getMyChildrenin interfaceFtile
-
arrowHorizontalAlignment
public HorizontalAlignment arrowHorizontalAlignment()
- Specified by:
arrowHorizontalAlignmentin interfaceFtile
-
-