public abstract class AbstractGtile extends AbstractGtileRoot implements Gtile
Modifier and Type | Field and Description |
---|---|
protected Swimlane |
singleSwimlane |
stringBounder
Constructor and Description |
---|
AbstractGtile(StringBounder stringBounder,
ISkinParam skinParam) |
AbstractGtile(StringBounder stringBounder,
ISkinParam skinParam,
Swimlane singleSwimlane) |
Modifier and Type | Method and Description |
---|---|
protected UTranslate |
getCoordImpl(java.lang.String name) |
java.util.Collection<GConnection> |
getInnerConnections() |
protected Rose |
getRose() |
Swimlane |
getSwimlane(java.lang.String point) |
java.util.Set<Swimlane> |
getSwimlanes() |
UStroke |
getThickness() |
drawU, drawUInternal, getCoord, getGPoint, getIHtmlColorSet, getStringBounder, skinParam
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCoord, getGPoint, getStringBounder, skinParam
calculateDimension, getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
protected final Swimlane singleSwimlane
public AbstractGtile(StringBounder stringBounder, ISkinParam skinParam, Swimlane singleSwimlane)
public AbstractGtile(StringBounder stringBounder, ISkinParam skinParam)
protected UTranslate getCoordImpl(java.lang.String name)
getCoordImpl
in class AbstractGtileRoot
public java.util.Set<Swimlane> getSwimlanes()
getSwimlanes
in interface Swimable2
public Swimlane getSwimlane(java.lang.String point)
getSwimlane
in interface Swimable2
public java.util.Collection<GConnection> getInnerConnections()
getInnerConnections
in interface Gtile
public final UStroke getThickness()
protected final Rose getRose()