Uses of Class
org.egothor.util.Bitmap

Packages that use Bitmap
org.egothor.core This package concentrates the core data objects and interfaces. 
org.egothor.core.memory This package contains an implementation of barrels in memory. 
org.egothor.dir This package defines objects of distributed IR layer. 
org.egothor.slotter This package is responsible for management of arrays of DynStruct objects. 
org.egothor.store This package contains an implementation of barrels on a hard disk. 
org.egothor.util   
 

Uses of Bitmap in org.egothor.core
 

Methods in org.egothor.core that return Bitmap
 Bitmap Barrel.getBitmap(java.lang.String label)
          Return the Bitmap of a given label.
 

Methods in org.egothor.core with parameters of type Bitmap
 void Barrel.setBitmap(java.lang.String label, Bitmap bitmap)
          Try to set the Bitmap of a given label.
 

Uses of Bitmap in org.egothor.core.memory
 

Methods in org.egothor.core.memory that return Bitmap
 Bitmap Document.getBitmap(java.lang.String label)
           
 Bitmap MemoryBarrel.getBitmap(java.lang.String label)
           
 

Methods in org.egothor.core.memory with parameters of type Bitmap
 void Document.setBitmap(java.lang.String label, Bitmap bitmap)
           
 void MemoryBarrel.setBitmap(java.lang.String label, Bitmap bitmap)
           
 

Uses of Bitmap in org.egothor.dir
 

Methods in org.egothor.dir that return Bitmap
 Bitmap Group.getBitmap(java.lang.String label)
           
 Bitmap TankerImplSecure.getBitmap(java.lang.String label)
           
 

Methods in org.egothor.dir with parameters of type Bitmap
 void Group.setBitmap(java.lang.String label, Bitmap bitmap)
           
 void TankerImplSecure.setBitmap(java.lang.String label, Bitmap bitmap)
           
 

Uses of Bitmap in org.egothor.slotter
 

Methods in org.egothor.slotter that return Bitmap
 Bitmap BarrelShadow.getBitmap(java.lang.String label)
          Return the Bitmap of a given label.
 

Methods in org.egothor.slotter with parameters of type Bitmap
 void BarrelShadow.setBitmap(java.lang.String label, Bitmap bitmap)
           
 

Uses of Bitmap in org.egothor.store
 

Methods in org.egothor.store that return Bitmap
 Bitmap ThickBarrel.getBitmap(java.lang.String label)
           
 

Methods in org.egothor.store with parameters of type Bitmap
 IMetaReader Documents.getReader(Bitmap map)
          Open this structure for sequential reading.
 void ThickBarrel.setBitmap(java.lang.String label, Bitmap value)
           
 

Constructors in org.egothor.store with parameters of type Bitmap
ThickBarrelIn(java.lang.String location, Bitmap map, Documents docs, Terms terms)
           
 

Uses of Bitmap in org.egothor.util
 

Methods in org.egothor.util that return Bitmap
 Bitmap Bitmap.and(Bitmap with)
           
 Bitmap Bitmap.or(Bitmap with)
           
 

Methods in org.egothor.util with parameters of type Bitmap
 Bitmap Bitmap.and(Bitmap with)
           
 Bitmap Bitmap.or(Bitmap with)
           
 

Constructors in org.egothor.util with parameters of type Bitmap
Bitmap(Bitmap master)
          Create a copy of the master.