Interface CLNSectionWritableImage2DType
- All Superinterfaces:
AutoCloseable, CLNSectionWritableStandardType, CLNSectionWritableType, Closeable
- All Known Implementing Classes:
CLN1SectionWritableImage2D
A writable 2D image section.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a set of mipmaps in the image.Methods inherited from interface CLNSectionWritableType
identifier, sectionDataChannel
-
Method Details
-
createMipMaps
Create a set of mipmaps in the image.- Parameters:
mipMaps- The mipmap descriptions- Returns:
- An interface used to write mipmap data
- Throws:
IOException- On errors
-