List of usage examples for javax.imageio.metadata IIOMetadata subclass-usage
From source file ch5ImageWriter.java
/** * ch5StreamMetadata.java -- holds stream metadata for the ch5 format. The * internal tree for holding this metadata is read only */ class ch5StreamMetadata extends IIOMetadata {
From source file ch5ImageReader.java
/** * ch5StreamMetadata.java -- holds stream metadata for the ch5 format. The * internal tree for holding this metadata is read only */ class ch5StreamMetadata extends IIOMetadata {
From source file ch5ImageReaderSpi.java
/** * ch5ImageMetadata.java -- holds image metadata for the ch5 format. The * internal tree for holding this metadata is read only */ class ch5ImageMetadata extends IIOMetadata {