Uses of Interface
ome.api.IPixels

Packages that use IPixels
ome.logic The central repository of implementations which will be accessible through this server. 
ome.services Base services package for OMERO API services This includes classes that implement OMERO API services described as interfaces in the OMERO Common component. 
ome.services.blitz.impl   
ome.services.projection   
ome.services.roi   
ome.system Provides the necessary container structure for the entire Omero system. 
 

Uses of IPixels in ome.logic
 

Classes in ome.logic that implement IPixels
 class PixelsImpl
          implementation of the Pixels service interface.
 

Fields in ome.logic declared as IPixels
protected  IPixels RenderingSettingsImpl.pixelsMetadata
          Reference to the service used to retrieve the pixels metadata.
 

Methods in ome.logic with parameters of type IPixels
 void RenderingSettingsImpl.setPixelsMetadata(IPixels metaService)
          Sets injector.
 

Uses of IPixels in ome.services
 

Methods in ome.services with parameters of type IPixels
 void ThumbnailBean.setIPixels(IPixels iPixels)
          Pixels service Bean injector.
 void RawPixelsBean.setPixelsMetadata(IPixels metaService)
           
 

Uses of IPixels in ome.services.blitz.impl
 

Constructors in ome.services.blitz.impl with parameters of type IPixels
PixelsI(IPixels service, BlitzExecutor be)
           
 

Uses of IPixels in ome.services.projection
 

Fields in ome.services.projection declared as IPixels
protected  IPixels ProjectionBean.iPixels
          Reference to the service used to retrieve the pixels metadata.
 

Methods in ome.services.projection with parameters of type IPixels
 void ProjectionBean.setIPixels(IPixels iPixels)
          IPixels bean injector.
 

Uses of IPixels in ome.services.roi
 

Fields in ome.services.roi declared as IPixels
protected  IPixels PixelData.meta
           
 

Constructors in ome.services.roi with parameters of type IPixels
PixelData(PixelsService data, IPixels meta)
           
 

Uses of IPixels in ome.system
 

Methods in ome.system that return IPixels
 IPixels ServiceFactory.getPixelsService()
           
 



OmeroJava Api

Version: Beta-4.1.1-r5927-b91

Copyright © 2009 The University of Dundee. All Rights Reserved.