Package com.xinapse.image
Class Image
java.lang.Object
com.xinapse.image.Image
Contains settings that are common across all images, together with some utilities for images.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic PixelDataTypegetColourPixelDataType(Class<? extends ReadableImage> imageClass) Returns the colourPixelDataTypethat is supported by a particular class ofReadableImage, ornullif the class does not support a colourPixelDataType.
-
Field Details
-
MAXDIM
public static final int MAXDIMThe maximum dimensionality of an image.- See Also:
-
-
Method Details
-
getColourPixelDataType
Returns the colourPixelDataTypethat is supported by a particular class ofReadableImage, ornullif the class does not support a colourPixelDataType.- Parameters:
imageClass- the class ofReadableImagefor which to get the colourPixelDataTypethat is supported.- Returns:
- the colour
PixelDataTypethat is supported by images of the given class.
-