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 |
|---|---|
XDimension2D |
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, skinParamgetBackcolor, getInnerPosition, getMagneticBorder, getMinMaxclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCoord, getGPoint, getStringBounder, skinParamgetBackcolor, getInnerPosition, getMagneticBorder, getMinMaxprotected 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 Swimable2public Swimlane getSwimlane(java.lang.String point)
getSwimlane in interface Swimable2public XDimension2D calculateDimension(StringBounder stringBounder)
calculateDimension in interface TextBlockprotected void drawUInternal(UGraphic ug)
drawUInternal in class AbstractGtileRootprotected UTranslate getCoordImpl(java.lang.String name)
getCoordImpl in class AbstractGtileRootpublic java.util.Collection<GConnection> getInnerConnections()
getInnerConnections in interface Gtile