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() |
getInnerPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSwimlaneIn, getSwimlaneOut, getSwimlanesgetInnerPositionpublic AbstractFtile(ISkinParam skinParam)
public final ISkinParam skinParam()
public LinkRendering getInLinkRendering()
getInLinkRendering in interface Ftilepublic LinkRendering getOutLinkRendering()
getOutLinkRendering in interface Ftilepublic java.util.Collection<Connection> getInnerConnections()
getInnerConnections in interface Ftilepublic UTranslate getTranslateFor(Ftile child, StringBounder stringBounder)
getTranslateFor in interface Ftilepublic final UStroke getThickness()
getThickness in interface Ftilepublic java.util.List<WeldingPoint> getWeldingPoints()
getWeldingPoints in interface Ftilepublic java.util.Collection<Ftile> getMyChildren()
getMyChildren in interface Ftilepublic HorizontalAlignment arrowHorizontalAlignment()
arrowHorizontalAlignment in interface Ftilepublic final FtileGeometry calculateDimension(StringBounder stringBounder)
calculateDimension in interface FtilecalculateDimension in interface TextBlockprotected abstract FtileGeometry calculateDimensionFtile(StringBounder stringBounder)
public final MinMax getMinMax(StringBounder stringBounder)
getMinMax in interface TextBlockgetMinMax in class AbstractTextBlock