Package | Description |
---|---|
loci.common.services | |
loci.formats.services |
Modifier and Type | Class and Description |
---|---|
class |
AbstractService
|
Modifier and Type | Method and Description |
---|---|
<T extends Service> |
ServiceFactory.getInstance(Class<T> type)
Retrieves an instance of a given service.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Service> |
DependencyException.getFailureClass()
Returns the class that was used during a failed instantiation.
|
Constructor and Description |
---|
DependencyException(String message,
Class<? extends Service> klass)
Default constructor.
|
DependencyException(String message,
Class<? extends Service> klass,
Throwable cause)
Default constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JAIIIOService
Interface defining methods for reading data using JAI Image I/O.
|
interface |
JPEGTurboService
|
interface |
LuraWaveService
|
interface |
MDBService
Interface defining methods for parsing MDB database files.
|
interface |
MetakitService
Interface defining methods for interacting with the OME Metakit library.
|
interface |
NetCDFService
Utility class for working with NetCDF/HDF files.
|
interface |
OMEXMLService
|
interface |
POIService
Interface defining methods for reading Microsoft OLE2 documents using
OME's fork of Apache POI.
|
interface |
WlzService |
Modifier and Type | Class and Description |
---|---|
class |
JAIIIOServiceImpl
Implementation of JAIIIOService for reading and writing JPEG-2000 data.
|
class |
JPEGTurboServiceImpl
|
class |
LuraWaveServiceImpl
|
class |
MDBServiceImpl
Implementation of
MDBService for parsing MDB database files. |
class |
MetakitServiceImpl
Implementation of MetakitService for interacting with the
OME Metakit library.
|
class |
NetCDFServiceImpl
Utility class for working with NetCDF/HDF files.
|
class |
OMEXMLServiceImpl
|
class |
POIServiceImpl
|
class |
WlzServiceImpl |
Copyright © 2014 Open Microscopy Environment