Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
psdi.webclient.applet.wfcanvas.diagram.DiagramWorkflowRelationship

  • Packages that use DiagramWorkflowRelationship 
    Package Description
    psdi.webclient.applet.wfcanvas.diagram  
    • Uses of DiagramWorkflowRelationship in psdi.webclient.applet.wfcanvas.diagram

      Fields in psdi.webclient.applet.wfcanvas.diagram declared as DiagramWorkflowRelationship 
      Modifier and Type Field and Description
      protected DiagramWorkflowRelationship Line.rel 
      Methods in psdi.webclient.applet.wfcanvas.diagram that return DiagramWorkflowRelationship 
      Modifier and Type Method and Description
      DiagramWorkflowRelationship Line.getRelationship()
      Returns the relationship
      Methods in psdi.webclient.applet.wfcanvas.diagram with parameters of type DiagramWorkflowRelationship 
      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
      Constructors in psdi.webclient.applet.wfcanvas.diagram with parameters of type DiagramWorkflowRelationship 
      Constructor and Description
      Line(DiagramWorkflowRelationship rel, int x1, int y1, int x2, int y2)
      Constructs a line
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes