public class BufferedImageMetadata extends Object
| Constructor and Description |
|---|
BufferedImageMetadata(int index,
float width,
float height,
int numberOfComponents,
int numberOfBands,
int colorSpaceType) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColorSpaceType() |
float |
getHeight() |
int |
getIndex() |
int |
getNumberOfBands() |
int |
getNumberOfComponents() |
float |
getWidth() |
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.