Uses of Class
cage.writer.CaGeWriter

Packages that use CaGeWriter
cage Contains the main classes for the Java GUI of CaGe. 
cage.writer Contains several writers which can export a graph to a certain format. 
 

Uses of CaGeWriter in cage
 

Methods in cage that return CaGeWriter
 CaGeWriter FileFormatBox.getCaGeWriter()
           
 CaGeWriter SaveDialog.getCaGeWriter()
           
 CaGeWriter TargetPanel.getCaGeWriter()
           
 

Uses of CaGeWriter in cage.writer
 

Subclasses of CaGeWriter in cage.writer
 class AbstractChemicalWriter
           
 class CMLWriter
           
 class NativeCMLWriter
           
 class NativePDBWriter
           
 class NativePlanarWriter
           
 class NativeWritegraphWriter
           
 

Methods in cage.writer that return CaGeWriter
static CaGeWriter WriterFactory.createCaGeWriter(java.lang.String format)
          Returns a CaGeWriter based on the given format.