Package magick
Interface StorageType
-
public interface StorageType
Used in MagickImage.createImage to specify the size of component. Important! Constant values should correspond to: http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6.6.9/magick/constitute.h- Author:
- Eric Yeo
-
-
Field Summary
Fields Modifier and Type Field Description static int
CharPixel
static int
DoublePixel
static int
FloatPixel
static int
IntegerPixel
static int
LongPixel
static int
QuantumPixel
static int
ShortPixel
static int
UndefinedPixel
-
-
-
Field Detail
-
UndefinedPixel
static final int UndefinedPixel
- See Also:
- Constant Field Values
-
CharPixel
static final int CharPixel
- See Also:
- Constant Field Values
-
DoublePixel
static final int DoublePixel
- See Also:
- Constant Field Values
-
FloatPixel
static final int FloatPixel
- See Also:
- Constant Field Values
-
IntegerPixel
static final int IntegerPixel
- See Also:
- Constant Field Values
-
LongPixel
static final int LongPixel
- See Also:
- Constant Field Values
-
QuantumPixel
static final int QuantumPixel
- See Also:
- Constant Field Values
-
ShortPixel
static final int ShortPixel
- See Also:
- Constant Field Values
-
-