Uses of Class
org.eclipse.tigerstripe.workbench.plugins.IDiagramGenerator.ImageType

Packages that use IDiagramGenerator.ImageType
org.eclipse.tigerstripe.workbench.plugins This package contains the interfaces to be implemented in relation with implementing TS templates, and more generally all interfaces as seen by the user when implementing a Tigerstripe plugin. 
 

Uses of IDiagramGenerator.ImageType in org.eclipse.tigerstripe.workbench.plugins
 

Methods in org.eclipse.tigerstripe.workbench.plugins that return IDiagramGenerator.ImageType
static IDiagramGenerator.ImageType IDiagramGenerator.ImageType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IDiagramGenerator.ImageType[] IDiagramGenerator.ImageType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.tigerstripe.workbench.plugins with parameters of type IDiagramGenerator.ImageType
 boolean IDiagramGenerator.generateDiagram(IDiagramDescriptor diagram, java.lang.String outputPath, IDiagramGenerator.ImageType imageType)
          Render the diagram described by the supplied IDiagramDescriptor to the directory at the supplied "outputPath" relative to the output path for the generator, of the supplied "imageType".