| Constructor and Description |
|---|
Swimlanes(ISkinParam skinParam,
Pragma pragma) |
| Modifier and Type | Method and Description |
|---|---|
XDimension2D |
calculateDimension(StringBounder stringBounder) |
void |
computeSize(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
Instruction |
getCurrent() |
StyleBuilder |
getCurrentStyleBuilder() |
Swimlane |
getCurrentSwimlane() |
double |
getHalfMissingSpace(StringBounder stringBounder,
int i,
double min) |
MinMax |
getMinMax(StringBounder stringBounder) |
protected Style |
getStyle() |
StyleSignatureBasic |
getStyleSignature() |
LinkRendering |
nextLinkRenderer() |
void |
setCurrent(Instruction current) |
void |
setNextLinkRenderer(LinkRendering link) |
void |
swimlane(java.lang.String name,
HColor color,
Display label) |
getBackcolor, getInnerPosition, getMagneticBorderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBackcolor, getInnerPosition, getMagneticBorderpublic Swimlanes(ISkinParam skinParam, Pragma pragma)
public StyleSignatureBasic getStyleSignature()
getStyleSignature in interface Styleableprotected Style getStyle()
public final void computeSize(StringBounder stringBounder)
public double getHalfMissingSpace(StringBounder stringBounder, int i, double min)
public XDimension2D calculateDimension(StringBounder stringBounder)
calculateDimension in interface TextBlockpublic Instruction getCurrent()
public void setCurrent(Instruction current)
public LinkRendering nextLinkRenderer()
public void setNextLinkRenderer(LinkRendering link)
public Swimlane getCurrentSwimlane()
public MinMax getMinMax(StringBounder stringBounder)
getMinMax in interface TextBlockgetMinMax in class AbstractTextBlockpublic StyleBuilder getCurrentStyleBuilder()