public class GtileColumns extends AbstractGtile
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Gtile> |
gtiles |
singleSwimlane
stringBounder
Constructor and Description |
---|
GtileColumns(java.util.List<Gtile> gtiles,
Swimlane singleSwimlane,
double margin) |
Modifier and Type | Method and Description |
---|---|
XDimension2D |
calculateDimension(StringBounder stringBounder) |
protected void |
drawUInternal(UGraphic ug) |
Gtile |
first() |
protected UTranslate |
getPosition(int pos) |
java.util.Set<Swimlane> |
getSwimlanes() |
protected void |
pushDown(double height) |
protected void |
setMargin(double margin) |
java.lang.String |
toString() |
getCoordImpl, getInnerConnections, getRose, getSwimlane, getThickness
drawU, getCoord, getGPoint, getIHtmlColorSet, getStringBounder, skinParam
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCoord, getGPoint, getStringBounder, skinParam
getBackcolor, getInnerPosition, getMagneticBorder, getMinMax
protected final java.util.List<Gtile> gtiles
protected final UTranslate getPosition(int pos)
protected final void setMargin(double margin)
protected final void pushDown(double height)
public java.lang.String toString()
toString
in class java.lang.Object
public Gtile first()
protected void drawUInternal(UGraphic ug)
drawUInternal
in class AbstractGtileRoot
public XDimension2D calculateDimension(StringBounder stringBounder)
public java.util.Set<Swimlane> getSwimlanes()
getSwimlanes
in interface Swimable2
getSwimlanes
in class AbstractGtile