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