Uses of Class
com.togethersoft.openapi.rwi.RwiDiagram

Packages that use RwiDiagram
com.togethersoft.openapi.ide 
com.togethersoft.openapi.ide.diagram 
com.togethersoft.openapi.ide.resource 
com.togethersoft.openapi.rwi 
com.togethersoft.openapi.rwi.enum 

Uses of RwiDiagram in com.togethersoft.openapi.ide
 

Methods in com.togethersoft.openapi.ide with parameters of type RwiDiagram
StringIdeManager.buildDiagramURL(RwiDiagram diagram, RwiElement element)
           Creates URL of a specific kind referring to the specified element of the diagram.
 

Uses of RwiDiagram in com.togethersoft.openapi.ide.diagram
 

Methods in com.togethersoft.openapi.ide.diagram that return RwiDiagram
RwiDiagramIdeDiagram.getRwiDiagram()
           Returns the RwiDiagram corresponding to this diagram.
 

Methods in com.togethersoft.openapi.ide.diagram with parameters of type RwiDiagram
voidIdeDiagramManager.createImagemap(RwiDiagram rwiDiagram, IdeMapBuilder builder)
           Creates ImageMap for this diagram using the specified IdeMapBuilder as the actual creator.
IdeDiagramIdeDiagramManager.findDiagram(RwiDiagram rwiDiagram)
           Specified RwiDiagram finds an opened IdeDiagram visualizing it.
IdeDiagramIdeDiagramManager.openDiagram(RwiDiagram rwiDiagram, boolean inNewWindow)
           Given the RwiDiagram creates and opens IdeDiagram.
voidIdeDiagramManager.print(RwiDiagram rwiDiagram, java.awt.PrintJob printJob)
          
voidIdeDiagramManager.saveImage(RwiDiagram rwiDiagram, OutputStream output, String formatID)
           Saves the image of the diagram into the OutputStream.
 

Uses of RwiDiagram in com.togethersoft.openapi.ide.resource
 

Methods in com.togethersoft.openapi.ide.resource with parameters of type RwiDiagram
StringIdeResourceManager.getDiagramPresentableName(RwiDiagram rwiDiagram)
           Returns a string that contains a brief description of the specified diagram (RwiDiagram).
 

Uses of RwiDiagram in com.togethersoft.openapi.rwi
 

Methods in com.togethersoft.openapi.rwi that return RwiDiagram
RwiDiagramRwiDiagramReference.getDiagram()
           Returns a diagram for this reference.
RwiDiagramRwiModel.findDiagramFor(RwiElement rwiElement)
           Finds RwiDiagram containing the primary reference to the specified RwiElement.
RwiDiagramRwiPackage.createDiagram(String shapeType)
           Creates a new diagram with the specified value of RwiProperty.SHAPE_TYPE property
RwiDiagramRwiPackage.getPhysicalDiagram()
           Returns the physical package diagram for this directory-RwiPackage.
RwiDiagramRwiReference.getContainingDiagram()
           Returns a diagram this reference belongs to.
 

Methods in com.togethersoft.openapi.rwi with parameters of type RwiDiagram
ObjectRwiVisitor.visitDiagram(RwiDiagram diagram)
           Performs an action upon RwiDiagram.
ObjectRwiVisitorAdapter.visitDiagram(RwiDiagram diagram)
          
 

Uses of RwiDiagram in com.togethersoft.openapi.rwi.enum
 

Methods in com.togethersoft.openapi.rwi.enum that return RwiDiagram
RwiDiagramRwiDiagramEnumeration.nextRwiDiagram()