omerojava.util
Class PixelTypes

java.lang.Object
  extended by omerojava.util.PixelTypes

public class PixelTypes
extends Object

Since:
OME3.0
Version:
3.0 (Internal version: $Revision: $Date: $)
Author:
Jean-Marie Burel      j.burel@dundee.ac.uk, Donald MacDonald      donald@lifesci.dundee.ac.uk

Field Summary
static String DOUBLE
          Identifies the type used to store pixel values.
static String FLOAT
          Identifies the type used to store pixel values.
static String INT_16
          Identifies the type used to store pixel values.
static String INT_32
          Identifies the type used to store pixel values.
static String INT_8
          Identifies the type used to store pixel values.
static Map<String,Integer> pixelMap
          Set the pixels Map containing the byte size of the map.
static String UINT_16
          Identifies the type used to store pixel values.
static String UINT_32
          Identifies the type used to store pixel values.
static String UINT_8
          Identifies the type used to store pixel values.
 
Constructor Summary
PixelTypes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INT_8

public static final String INT_8
Identifies the type used to store pixel values.

See Also:
Constant Field Values

UINT_8

public static final String UINT_8
Identifies the type used to store pixel values.

See Also:
Constant Field Values

INT_16

public static final String INT_16
Identifies the type used to store pixel values.

See Also:
Constant Field Values

UINT_16

public static final String UINT_16
Identifies the type used to store pixel values.

See Also:
Constant Field Values

INT_32

public static final String INT_32
Identifies the type used to store pixel values.

See Also:
Constant Field Values

UINT_32

public static final String UINT_32
Identifies the type used to store pixel values.

See Also:
Constant Field Values

FLOAT

public static final String FLOAT
Identifies the type used to store pixel values.

See Also:
Constant Field Values

DOUBLE

public static final String DOUBLE
Identifies the type used to store pixel values.

See Also:
Constant Field Values

pixelMap

public static Map<String,Integer> pixelMap
Set the pixels Map containing the byte size of the map.

Constructor Detail

PixelTypes

public PixelTypes()


OmeroJava Api

Version: Beta-4.1.1-r5927-b91

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