Uses of Interface
com.telelogic.rhapsody.core.IRPGraphElement

Uses of IRPGraphElement in com.telelogic.rhapsody.core
 

Subinterfaces of IRPGraphElement in com.telelogic.rhapsody.core
 interface IRPGraphEdge
           
 interface IRPGraphNode
           
 

Methods in com.telelogic.rhapsody.core that return IRPGraphElement
 IRPGraphElement IRPDiagram.addFreeShapeByType(java.lang.String metaType, IRPCollection xPoints, IRPCollection yPoints)
          Adds a free shape of the type specified, using the x coordinates and y coordinates provided.
 IRPGraphElement IRPStatechart.addFreeShapeByType(java.lang.String metaType, IRPCollection xPoints, IRPCollection yPoints)
          Adds a free shape of the type specified, using the x coordinates and y coordinates provided.
 IRPGraphElement IRPDiagram.addImage(java.lang.String filename, int xPosition, int yPosition, int nWidth, int nHeight)
          Adds an image to the diagram, using the specified file, starting point, width, and height.
 IRPGraphElement IRPStatechart.addImage(java.lang.String filename, int xPosition, int yPosition, int nWidth, int nHeight)
          Adds an image to the statechart, using the specified file, starting point, width, and height.
 IRPGraphElement IRPDiagram.addTextBox(java.lang.String text, int xPosition, int yPosition, int nWidth, int nHeight)
          Adds a text box using the specified text, starting point, width, and height.
 IRPGraphElement IRPStatechart.addTextBox(java.lang.String text, int xPosition, int yPosition, int nWidth, int nHeight)
          Adds a text box using the specified text, starting point, width, and height.
 IRPGraphElement IRPGraphElement.getGraphicalParent()
          get property graphicalParent
 IRPGraphElement IRPGraphEdge.getSource()
          get property source
 IRPGraphElement IRPGraphEdge.getTarget()
          get property target
 

Methods in com.telelogic.rhapsody.core with parameters of type IRPGraphElement
 void IRPCollection.addGraphicalItem(IRPGraphElement newVal)
          Adds a graphical element to a collection.
 IRPGraphEdge IRPDiagram.addNewEdgeByType(java.lang.String metaType, IRPGraphElement src, int xSrcPosition, int ySrcPosition, IRPGraphElement trg, int xTrgPosition, int yTrgPosition)
          Adds a connector element of the specified type to the diagram, using the source and target elements specified.
 IRPGraphEdge IRPStatechart.addNewEdgeByType(java.lang.String metaType, IRPGraphElement src, int xSrcPosition, int ySrcPosition, IRPGraphElement trg, int xTrgPosition, int yTrgPosition)
          Adds a connector element of the specified type to the statechart, using the source and target elements specified.