public class OrthogonalEntityConnector extends EntityConnector
EntityConnector.ConnectionCategory, EntityConnector.ConnectionTypeborderWidth, category, comment, commentDistance, conColor, conPointSize, deactivated, dragPoint, frmPos, from, fromDisconnected, fromPoint, hittedPoint, id, inDrag, midRect, mx, my, showArrow, to, toPoint, toPos, type| Constructor | Description |
|---|---|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to) |
|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to,
int conSize) |
|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to,
int conSize,
java.awt.Color conColor) |
|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to,
int conSize,
java.awt.Color conColor,
java.lang.String commentText) |
|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor) |
|
OrthogonalEntityConnector(EntityPlotter from,
EntityPlotter to,
java.awt.Color conColor,
java.lang.String commentText) |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
detectEntityConnectionPoints() |
|
protected void |
drawMidRect(java.awt.Graphics2D g) |
|
protected java.awt.Shape |
drawOrthogonalLine(java.awt.Graphics2D g,
float p1x,
float p1y,
float p2x,
float p2y) |
addComment, connects, drawArrow, drawConnector, drawLine, drawManyOrthogonalLine, drawOrganicLine, getBorderWidth, getColor, getCommentText, getConColor, getDragPoint, getFrom, getId, getTo, hitPoints, isDeactivated, isInDrag, isShowArrow, onBut, onLeft, onMidBut, onMidLeft, onMidRight, onMidTop, onRight, onTop, setBorderWidth, setCommentText, setConColor, setConnectorPoints, setDeactivated, setDragPoint, setFrom, setInDrag, setShowArrow, setTopublic OrthogonalEntityConnector(EntityPlotter from, EntityPlotter to, int conSize, java.awt.Color conColor, java.lang.String commentText)
public OrthogonalEntityConnector(EntityPlotter from, EntityPlotter to, int conSize, java.awt.Color conColor)
public OrthogonalEntityConnector(EntityPlotter from, EntityPlotter to, int conSize)
public OrthogonalEntityConnector(EntityPlotter from, EntityPlotter to, java.awt.Color conColor, java.lang.String commentText)
public OrthogonalEntityConnector(EntityPlotter from, EntityPlotter to, java.awt.Color conColor)
public OrthogonalEntityConnector(EntityPlotter from, EntityPlotter to)
protected void detectEntityConnectionPoints()
detectEntityConnectionPoints in class EntityConnectorprotected java.awt.Shape drawOrthogonalLine(java.awt.Graphics2D g,
float p1x,
float p1y,
float p2x,
float p2y)
drawOrthogonalLine in class EntityConnectorprotected void drawMidRect(java.awt.Graphics2D g)
drawMidRect in class EntityConnectorCopyright © 2019 SMYLD. All rights reserved.