public abstract class AbstractFtile extends AbstractTextBlock implements Ftile
Constructor and Description |
---|
AbstractFtile(ISkinParam skinParam) |
Modifier and Type | Method and Description |
---|---|
HorizontalAlignment |
arrowHorizontalAlignment() |
FtileGeometry |
calculateDimension(StringBounder stringBounder) |
protected abstract FtileGeometry |
calculateDimensionFtile(StringBounder stringBounder) |
LinkRendering |
getInLinkRendering() |
java.util.Collection<Connection> |
getInnerConnections() |
MinMax |
getMinMax(StringBounder stringBounder) |
java.util.Collection<Ftile> |
getMyChildren() |
LinkRendering |
getOutLinkRendering() |
UStroke |
getThickness() |
UTranslate |
getTranslateFor(Ftile child,
StringBounder stringBounder) |
java.util.List<WeldingPoint> |
getWeldingPoints() |
ISkinParam |
skinParam() |
getInnerPosition
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSwimlaneIn, getSwimlaneOut, getSwimlanes
getInnerPosition
public AbstractFtile(ISkinParam skinParam)
public final ISkinParam skinParam()
public LinkRendering getInLinkRendering()
getInLinkRendering
in interface Ftile
public LinkRendering getOutLinkRendering()
getOutLinkRendering
in interface Ftile
public java.util.Collection<Connection> getInnerConnections()
getInnerConnections
in interface Ftile
public UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
getTranslateFor
in interface Ftile
public final UStroke getThickness()
getThickness
in interface Ftile
public java.util.List<WeldingPoint> getWeldingPoints()
getWeldingPoints
in interface Ftile
public java.util.Collection<Ftile> getMyChildren()
getMyChildren
in interface Ftile
public HorizontalAlignment arrowHorizontalAlignment()
arrowHorizontalAlignment
in interface Ftile
public final FtileGeometry calculateDimension(StringBounder stringBounder)
calculateDimension
in interface Ftile
calculateDimension
in interface TextBlock
protected abstract FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
public final MinMax getMinMax(StringBounder stringBounder)
getMinMax
in interface TextBlock
getMinMax
in class AbstractTextBlock