public class PlainConnector extends Connector
| Constructor and Description |
|---|
PlainConnector(LinearLayout ll,
int id,
Connector parent) |
PlainConnector(LinearLayout ll,
int id,
int from,
int to,
Connector parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
draw(java.awt.Graphics2D g2) |
double |
getBlockBottomHeight() |
double |
getBlockTopHeight() |
double |
getBlockWidth() |
boolean |
hasBlock() |
drawBackEdgeArrowHead, drawRoundedCorner, drawRoundedPolyline, drawShortenedLine, removeEmptySegmentspublic PlainConnector(LinearLayout ll, int id, int from, int to, Connector parent)
public PlainConnector(LinearLayout ll, int id, Connector parent)
public double getBlockWidth()
getBlockWidth in class Connectorpublic double getBlockTopHeight()
getBlockTopHeight in class Connectorpublic double getBlockBottomHeight()
getBlockBottomHeight in class Connector