Uses of Package
ucot.ui.gui.dot

Packages that use ucot.ui.gui.dot
ucot.ui.gui Graphical userInterface and classes related to it. 
ucot.ui.gui.dot Classes for displaying graphs generated by Dot program. 
ucot.ui.gui.tree.analyzemodeltree Classes related to a tree that displays analyzemodel in a tree. 
ucot.ui.gui.tree.usecasetree Classes related to tree that displays loaded usecases. 
 

Classes in ucot.ui.gui.dot used by ucot.ui.gui
DotColorTheme
           This class implements a color theme for dot markup language, which is useful for DotPanel when figuring out color strings.
DotPanel
           A dot panel class inherited from JPanel class which is used for drawing dot graphs from the given analyze model.
 

Classes in ucot.ui.gui.dot used by ucot.ui.gui.dot
DotColorModel
           Class that implements a color model used in dot graph drawing environment.
DotColorModel.ColorModel
          ColorModel sets available for using with Dot
DotColorTheme
           This class implements a color theme for dot markup language, which is useful for DotPanel when figuring out color strings.
DotPanel.DotJob
          This class is a container for a dot job which includes all required information for rendering both highlighted and regular dot graphs.
DotPanel.ExportImageType
          Imageformats that are usable when exporting graph as image.
DotPanel.ExportJob
           Class for giving needed info for executeExport() method.
 

Classes in ucot.ui.gui.dot used by ucot.ui.gui.tree.analyzemodeltree
DotPanel
           A dot panel class inherited from JPanel class which is used for drawing dot graphs from the given analyze model.
 

Classes in ucot.ui.gui.dot used by ucot.ui.gui.tree.usecasetree
DotPanel
           A dot panel class inherited from JPanel class which is used for drawing dot graphs from the given analyze model.