| Package | Description | 
|---|---|
| ome.io.nio | 
 New Input/Output handling for the OMERO server
    
  This includes interfaces/classes for the input and output handling of data within
  the OMERO server. 
 | 
| ome.model.core | |
| ome.model.display | |
| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ThumbnailService.createThumbnail(Thumbnail thumbnail,
               byte[] buf)
Creates thumbnail on disk using byte array 
 | 
byte[] | 
ThumbnailService.getThumbnail(Thumbnail thumbnail)
Return byte array of Thumbnail 
 | 
byte[] | 
ThumbnailService.getThumbnail(Thumbnail thumbnail,
            byte[] buf)
Return byte array of Thumbnail, providing byte array 
 | 
boolean | 
ThumbnailService.getThumbnailExists(Thumbnail thumbnail)
Returns whether or not a thumbnail exists on disk. 
 | 
long | 
ThumbnailService.getThumbnailLength(Thumbnail thumbnail)
Returns length of Thumbnail on disk 
 | 
FileOutputStream | 
ThumbnailService.getThumbnailOutputStream(Thumbnail thumbnail)
Return FileOutputStream of Thumbnail 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Set<Thumbnail> | 
Pixels.thumbnails  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Set<Thumbnail> | 
Pixels.getThumbnails()
returns thumbnails . 
 | 
Iterator<Thumbnail> | 
Pixels.iterateThumbnails()
should be used rather than accessing the thumbnails set directly. 
 | 
Collection<Thumbnail> | 
Pixels.unmodifiableThumbnails()
Returns an unmodifiable collection-view 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Pixels.addThumbnail(Thumbnail target)
use instead of setThumbnails . 
 | 
void | 
Pixels.removeThumbnail(Thumbnail target)
removes a single element from this set and makes the inverse call on ome.model.display.Thumbnail 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Pixels.addThumbnailSet(Collection<Thumbnail> targets)
use like addThumbnail. 
 | 
void | 
Pixels.removeThumbnailSet(Collection<Thumbnail> targets)
use like removeThumbnail 
 | 
protected void | 
Pixels.setThumbnails(Set<Thumbnail> thumbnails)
setter for thumbnails should be avoided. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Thumbnail | 
Thumbnail.newInstance()  | 
Thumbnail | 
Thumbnail.proxy()  | 
| Modifier and Type | Method and Description | 
|---|---|
Thumbnail | 
ThumbnailCtx.createThumbnailMetadata(Pixels pixels,
                       Dimension dimensions)
Creates metadata for a thumbnail of a given set of pixels set and X-Y
 dimensions. 
 | 
Thumbnail | 
ThumbnailCtx.getMetadata(long pixelsId)
Retrieves the Thumbnail object for a given Pixels ID. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Thumbnail> | 
ThumbnailCtx.loadAllMetadata(long pixelsId)
Retrieves all thumbnail metadata available in the database for a given
 Pixels ID. 
 | 
                
                
Version: 5.2.3-ice35-b22
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.