indexing description: "[ Shared access to bitmap factory singleton. ]" date: "$Date$" revision: "$Revision$" class EM_SHARED_BITMAP_FACTORY feature -- Singleton access Bitmap_factory: EM_BITMAP_FACTORY is -- Bitamp factory singleton once create Result.make ensure bitmap_factory_not_void: Result /= Void end end