protected static enum StandardImageMetadataSupport.SubimageInterpretation extends Enum<StandardImageMetadataSupport.SubimageInterpretation>
| Enum Constant and Description |
|---|
AnimationFrame |
CompositingLayer |
FullResolution |
ObjectView |
Panorama |
Preview |
PyramidLayer |
ReducedResolution |
SinglePage |
SpectralSlice |
Standalone |
TransparencyMask |
Unknown |
VolumeSlice |
| Modifier and Type | Method and Description |
|---|---|
static StandardImageMetadataSupport.SubimageInterpretation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardImageMetadataSupport.SubimageInterpretation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardImageMetadataSupport.SubimageInterpretation Standalone
public static final StandardImageMetadataSupport.SubimageInterpretation SinglePage
public static final StandardImageMetadataSupport.SubimageInterpretation FullResolution
public static final StandardImageMetadataSupport.SubimageInterpretation ReducedResolution
public static final StandardImageMetadataSupport.SubimageInterpretation PyramidLayer
public static final StandardImageMetadataSupport.SubimageInterpretation Preview
public static final StandardImageMetadataSupport.SubimageInterpretation VolumeSlice
public static final StandardImageMetadataSupport.SubimageInterpretation ObjectView
public static final StandardImageMetadataSupport.SubimageInterpretation Panorama
public static final StandardImageMetadataSupport.SubimageInterpretation AnimationFrame
public static final StandardImageMetadataSupport.SubimageInterpretation TransparencyMask
public static final StandardImageMetadataSupport.SubimageInterpretation CompositingLayer
public static final StandardImageMetadataSupport.SubimageInterpretation SpectralSlice
public static final StandardImageMetadataSupport.SubimageInterpretation Unknown
public static StandardImageMetadataSupport.SubimageInterpretation[] values()
for (StandardImageMetadataSupport.SubimageInterpretation c : StandardImageMetadataSupport.SubimageInterpretation.values()) System.out.println(c);
public static StandardImageMetadataSupport.SubimageInterpretation valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024. All rights reserved.