public class FtileEmpty extends AbstractFtile
| Constructor and Description |
|---|
FtileEmpty(boolean shadowing) |
FtileEmpty(boolean shadowing,
double width,
double height) |
FtileEmpty(boolean shadowing,
double width,
double height,
Swimlane swimlaneIn,
Swimlane swimlaneOut) |
FtileEmpty(boolean shadowing,
Swimlane swimlane) |
| Modifier and Type | Method and Description |
|---|---|
FtileGeometry |
calculateDimension(StringBounder stringBounder) |
void |
drawU(UGraphic ug) |
Swimlane |
getSwimlaneIn() |
Swimlane |
getSwimlaneOut() |
java.util.Set<Swimlane> |
getSwimlanes() |
java.lang.String |
toString() |
getInLinkRendering, getInnerConnections, getOutLinkRendering, getTranslateFor, shadowinggetInnerPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetInnerPositionpublic FtileEmpty(boolean shadowing,
double width,
double height)
public FtileEmpty(boolean shadowing,
double width,
double height,
Swimlane swimlaneIn,
Swimlane swimlaneOut)
public FtileEmpty(boolean shadowing)
public FtileEmpty(boolean shadowing,
Swimlane swimlane)
public java.lang.String toString()
toString in class java.lang.Objectpublic void drawU(UGraphic ug)
public FtileGeometry calculateDimension(StringBounder stringBounder)
public Swimlane getSwimlaneIn()
public Swimlane getSwimlaneOut()
public java.util.Set<Swimlane> getSwimlanes()