public class GtileWithMargin extends AbstractGtileRoot implements Gtile
Modifier and Type | Field and Description |
---|---|
protected double |
north |
protected AbstractGtileRoot |
orig |
protected double |
south |
stringBounder
Constructor and Description |
---|
GtileWithMargin(AbstractGtileRoot orig,
double north,
double south,
double east) |
Modifier and Type | Method and Description |
---|---|
Dimension2D |
calculateDimension(StringBounder stringBounder) |
protected void |
drawUInternal(UGraphic ug) |
protected UTranslate |
getCoordImpl(java.lang.String name) |
java.util.Collection<GConnection> |
getInnerConnections() |
Swimlane |
getSwimlane(java.lang.String point) |
java.util.Set<Swimlane> |
getSwimlanes() |
drawU, getCoord, getGPoint, getIHtmlColorSet, getStringBounder, skinParam
getInnerPosition, getMinMax
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCoord, getGPoint, getStringBounder, skinParam
getInnerPosition, getMinMax
protected final AbstractGtileRoot orig
protected final double north
protected final double south
public GtileWithMargin(AbstractGtileRoot orig, double north, double south, double east)
public java.util.Set<Swimlane> getSwimlanes()
getSwimlanes
in interface Swimable2
public Swimlane getSwimlane(java.lang.String point)
getSwimlane
in interface Swimable2
public Dimension2D calculateDimension(StringBounder stringBounder)
calculateDimension
in interface TextBlock
protected void drawUInternal(UGraphic ug)
drawUInternal
in class AbstractGtileRoot
protected UTranslate getCoordImpl(java.lang.String name)
getCoordImpl
in class AbstractGtileRoot
public java.util.Collection<GConnection> getInnerConnections()
getInnerConnections
in interface Gtile