Package | Description |
---|---|
psdi.webclient.applet.wfcanvas.diagram |
Modifier and Type | Field and Description |
---|---|
protected DiagramWorkflowRelationship |
Line.rel |
Modifier and Type | Method and Description |
---|---|
DiagramWorkflowRelationship |
Line.getRelationship()
Returns the relationship
|
Modifier and Type | Method and Description |
---|---|
void |
DiagramWorkflowNode.addIncomingRelationship(DiagramWorkflowRelationship rel)
Adds an incoming relationship to the node
|
void |
DiagramWorkflowNode.addOutgoingRelationship(DiagramWorkflowRelationship rel)
Adds an outgoing relationship to the node
|
void |
DiagramLineChannel.addWorkflowRelationship(DiagramWorkflowRelationship rel)
Adds a relationship to the channel
|
int |
DiagramWorkflowRelationship.compareTo(int type,
DiagramWorkflowRelationship rel)
Compares 2 relationships for the comparator
|
protected void |
Diagram.drawLine(java.awt.Graphics g,
DiagramWorkflowRelationship rel)
Draws a line representing the relationship.
|
protected void |
Diagram.drawLine(java.awt.Graphics g,
DiagramWorkflowRelationship rel,
int x1,
int y1,
int x2,
int y2,
int state)
Draws a line.
|
protected int |
DiagramLineChannel.getIndex(DiagramWorkflowRelationship rel)
Gets the position index of the relationship in the channel
|
int |
DiagramLineChannel.getLocation(DiagramWorkflowRelationship rel)
Returns the location of the relationship that belongs to the
channel.This is y coordinate for horizontal channels and
the x coordinate for vertical channels
|
int |
DiagramWorkflowNode.getRelationshipLocation(DiagramWorkflowRelationship rel,
int type)
Gets the location of the relationship amoung the incoming/outgoing
relationships
|
protected boolean |
Diagram.isStraight(DiagramWorkflowRelationship rel)
Returns true if a line can be run straight between the
positions and false otherwise
|
void |
DiagramWorkflowNode.removeIncomingRelationship(DiagramWorkflowRelationship rel)
Removes an incoming relationship from the node
|
void |
DiagramWorkflowNode.removeOutgoingRelationship(DiagramWorkflowRelationship rel)
Removes an outgoing relationship from the node
|
Constructor and Description |
---|
Line(DiagramWorkflowRelationship rel,
int x1,
int y1,
int x2,
int y2)
Constructs a line
|