Uses of Class
br.usp.ime.klava.segmentit.util.Granularity

Packages that use Granularity
br.usp.ime.klava.segmentit.gui This package contains classes utilized in the GUI (Graphical User Interface) of the segmentation tool. 
br.usp.ime.klava.segmentit.util This package contains utility classes utilized in the segmentation tool. 
 

Uses of Granularity in br.usp.ime.klava.segmentit.gui
 

Methods in br.usp.ime.klava.segmentit.gui that return Granularity
 Granularity SegmentationContainer.getGranularity()
          Returns the Granularity being used.
 Granularity SegmentationDocument.getGranularity()
          Returns the Granularity being used.
 

Methods in br.usp.ime.klava.segmentit.gui with parameters of type Granularity
 void SegmentationContainer.setGranularity(Granularity granularity)
          Sets the Granularity.
 void SegmentationDocument.setGranularity(Granularity granularity)
          Sets the Granularity to be used.
 

Uses of Granularity in br.usp.ime.klava.segmentit.util
 

Methods in br.usp.ime.klava.segmentit.util that return Granularity
static Granularity Granularity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Granularity[] Granularity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.