protected static enum StandardImageMetadataSupport.PlanarConfiguration extends Enum<StandardImageMetadataSupport.PlanarConfiguration>
| Enum Constant and Description |
|---|
LineInterleaved |
PixelInterleaved |
PlaneInterleaved |
TileInterleaved |
| Modifier and Type | Method and Description |
|---|---|
static StandardImageMetadataSupport.PlanarConfiguration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardImageMetadataSupport.PlanarConfiguration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardImageMetadataSupport.PlanarConfiguration PixelInterleaved
public static final StandardImageMetadataSupport.PlanarConfiguration PlaneInterleaved
public static final StandardImageMetadataSupport.PlanarConfiguration LineInterleaved
public static final StandardImageMetadataSupport.PlanarConfiguration TileInterleaved
public static StandardImageMetadataSupport.PlanarConfiguration[] values()
for (StandardImageMetadataSupport.PlanarConfiguration c : StandardImageMetadataSupport.PlanarConfiguration.values()) System.out.println(c);
public static StandardImageMetadataSupport.PlanarConfiguration 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.