Uses of Class
slib.sglib.io.util.GFormat

Packages that use GFormat
slib.sglib.io.conf   
slib.sglib.io.loader   
slib.sglib.io.util   
 

Uses of GFormat in slib.sglib.io.conf
 

Methods in slib.sglib.io.conf that return GFormat
 GFormat GDataConf.getFormat()
           
 

Methods in slib.sglib.io.conf with parameters of type GFormat
 void GDataConf.setFormat(GFormat format)
           
 

Constructors in slib.sglib.io.conf with parameters of type GFormat
GDataConf(GFormat format)
           
GDataConf(GFormat format, String loc)
           
 

Uses of GFormat in slib.sglib.io.loader
 

Fields in slib.sglib.io.loader declared as GFormat
static GFormat[] GraphLoaderGeneric.supportedFormat
          The formats currently supported by the generic loader.
 

Methods in slib.sglib.io.loader that return GFormat
static GFormat[] GraphLoaderGeneric.getSupportedFormat()
          Access to the set of supported format.
 

Uses of GFormat in slib.sglib.io.util
 

Methods in slib.sglib.io.util that return GFormat
static GFormat GFormat.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GFormat[] GFormat.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013. All Rights Reserved.