Index

A B C D E F G H I K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages

A

A1_R5_G5_B5 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The ARGB1555 format.
ALPHA - Enum constant in enum class com.io7m.calino.api.CLNChannelSemantic
The channel represents alpha opacity.
ALPHA_PREMULTIPLIED - Enum constant in enum class com.io7m.calino.api.CLNImageFlagStandard
The image data is alpha premultiplied.
AXIS_R_INCREASING_AWAY - Enum constant in enum class com.io7m.calino.api.CLNCoordinateAxisR
The R axis increases away from the viewer.
AXIS_R_INCREASING_TOWARD - Enum constant in enum class com.io7m.calino.api.CLNCoordinateAxisR
The R axis increases towards the viewer.
AXIS_S_INCREASING_LEFT - Enum constant in enum class com.io7m.calino.api.CLNCoordinateAxisS
The S axis increases leftward.
AXIS_S_INCREASING_RIGHT - Enum constant in enum class com.io7m.calino.api.CLNCoordinateAxisS
The S axis increases rightward.
AXIS_T_INCREASING_DOWN - Enum constant in enum class com.io7m.calino.api.CLNCoordinateAxisT
The T axis increases downward.
AXIS_T_INCREASING_UP - Enum constant in enum class com.io7m.calino.api.CLNCoordinateAxisT
The T axis increases upward.
axisR() - Method in record class com.io7m.calino.api.CLNCoordinateSystem
Returns the value of the axisR record component.
axisS() - Method in record class com.io7m.calino.api.CLNCoordinateSystem
Returns the value of the axisS record component.
axisT() - Method in record class com.io7m.calino.api.CLNCoordinateSystem
Returns the value of the axisT record component.

B

BC1 - Enum constant in enum class com.io7m.calino.api.CLNCompressionMethodStandard
BC1 compression (otherwise known as DXT1 compression).
BC2 - Enum constant in enum class com.io7m.calino.api.CLNCompressionMethodStandard
BC2 compression (otherwise known as DXT3 compression).
BC3 - Enum constant in enum class com.io7m.calino.api.CLNCompressionMethodStandard
BC3 compression (otherwise known as DXT5 compression).
BC4 - Enum constant in enum class com.io7m.calino.api.CLNCompressionMethodStandard
BC4 compression.
BC5 - Enum constant in enum class com.io7m.calino.api.CLNCompressionMethodStandard
BC5 compression.
BC6 - Enum constant in enum class com.io7m.calino.api.CLNCompressionMethodStandard
BC6 compression.
BC7 - Enum constant in enum class com.io7m.calino.api.CLNCompressionMethodStandard
BC7 compression.
BICUBIC - Enum constant in enum class com.io7m.calino.imageproc.api.CLNImageMipMapFilter
Mipmaps will be scaled down using a bicubic filter.
BIG_ENDIAN - Enum constant in enum class com.io7m.calino.api.CLNByteOrder
The most significant byte appears first.
BILINEAR - Enum constant in enum class com.io7m.calino.imageproc.api.CLNImageMipMapFilter
Mipmaps will be scaled down using a bilinear filter.
bitCount() - Method in enum class com.io7m.calino.api.CLNChannelLayoutPacking
 
bits() - Method in record class com.io7m.calino.api.CLNChannelDescription
Returns the value of the bits record component.
bitsTotal() - Method in interface com.io7m.calino.api.CLNChannelsLayoutDescriptionType
 
blockAlignment() - Method in record class com.io7m.calino.api.CLNCompressionMethodCustom
Returns the value of the blockAlignment record component.
blockAlignment() - Method in interface com.io7m.calino.api.CLNCompressionMethodType
 
blockSizeX() - Method in record class com.io7m.calino.api.CLNCompressionMethodCustom
Returns the value of the blockSizeX record component.
blockSizeX() - Method in interface com.io7m.calino.api.CLNCompressionMethodType
 
blockSizeY() - Method in record class com.io7m.calino.api.CLNCompressionMethodCustom
Returns the value of the blockSizeY record component.
blockSizeY() - Method in interface com.io7m.calino.api.CLNCompressionMethodType
 
BLUE - Enum constant in enum class com.io7m.calino.api.CLNChannelSemantic
The channel represents data on the blue axis of an R(GB) image.
build() - Method in interface com.io7m.calino.parser.api.CLNParseRequestBuilderType
 
builder(CLNDecompressorFactoryType, SeekableByteChannel, URI) - Static method in record class com.io7m.calino.parser.api.CLNParseRequest
Create a new mutable request builder.

C

calinoStrings() - Method in class com.io7m.calino.cmdline.internal.CLNAbstractCommand
 
channel() - Method in record class com.io7m.calino.parser.api.CLNParseRequest
Returns the value of the channel record component.
channel() - Method in interface com.io7m.calino.parser.api.CLNParseRequestBuilderType
 
channel() - Method in record class com.io7m.calino.supercompression.api.CLNDecompressorRequest
Returns the value of the channel record component.
channel() - Method in record class com.io7m.calino.supercompression.spi.CLNDecompressorSPIRequest
Returns the value of the channel record component.
channel() - Method in record class com.io7m.calino.writer.api.CLNWriteRequest
Returns the value of the channel record component.
channels() - Method in record class com.io7m.calino.api.CLNChannelsLayoutDescriptionCustom
Returns the value of the channels record component.
channels() - Method in interface com.io7m.calino.api.CLNChannelsLayoutDescriptionType
 
channelsLayout() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns the value of the channelsLayout record component.
channelsType() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns the value of the channelsType record component.
CLN1FileReadable - Class in com.io7m.calino.vanilla.internal
The main readable file implementation.
CLN1FileWritable - Class in com.io7m.calino.vanilla.internal
The main writable file implementation.
CLN1Parser - Class in com.io7m.calino.vanilla.internal
The main parser implementation.
CLN1Parser(CLNParseRequest, BSSReaderRandomAccessType) - Constructor for class com.io7m.calino.vanilla.internal.CLN1Parser
The main parser implementation.
CLN1Parsers - Class in com.io7m.calino.vanilla
A parser factory supporting major version 1.
CLN1Parsers() - Constructor for class com.io7m.calino.vanilla.CLN1Parsers
A parser factory supporting major version 1.
CLN1Parsers(BSSReaderProviderType) - Constructor for class com.io7m.calino.vanilla.CLN1Parsers
A parser factory supporting major version 1.
CLN1SectionReadableAbstract - Class in com.io7m.calino.vanilla.internal
An abstract readable section.
CLN1SectionReadableAbstract(BSSReaderRandomAccessType, CLNParseRequest, CLNFileSectionDescription) - Constructor for class com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
 
CLN1SectionReadableEnd - Class in com.io7m.calino.vanilla.internal
A readable end section.
CLN1SectionReadableEnd(BSSReaderRandomAccessType, CLNParseRequest, CLNFileSectionDescription) - Constructor for class com.io7m.calino.vanilla.internal.CLN1SectionReadableEnd
A readable end section.
CLN1SectionReadableImage2D - Class in com.io7m.calino.vanilla.internal
A readable 2D image section.
CLN1SectionReadableImageArray - Class in com.io7m.calino.vanilla.internal
A readable array image section.
CLN1SectionReadableImageCube - Class in com.io7m.calino.vanilla.internal
A readable cube image section.
CLN1SectionReadableImageInfo - Class in com.io7m.calino.vanilla.internal
A readable image info section.
CLN1SectionReadableMetadata - Class in com.io7m.calino.vanilla.internal
A readable metadata section.
CLN1SectionReadableOther - Class in com.io7m.calino.vanilla.internal
A readable section.
CLN1SectionReadableOther(BSSReaderRandomAccessType, CLNParseRequest, CLNFileSectionDescription) - Constructor for class com.io7m.calino.vanilla.internal.CLN1SectionReadableOther
A readable section.
CLN1SectionWritableAbstract - Class in com.io7m.calino.vanilla.internal
A writable section.
CLN1SectionWritableAbstract(BSSWriterRandomAccessType, CLNWriteRequest, long, CLNOnCloseOperationType<CLNSectionWritableType>) - Constructor for class com.io7m.calino.vanilla.internal.CLN1SectionWritableAbstract
A writable section.
CLN1SectionWritableEnd - Class in com.io7m.calino.vanilla.internal
A writable end section.
CLN1SectionWritableEnd(BSSWriterRandomAccessType, CLNWriteRequest, long, CLNOnCloseOperationType<CLNSectionWritableType>) - Constructor for class com.io7m.calino.vanilla.internal.CLN1SectionWritableEnd
A writable end section.
CLN1SectionWritableImage2D - Class in com.io7m.calino.vanilla.internal
A writable 2D image section.
CLN1SectionWritableImage2D(BSSWriterProviderType, BSSWriterRandomAccessType, CLNWriteRequest, long, CLNOnCloseOperationType<CLNSectionWritableType>) - Constructor for class com.io7m.calino.vanilla.internal.CLN1SectionWritableImage2D
A writable 2D image section.
CLN1SectionWritableImageArray - Class in com.io7m.calino.vanilla.internal
A writable array image section.
CLN1SectionWritableImageArray(BSSWriterProviderType, BSSWriterRandomAccessType, CLNWriteRequest, long, CLNOnCloseOperationType<CLNSectionWritableType>) - Constructor for class com.io7m.calino.vanilla.internal.CLN1SectionWritableImageArray
A writable 2D image section.
CLN1SectionWritableImageCube - Class in com.io7m.calino.vanilla.internal
A writable cube image section.
CLN1SectionWritableImageCube(BSSWriterProviderType, BSSWriterRandomAccessType, CLNWriteRequest, long, CLNOnCloseOperationType<CLNSectionWritableType>) - Constructor for class com.io7m.calino.vanilla.internal.CLN1SectionWritableImageCube
A writable cube image section.
CLN1SectionWritableImageInfo - Class in com.io7m.calino.vanilla.internal
A writable image info section.
CLN1SectionWritableImageInfo(BSSWriterProviderType, BSSWriterRandomAccessType, CLNWriteRequest, long, CLNOnCloseOperationType<CLNSectionWritableType>) - Constructor for class com.io7m.calino.vanilla.internal.CLN1SectionWritableImageInfo
A writable image info section.
CLN1SectionWritableMetadata - Class in com.io7m.calino.vanilla.internal
A writable metadata section.
CLN1SectionWritableMetadata(BSSWriterProviderType, BSSWriterRandomAccessType, CLNWriteRequest, long, CLNOnCloseOperationType<CLNSectionWritableType>) - Constructor for class com.io7m.calino.vanilla.internal.CLN1SectionWritableMetadata
A writable metadata section.
CLN1SectionWritableOther - Class in com.io7m.calino.vanilla.internal
A writable section.
CLN1SectionWritableOther(BSSWriterRandomAccessType, CLNWriteRequest, long, CLNOnCloseOperationType<CLNSectionWritableType>) - Constructor for class com.io7m.calino.vanilla.internal.CLN1SectionWritableOther
A writable section.
CLN1ValidationErrors - Class in com.io7m.calino.vanilla.internal
A factory of errors.
CLN1ValidationErrors(URI, CLN1ValidationStrings) - Constructor for class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
A factory of errors.
CLN1ValidationStrings - Class in com.io7m.calino.vanilla.internal
A provider of strings.
CLN1ValidationStrings(Locale) - Constructor for class com.io7m.calino.vanilla.internal.CLN1ValidationStrings
A provider of strings.
CLN1Validator - Class in com.io7m.calino.vanilla.internal
A validator.
CLN1Validator(CLN1ValidationErrors, CLNFileReadableType) - Constructor for class com.io7m.calino.vanilla.internal.CLN1Validator
A validator.
CLN1Validators - Class in com.io7m.calino.vanilla
A factory of version 1 validators.
CLN1Validators() - Constructor for class com.io7m.calino.vanilla.CLN1Validators
A factory of version 1 validators.
CLN1Validators(Locale) - Constructor for class com.io7m.calino.vanilla.CLN1Validators
A factory of version 1 validators.
CLN1Writer - Class in com.io7m.calino.vanilla.internal
The main writer implementation.
CLN1Writer(BSSWriterProviderType, CLNWriteRequest, BSSWriterRandomAccessType) - Constructor for class com.io7m.calino.vanilla.internal.CLN1Writer
The main writer implementation.
CLN1Writers - Class in com.io7m.calino.vanilla
A writer factory supporting major version 1.
CLN1Writers() - Constructor for class com.io7m.calino.vanilla.CLN1Writers
A writer factory supporting major version 1.
CLN1Writers(BSSWriterProviderType) - Constructor for class com.io7m.calino.vanilla.CLN1Writers
A writer factory supporting major version 1.
CLNAbstractCommand - Class in com.io7m.calino.cmdline.internal
An abstract calino command.
CLNAbstractReadFileCommand - Class in com.io7m.calino.cmdline.internal
An abstract command that reads a single file.
CLNAbstractReadFileCommand(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNAbstractReadFileCommand
 
CLNByteOrder - Enum Class in com.io7m.calino.api
The endianness/byte order for the components of image data that are larger than a single byte.
CLNChannelDescription - Record Class in com.io7m.calino.api
A description of a single image channel.
CLNChannelDescription(CLNChannelSemantic, int) - Constructor for record class com.io7m.calino.api.CLNChannelDescription
A description of a single image channel.
CLNChannelLayoutPacking - Enum Class in com.io7m.calino.api
The available texture packing values.
CLNChannelLayoutStringConverter - Class in com.io7m.calino.cmdline.internal
A channel layout string converter.
CLNChannelLayoutStringConverter() - Constructor for class com.io7m.calino.cmdline.internal.CLNChannelLayoutStringConverter
A channel layout string converter.
CLNChannelSemantic - Enum Class in com.io7m.calino.api
The semantic of a channel within an image.
CLNChannelsLayoutDescriptionCustom - Record Class in com.io7m.calino.api
A custom channel layout description.
CLNChannelsLayoutDescriptionCustom(List<CLNChannelDescription>, Optional<CLNChannelLayoutPacking>) - Constructor for record class com.io7m.calino.api.CLNChannelsLayoutDescriptionCustom
A custom channel layout description.
CLNChannelsLayoutDescriptions - Class in com.io7m.calino.api
Functions over layout descriptions.
CLNChannelsLayoutDescriptionStandard - Enum Class in com.io7m.calino.api
The set of standard channel layouts.
CLNChannelsLayoutDescriptionType - Interface in com.io7m.calino.api
The type of channel layout descriptions.
CLNChannelsTypeDescriptionCustom - Record Class in com.io7m.calino.api
A custom channel type.
CLNChannelsTypeDescriptionCustom(String) - Constructor for record class com.io7m.calino.api.CLNChannelsTypeDescriptionCustom
A custom channel type.
CLNChannelsTypeDescriptionStandard - Enum Class in com.io7m.calino.api
The standard channel types.
CLNChannelsTypeDescriptionType - Interface in com.io7m.calino.api
A description of a channel type.
CLNColorSpaceCustom - Record Class in com.io7m.calino.api
A custom color space.
CLNColorSpaceCustom(String) - Constructor for record class com.io7m.calino.api.CLNColorSpaceCustom
A custom color space.
CLNColorSpaceStandard - Enum Class in com.io7m.calino.api
The standard color spaces.
CLNColorSpaceType - Interface in com.io7m.calino.api
The type of color spaces such as linear, sRGB, etc.
CLNCommandCheck - Class in com.io7m.calino.cmdline.internal
The 'check' command.
CLNCommandCheck(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandCheck
The 'check' command.
CLNCommandCreate2D - Class in com.io7m.calino.cmdline.internal
The 'create-2d' command.
CLNCommandCreate2D(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandCreate2D
The 'create-2d' command.
CLNCommandCreateArray - Class in com.io7m.calino.cmdline.internal
The 'create-array' command.
CLNCommandCreateArray(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandCreateArray
The 'create-array' command.
CLNCommandCreateCube - Class in com.io7m.calino.cmdline.internal
The 'create-cube' command.
CLNCommandCreateCube(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandCreateCube
The 'create-cube' command.
CLNCommandExtractImageData2D - Class in com.io7m.calino.cmdline.internal
The 'extract-image-data-2d' command.
CLNCommandExtractImageData2D(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandExtractImageData2D
The 'extract-image-data-2d' command.
CLNCommandExtractImageDataArray - Class in com.io7m.calino.cmdline.internal
The 'extract-image-data-2d' command.
CLNCommandExtractImageDataArray(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandExtractImageDataArray
The 'extract-image-data-array' command.
CLNCommandExtractImageDataCube - Class in com.io7m.calino.cmdline.internal
The 'extract-image-data-cube' command.
CLNCommandExtractImageDataCube(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandExtractImageDataCube
The 'extract-image-data-cube' command.
CLNCommandShowImageInfo - Class in com.io7m.calino.cmdline.internal
The 'show-image-info' command.
CLNCommandShowImageInfo(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandShowImageInfo
The 'show-image-info' command.
CLNCommandShowMetadata - Class in com.io7m.calino.cmdline.internal
The 'show-metadata' command.
CLNCommandShowMetadata(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandShowMetadata
The 'show-metadata' command.
CLNCommandShowSections - Class in com.io7m.calino.cmdline.internal
The 'show-sections' command.
CLNCommandShowSections(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandShowSections
The 'show-sections' command.
CLNCommandShowSummary - Class in com.io7m.calino.cmdline.internal
The 'show-summary' command.
CLNCommandShowSummary(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandShowSummary
The 'show-summary' command.
CLNCommandShowVersion - Class in com.io7m.calino.cmdline.internal
The 'show-version' command.
CLNCommandShowVersion(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandShowVersion
The 'show-version' command.
CLNCommandVersion - Class in com.io7m.calino.cmdline.internal
The 'version' command.
CLNCommandVersion(CLPCommandContextType) - Constructor for class com.io7m.calino.cmdline.internal.CLNCommandVersion
The 'version' command.
CLNCompressionMethodASTC - Class in com.io7m.calino.api
ASTC texture compression.
CLNCompressionMethodCustom - Record Class in com.io7m.calino.api
A custom compression method.
CLNCompressionMethodCustom(String, long, int, int, int) - Constructor for record class com.io7m.calino.api.CLNCompressionMethodCustom
A custom compression method.
CLNCompressionMethodStandard - Enum Class in com.io7m.calino.api
The standard compression methods.
CLNCompressionMethodType - Interface in com.io7m.calino.api
A compression method.
CLNCompressorFactoryType - Interface in com.io7m.calino.supercompression.api
The type of compressor factories.
CLNCompressorRequest - Record Class in com.io7m.calino.supercompression.api
A request to compress data.
CLNCompressorRequest(CLNSuperCompressionMethodType) - Constructor for record class com.io7m.calino.supercompression.api.CLNCompressorRequest
A request to compress data.
CLNCompressors - Class in com.io7m.calino.supercompression.api
A factory of compressors.
CLNCompressors() - Constructor for class com.io7m.calino.supercompression.api.CLNCompressors
A factory of compressors.
CLNCompressors(List<CLNCompressorSPIFactoryType>) - Constructor for class com.io7m.calino.supercompression.api.CLNCompressors
A factory of compressors.
CLNCompressorSPIFactoryType - Interface in com.io7m.calino.supercompression.spi
The type of compressor factories.
CLNCompressorSPIRequest - Record Class in com.io7m.calino.supercompression.spi
A request to compress data.
CLNCompressorSPIRequest(CLNSuperCompressionMethodType) - Constructor for record class com.io7m.calino.supercompression.spi.CLNCompressorSPIRequest
A request to compress data.
CLNCompressorSPIType - Interface in com.io7m.calino.supercompression.spi
The type of compressors.
CLNCompressorType - Interface in com.io7m.calino.supercompression.api
The type of compressors.
CLNCoordinateAxisR - Enum Class in com.io7m.calino.api
The texture coordinate R axis.
CLNCoordinateAxisS - Enum Class in com.io7m.calino.api
The texture coordinate S axis.
CLNCoordinateAxisT - Enum Class in com.io7m.calino.api
The texture coordinate T axis.
CLNCoordinateSystem - Record Class in com.io7m.calino.api
The coordinate system axis orientations.
CLNCoordinateSystem(CLNCoordinateAxisR, CLNCoordinateAxisS, CLNCoordinateAxisT) - Constructor for record class com.io7m.calino.api.CLNCoordinateSystem
The coordinate system axis orientations.
CLNCubeFace - Enum Class in com.io7m.calino.api
The names of each of the faces of an axis-aligned cube.
CLNDecompressorFactoryType - Interface in com.io7m.calino.supercompression.api
The type of decompressor factories.
CLNDecompressorRequest - Record Class in com.io7m.calino.supercompression.api
A request to decompress data.
CLNDecompressorRequest(CLNSuperCompressionMethodType, CLNImageDescriptionType, SeekableByteChannel) - Constructor for record class com.io7m.calino.supercompression.api.CLNDecompressorRequest
A request to decompress data.
CLNDecompressors - Class in com.io7m.calino.supercompression.api
A factory of decompressors.
CLNDecompressors() - Constructor for class com.io7m.calino.supercompression.api.CLNDecompressors
A factory of decompressors.
CLNDecompressors(List<CLNDecompressorSPIFactoryType>) - Constructor for class com.io7m.calino.supercompression.api.CLNDecompressors
A factory of decompressors.
CLNDecompressorSPIFactoryType - Interface in com.io7m.calino.supercompression.spi
The type of decompressor factories.
CLNDecompressorSPIRequest - Record Class in com.io7m.calino.supercompression.spi
A request to decompress data.
CLNDecompressorSPIRequest(CLNSuperCompressionMethodType, CLNImageDescriptionType, SeekableByteChannel) - Constructor for record class com.io7m.calino.supercompression.spi.CLNDecompressorSPIRequest
A request to decompress data.
CLNDecompressorSPIType - Interface in com.io7m.calino.supercompression.spi
The type of decompressors.
CLNDecompressorType - Interface in com.io7m.calino.supercompression.api
The type of decompressors.
CLNDescribableType - Interface in com.io7m.calino.api
The type of objects that have descriptors.
CLNFileReadableType - Interface in com.io7m.calino.api
A readable file.
CLNFileSectionDescription - Record Class in com.io7m.calino.api
A description of a section within a file.
CLNFileSectionDescription(long, CLNSectionDescription) - Constructor for record class com.io7m.calino.api.CLNFileSectionDescription
A description of a section within a file.
CLNFileWritableType - Interface in com.io7m.calino.api
A writable file.
CLNIdentifiers - Class in com.io7m.calino.api
The identifiers for standard sections.
CLNImage2DDescription - Record Class in com.io7m.calino.api
A description of a single 2D image.
CLNImage2DDescription(int, long, long, long, int) - Constructor for record class com.io7m.calino.api.CLNImage2DDescription
Creates an instance of a CLNImage2DDescription record class.
CLNImage2DMipMapDeclaration - Record Class in com.io7m.calino.api
The declaration of a single mipmap.
CLNImage2DMipMapDeclaration(int, long, long, int) - Constructor for record class com.io7m.calino.api.CLNImage2DMipMapDeclaration
Creates an instance of a CLNImage2DMipMapDeclaration record class.
CLNImage2DMipMapDeclarations - Record Class in com.io7m.calino.api
A set of mipmap declarations.
CLNImage2DMipMapDeclarations(List<CLNImage2DMipMapDeclaration>, int) - Constructor for record class com.io7m.calino.api.CLNImage2DMipMapDeclarations
A set of mipmap declarations.
CLNImageAccess - Class in com.io7m.calino.imageproc.awt.internal
Normalized access to a buffered image.
CLNImageArrayDescription - Record Class in com.io7m.calino.api
A description of a single array image.
CLNImageArrayDescription(int, int, long, long, long, int) - Constructor for record class com.io7m.calino.api.CLNImageArrayDescription
Creates an instance of a CLNImageArrayDescription record class.
CLNImageArrayMipMapDeclaration - Record Class in com.io7m.calino.api
The declaration of a single mipmap.
CLNImageArrayMipMapDeclaration(int, int, long, long, int) - Constructor for record class com.io7m.calino.api.CLNImageArrayMipMapDeclaration
Creates an instance of a CLNImageArrayMipMapDeclaration record class.
CLNImageArrayMipMapDeclarations - Record Class in com.io7m.calino.api
A set of mipmap declarations.
CLNImageArrayMipMapDeclarations(List<CLNImageArrayMipMapDeclaration>, int) - Constructor for record class com.io7m.calino.api.CLNImageArrayMipMapDeclarations
A set of mipmap declarations.
CLNImageCubeDescription - Record Class in com.io7m.calino.api
A description of a single cube face image.
CLNImageCubeDescription(int, CLNCubeFace, long, long, long, int) - Constructor for record class com.io7m.calino.api.CLNImageCubeDescription
A description of a single cube face image.
CLNImageCubeFaceDeclaration - Record Class in com.io7m.calino.api
The declaration of a single cube face.
CLNImageCubeFaceDeclaration(long, long, int) - Constructor for record class com.io7m.calino.api.CLNImageCubeFaceDeclaration
Creates an instance of a CLNImageCubeFaceDeclaration record class.
CLNImageCubeFaceDescription - Record Class in com.io7m.calino.api
A description of a cube map face.
CLNImageCubeFaceDescription(long, long, long, int) - Constructor for record class com.io7m.calino.api.CLNImageCubeFaceDescription
Creates an instance of a CLNImageCubeFaceDescription record class.
CLNImageCubeMipMapDeclaration - Record Class in com.io7m.calino.api
The declaration of a single cube mipmap.
CLNImageCubeMipMapDeclaration(int, CLNImageCubeFaceDeclaration, CLNImageCubeFaceDeclaration, CLNImageCubeFaceDeclaration, CLNImageCubeFaceDeclaration, CLNImageCubeFaceDeclaration, CLNImageCubeFaceDeclaration) - Constructor for record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
The declaration of a single cube mipmap.
CLNImageCubeMipMapDeclarations - Record Class in com.io7m.calino.api
A set of cube mipmap declarations.
CLNImageCubeMipMapDeclarations(List<CLNImageCubeMipMapDeclaration>, int) - Constructor for record class com.io7m.calino.api.CLNImageCubeMipMapDeclarations
A set of cube mipmap declarations.
CLNImageDecode16 - Class in com.io7m.calino.imageproc.awt.internal
A 16-bit decoder.
CLNImageDecode16(ByteOrder, int) - Constructor for class com.io7m.calino.imageproc.awt.internal.CLNImageDecode16
A 16-bit decoder.
CLNImageDecode32 - Class in com.io7m.calino.imageproc.awt.internal
A 32-bit decoder.
CLNImageDecode32(ByteOrder, int) - Constructor for class com.io7m.calino.imageproc.awt.internal.CLNImageDecode32
A 32-bit decoder.
CLNImageDecode64 - Class in com.io7m.calino.imageproc.awt.internal
A 64-bit decoder.
CLNImageDecode64(ByteOrder, int) - Constructor for class com.io7m.calino.imageproc.awt.internal.CLNImageDecode64
A 64-bit decoder.
CLNImageDecode8 - Class in com.io7m.calino.imageproc.awt.internal
An 8-bit decoder.
CLNImageDecode8(ByteOrder, int) - Constructor for class com.io7m.calino.imageproc.awt.internal.CLNImageDecode8
An 8-bit decoder.
CLNImageDecodeA1R5G5B5 - Class in com.io7m.calino.imageproc.awt.internal
An ARGB1555 decoder.
CLNImageDecodeA1R5G5B5(ByteOrder) - Constructor for class com.io7m.calino.imageproc.awt.internal.CLNImageDecodeA1R5G5B5
An ARGB1555 decoder.
CLNImageDecodeR4G4B4A4 - Class in com.io7m.calino.imageproc.awt.internal
An RGBA4444 decoder.
CLNImageDecodeR4G4B4A4(ByteOrder) - Constructor for class com.io7m.calino.imageproc.awt.internal.CLNImageDecodeR4G4B4A4
An RGBA4444 decoder.
CLNImageDecodeR5G6B5 - Class in com.io7m.calino.imageproc.awt.internal
An RGB565 decoder.
CLNImageDecodeR5G6B5(ByteOrder) - Constructor for class com.io7m.calino.imageproc.awt.internal.CLNImageDecodeR5G6B5
An RGB565 decoder.
CLNImageDecodeType - Interface in com.io7m.calino.imageproc.awt.internal
An image decoder.
CLNImageDescriptionType - Interface in com.io7m.calino.api
The type of image descriptions.
CLNImageFlagCustom - Record Class in com.io7m.calino.api
A custom image flag.
CLNImageFlagCustom(String) - Constructor for record class com.io7m.calino.api.CLNImageFlagCustom
A custom image flag.
CLNImageFlagStandard - Enum Class in com.io7m.calino.api
The standard image flags.
CLNImageFlagType - Interface in com.io7m.calino.api
The type of image flags.
CLNImageInfo - Record Class in com.io7m.calino.api
Information about an image.
CLNImageInfo(int, int, int, CLNChannelsLayoutDescriptionType, CLNChannelsTypeDescriptionType, CLNCompressionMethodType, CLNSuperCompressionMethodType, CLNCoordinateSystem, CLNColorSpaceType, Set<CLNImageFlagType>, CLNByteOrder) - Constructor for record class com.io7m.calino.api.CLNImageInfo
Information about an image.
CLNImageLayoutConversion - Record Class in com.io7m.calino.imageproc.api
An image layout conversion request.
CLNImageLayoutConversion(CLNChannelsLayoutDescriptionType) - Constructor for record class com.io7m.calino.imageproc.api.CLNImageLayoutConversion
An image layout conversion request.
CLNImageMipMapChainType - Interface in com.io7m.calino.imageproc.api
A chain of generated mipmaps.
CLNImageMipMapFilter - Enum Class in com.io7m.calino.imageproc.api
The mipmap filter function.
CLNImageProcessor - Class in com.io7m.calino.imageproc.awt.internal
The default image processor.
CLNImageProcessor(CLNImageProcessorRequest) - Constructor for class com.io7m.calino.imageproc.awt.internal.CLNImageProcessor
The default image processor.
CLNImageProcessorFactoryType - Interface in com.io7m.calino.imageproc.api
A factory of image processors.
CLNImageProcessorRequest - Record Class in com.io7m.calino.imageproc.api
The type of image processor requests.
CLNImageProcessorRequest(Path, boolean, CLNByteOrder, Optional<CLNImageLayoutConversion>, Optional<CLNImageMipMapFilter>) - Constructor for record class com.io7m.calino.imageproc.api.CLNImageProcessorRequest
The type of image processor requests.
CLNImageProcessorsAWT - Class in com.io7m.calino.imageproc.awt
An AWT-based image processor.
CLNImageProcessorsAWT() - Constructor for class com.io7m.calino.imageproc.awt.CLNImageProcessorsAWT
An AWT-based image processor.
CLNImageProcessorType - Interface in com.io7m.calino.imageproc.api
The type of image processors.
CLNImageView2DFixedU1555 - Class in com.io7m.calino.imageview.internal
An unsigned 1555 view.
CLNImageView2DFixedU1555(CLNImageInfo, int, byte[]) - Constructor for class com.io7m.calino.imageview.internal.CLNImageView2DFixedU1555
An unsigned 1555 view.
CLNImageView2DFixedU16 - Class in com.io7m.calino.imageview.internal
An unsigned fixed-point 16-bit view.
CLNImageView2DFixedU16(CLNImageInfo, int, byte[], int) - Constructor for class com.io7m.calino.imageview.internal.CLNImageView2DFixedU16
An unsigned fixed-point 16-bit view.
CLNImageView2DFixedU32 - Class in com.io7m.calino.imageview.internal
An unsigned fixed-point 32-bit view.
CLNImageView2DFixedU32(CLNImageInfo, int, byte[], int) - Constructor for class com.io7m.calino.imageview.internal.CLNImageView2DFixedU32
An unsigned fixed-point 32-bit view.
CLNImageView2DFixedU4444 - Class in com.io7m.calino.imageview.internal
An unsigned 4444 view.
CLNImageView2DFixedU4444(CLNImageInfo, int, byte[]) - Constructor for class com.io7m.calino.imageview.internal.CLNImageView2DFixedU4444
An unsigned 4444 view.
CLNImageView2DFixedU565 - Class in com.io7m.calino.imageview.internal
An unsigned 565 view.
CLNImageView2DFixedU565(CLNImageInfo, int, byte[]) - Constructor for class com.io7m.calino.imageview.internal.CLNImageView2DFixedU565
An unsigned 565 view.
CLNImageView2DFixedU64 - Class in com.io7m.calino.imageview.internal
An unsigned fixed-point 64-bit view.
CLNImageView2DFixedU64(CLNImageInfo, int, byte[], int) - Constructor for class com.io7m.calino.imageview.internal.CLNImageView2DFixedU64
An unsigned fixed-point 64-bit view.
CLNImageView2DFixedU8 - Class in com.io7m.calino.imageview.internal
An unsigned fixed-point 8-bit view.
CLNImageView2DFixedU8(CLNImageInfo, int, byte[], int) - Constructor for class com.io7m.calino.imageview.internal.CLNImageView2DFixedU8
An unsigned fixed-point 8-bit view.
CLNImageView2DType - Interface in com.io7m.calino.imageproc.api
A view of a mipmap within an image.
CLNImageViewFactoryType - Interface in com.io7m.calino.imageproc.api
A factory of image views.
CLNImageViews - Class in com.io7m.calino.imageview
The default factory of image views.
CLNImageViews() - Constructor for class com.io7m.calino.imageview.CLNImageViews
The default factory of image views.
CLNIOOperationType<T> - Interface in com.io7m.calino.vanilla.internal
An I/O operation.
CLNMain - Class in com.io7m.calino.cmdline
The main command-line entry point.
CLNOnCloseOperationType<T> - Interface in com.io7m.calino.vanilla.internal
An operation executed when something is closed.
CLNOutputFormat - Enum Class in com.io7m.calino.cmdline.internal
An output format specification.
CLNParseRequest - Record Class in com.io7m.calino.parser.api
A parse request.
CLNParseRequest(CLNDecompressorFactoryType, SeekableByteChannel, URI, long, long) - Constructor for record class com.io7m.calino.parser.api.CLNParseRequest
A parse request.
CLNParseRequestBuilderType - Interface in com.io7m.calino.parser.api
A mutable parser request builder.
CLNParserFactoryType - Interface in com.io7m.calino.parser.api
A factory of parsers.
CLNParsers - Class in com.io7m.calino.parser.api
The main parser factory.
CLNParsers() - Constructor for class com.io7m.calino.parser.api.CLNParsers
The main parser factory.
CLNParserType - Interface in com.io7m.calino.parser.api
A parser.
CLNProbeFactoryType - Interface in com.io7m.calino.parser.api
A factory of version probes.
CLNProbes - Class in com.io7m.calino.parser.api
The default version probe factory.
CLNProbes() - Constructor for class com.io7m.calino.parser.api.CLNProbes
The default version probe factory.
CLNProbeType - Interface in com.io7m.calino.parser.api
A version probe.
CLNSectionDescription - Record Class in com.io7m.calino.api
A description of a section.
CLNSectionDescription(long, long) - Constructor for record class com.io7m.calino.api.CLNSectionDescription
Creates an instance of a CLNSectionDescription record class.
CLNSectionReadableEndType - Interface in com.io7m.calino.api
A readable end section.
CLNSectionReadableImage2DType - Interface in com.io7m.calino.api
A readable 2D image section.
CLNSectionReadableImageArrayType - Interface in com.io7m.calino.api
A readable array image section.
CLNSectionReadableImageCubeType - Interface in com.io7m.calino.api
A readable cube image section.
CLNSectionReadableImageInfoType - Interface in com.io7m.calino.api
A readable image info section.
CLNSectionReadableMetadataType - Interface in com.io7m.calino.api
The type of readable metadata sections.
CLNSectionReadableStandardType - Interface in com.io7m.calino.api
The type of "standard" readable sections.
CLNSectionReadableType - Interface in com.io7m.calino.api
A readable section.
CLNSectionWritableEndType - Interface in com.io7m.calino.api
A writable end section.
CLNSectionWritableImage2DType - Interface in com.io7m.calino.api
A writable 2D image section.
CLNSectionWritableImageArrayType - Interface in com.io7m.calino.api
A writable array image section.
CLNSectionWritableImageCubeType - Interface in com.io7m.calino.api
A writable cube image section.
CLNSectionWritableImageInfoType - Interface in com.io7m.calino.api
A writable image info section.
CLNSectionWritableMetadataType - Interface in com.io7m.calino.api
A writable metadata section.
CLNSectionWritableStandardType - Interface in com.io7m.calino.api
The type of "standard" writable sections.
CLNSectionWritableType - Interface in com.io7m.calino.api
A writable section.
CLNStrings - Class in com.io7m.calino.cmdline.internal
A provider of strings.
CLNStrings(Locale) - Constructor for class com.io7m.calino.cmdline.internal.CLNStrings
A provider of strings.
CLNSupercompressionLZ4 - Class in com.io7m.calino.supercompression.lz4
Support for LZ4 supercompression.
CLNSupercompressionLZ4() - Constructor for class com.io7m.calino.supercompression.lz4.CLNSupercompressionLZ4
Support for LZ4 supercompression.
CLNSuperCompressionMethodConverter - Class in com.io7m.calino.cmdline.internal
A super compression method string converter.
CLNSuperCompressionMethodConverter() - Constructor for class com.io7m.calino.cmdline.internal.CLNSuperCompressionMethodConverter
A super compression method string converter.
CLNSuperCompressionMethodCustom - Record Class in com.io7m.calino.api
A custom supercompression method.
CLNSuperCompressionMethodCustom(String, long) - Constructor for record class com.io7m.calino.api.CLNSuperCompressionMethodCustom
A custom supercompression method.
CLNSuperCompressionMethodStandard - Enum Class in com.io7m.calino.api
The standard supercompression methods.
CLNSuperCompressionMethodType - Interface in com.io7m.calino.api
A supercompression method.
CLNValidationError - Record Class in com.io7m.calino.validation.api
An error produced during validation.
CLNValidationError(URI, long, CLNValidationStatus, Optional<UUID>, String, Optional<Exception>) - Constructor for record class com.io7m.calino.validation.api.CLNValidationError
An error produced during validation.
CLNValidationRequest - Record Class in com.io7m.calino.validation.api
A request to perform validation.
CLNValidationRequest(CLNFileReadableType, URI) - Constructor for record class com.io7m.calino.validation.api.CLNValidationRequest
A request to perform validation.
CLNValidationStatus - Enum Class in com.io7m.calino.validation.api
The status of a validation error.
CLNValidatorFactoryType - Interface in com.io7m.calino.validation.api
A factory of validators.
CLNValidators - Class in com.io7m.calino.validation.api
The main validator factory.
CLNValidators() - Constructor for class com.io7m.calino.validation.api.CLNValidators
The main validator factory.
CLNValidatorType - Interface in com.io7m.calino.validation.api
A validator.
CLNVersion - Record Class in com.io7m.calino.api
A version number.
CLNVersion(int, int) - Constructor for record class com.io7m.calino.api.CLNVersion
Creates an instance of a CLNVersion record class.
CLNVersionStringConverter - Class in com.io7m.calino.cmdline.internal
A version string converter.
CLNVersionStringConverter() - Constructor for class com.io7m.calino.cmdline.internal.CLNVersionStringConverter
A version string converter.
CLNWriteRequest - Record Class in com.io7m.calino.writer.api
A write request.
CLNWriteRequest(SeekableByteChannel, URI, CLNVersion) - Constructor for record class com.io7m.calino.writer.api.CLNWriteRequest
A write request.
CLNWriterFactoryType - Interface in com.io7m.calino.writer.api
The type of writer factories.
CLNWriters - Class in com.io7m.calino.writer.api
The main writer factory.
CLNWriters() - Constructor for class com.io7m.calino.writer.api.CLNWriters
The main writer factory.
CLNWriterType - Interface in com.io7m.calino.writer.api
A file writer.
close() - Method in class com.io7m.calino.vanilla.internal.CLN1FileReadable
 
close() - Method in class com.io7m.calino.vanilla.internal.CLN1FileWritable
 
close() - Method in class com.io7m.calino.vanilla.internal.CLN1Parser
 
close() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
 
close() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionWritableAbstract
 
close() - Method in class com.io7m.calino.vanilla.internal.CLN1Writer
 
CLWritableMipMaps2DType - Interface in com.io7m.calino.api
The writable mipmaps for a 2D image.
CLWritableMipMapsArrayType - Interface in com.io7m.calino.api
The writable mipmaps for an array image.
CLWritableMipMapsCubeType - Interface in com.io7m.calino.api
The writable mipmaps for a cube image.
COLOR_SPACE_LINEAR - Enum constant in enum class com.io7m.calino.api.CLNColorSpaceStandard
The linear color space.
COLOR_SPACE_SRGB - Enum constant in enum class com.io7m.calino.api.CLNColorSpaceStandard
The sRGB color space.
colorSpace() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns the value of the colorSpace record component.
com.io7m.calino.api - package com.io7m.calino.api
Calino texture format (API)
com.io7m.calino.cmdline - package com.io7m.calino.cmdline
Calino texture format (Command-line tools)
com.io7m.calino.cmdline.internal - package com.io7m.calino.cmdline.internal
Calino texture format (Command-line tools [internals])
com.io7m.calino.imageproc.api - package com.io7m.calino.imageproc.api
Calino texture format (Image processor API)
com.io7m.calino.imageproc.awt - package com.io7m.calino.imageproc.awt
Calino texture format (MipMap generator AWT implementation)
com.io7m.calino.imageproc.awt.internal - package com.io7m.calino.imageproc.awt.internal
Calino texture format (MipMap generator AWT implementation [internals])
com.io7m.calino.imageview - package com.io7m.calino.imageview
Calino texture format (Image view implementation)
com.io7m.calino.imageview.internal - package com.io7m.calino.imageview.internal
Calino texture format (Image view implementation [internals])
com.io7m.calino.parser.api - package com.io7m.calino.parser.api
Calino texture format (Parser API)
com.io7m.calino.supercompression.api - package com.io7m.calino.supercompression.api
Calino texture format (Decompressor API).
com.io7m.calino.supercompression.lz4 - package com.io7m.calino.supercompression.lz4
Calino texture format (LZ4 supercompression).
com.io7m.calino.supercompression.spi - package com.io7m.calino.supercompression.spi
Calino texture format (Decompressor SPI).
com.io7m.calino.validation.api - package com.io7m.calino.validation.api
Calino texture format (Validation API)
com.io7m.calino.vanilla - package com.io7m.calino.vanilla
Calino texture format (Vanilla implementation)
com.io7m.calino.vanilla.internal - package com.io7m.calino.vanilla.internal
Calino texture format (Vanilla implementation [internals])
com.io7m.calino.writer.api - package com.io7m.calino.writer.api
Calino texture format (Writer API)
compareTo(CLNImage2DDescription) - Method in record class com.io7m.calino.api.CLNImage2DDescription
 
compareTo(CLNImage2DMipMapDeclaration) - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclaration
 
compareTo(CLNImageArrayDescription) - Method in record class com.io7m.calino.api.CLNImageArrayDescription
 
compareTo(CLNImageArrayMipMapDeclaration) - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclaration
 
compareTo(CLNImageCubeDescription) - Method in record class com.io7m.calino.api.CLNImageCubeDescription
 
compareTo(CLNImageCubeMipMapDeclaration) - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
 
compareTo(CLNVersion) - Method in record class com.io7m.calino.api.CLNVersion
 
compressionMethod() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns the value of the compressionMethod record component.
compressionSectionIdentifier() - Method in record class com.io7m.calino.api.CLNCompressionMethodCustom
Returns the value of the compressionSectionIdentifier record component.
compressionSectionIdentifier() - Method in interface com.io7m.calino.api.CLNCompressionMethodType
 
compressionSectionIdentifier() - Method in record class com.io7m.calino.api.CLNSuperCompressionMethodCustom
Returns the value of the compressionSectionIdentifier record component.
compressionSectionIdentifier() - Method in interface com.io7m.calino.api.CLNSuperCompressionMethodType
 
convert(String) - Method in class com.io7m.calino.cmdline.internal.CLNChannelLayoutStringConverter
 
convert(String) - Method in class com.io7m.calino.cmdline.internal.CLNSuperCompressionMethodConverter
 
convert(String) - Method in class com.io7m.calino.cmdline.internal.CLNVersionStringConverter
 
coordinateSystem() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns the value of the coordinateSystem record component.
crc32() - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclaration
Returns the value of the crc32 record component.
crc32() - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclaration
Returns the value of the crc32 record component.
crc32() - Method in record class com.io7m.calino.api.CLNImageCubeFaceDeclaration
Returns the value of the crc32 record component.
crc32Uncompressed() - Method in record class com.io7m.calino.api.CLNImage2DDescription
Returns the value of the crc32Uncompressed record component.
crc32Uncompressed() - Method in record class com.io7m.calino.api.CLNImageArrayDescription
Returns the value of the crc32Uncompressed record component.
crc32Uncompressed() - Method in record class com.io7m.calino.api.CLNImageCubeDescription
Returns the value of the crc32Uncompressed record component.
crc32Uncompressed() - Method in record class com.io7m.calino.api.CLNImageCubeFaceDescription
Returns the value of the crc32Uncompressed record component.
crc32Uncompressed() - Method in interface com.io7m.calino.api.CLNImageDescriptionType
 
createCompressor(CLNCompressorRequest) - Method in interface com.io7m.calino.supercompression.api.CLNCompressorFactoryType
Create a compressor.
createCompressor(CLNCompressorRequest) - Method in class com.io7m.calino.supercompression.api.CLNCompressors
 
createCompressor(CLNCompressorSPIRequest) - Method in class com.io7m.calino.supercompression.lz4.CLNSupercompressionLZ4
 
createCompressor(CLNCompressorSPIRequest) - Method in interface com.io7m.calino.supercompression.spi.CLNCompressorSPIFactoryType
Create a compressor.
createDecompressor(CLNDecompressorRequest) - Method in interface com.io7m.calino.supercompression.api.CLNDecompressorFactoryType
Create a decompressor.
createDecompressor(CLNDecompressorRequest) - Method in class com.io7m.calino.supercompression.api.CLNDecompressors
 
createDecompressor(CLNDecompressorSPIRequest) - Method in class com.io7m.calino.supercompression.lz4.CLNSupercompressionLZ4
 
createDecompressor(CLNDecompressorSPIRequest) - Method in interface com.io7m.calino.supercompression.spi.CLNDecompressorSPIFactoryType
Create a decompressor.
createImageView2D(CLNImageInfo, CLNImage2DDescription, byte[]) - Method in interface com.io7m.calino.imageproc.api.CLNImageViewFactoryType
Create a new view of the given data.
createImageView2D(CLNImageInfo, CLNImage2DDescription, byte[]) - Method in class com.io7m.calino.imageview.CLNImageViews
 
createImageViewArray(CLNImageInfo, CLNImageArrayDescription, byte[]) - Method in interface com.io7m.calino.imageproc.api.CLNImageViewFactoryType
Create a new view of the given data.
createImageViewArray(CLNImageInfo, CLNImageArrayDescription, byte[]) - Method in class com.io7m.calino.imageview.CLNImageViews
 
createImageViewCube(CLNImageInfo, CLNImageCubeDescription, byte[]) - Method in interface com.io7m.calino.imageproc.api.CLNImageViewFactoryType
Create a new view of the given data.
createImageViewCube(CLNImageInfo, CLNImageCubeDescription, byte[]) - Method in class com.io7m.calino.imageview.CLNImageViews
 
createMipMaps(CLNImage2DMipMapDeclarations) - Method in interface com.io7m.calino.api.CLNSectionWritableImage2DType
Create a set of mipmaps in the image.
createMipMaps(CLNImage2DMipMapDeclarations) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionWritableImage2D
 
createMipMaps(CLNImageArrayMipMapDeclarations) - Method in interface com.io7m.calino.api.CLNSectionWritableImageArrayType
Create a set of mipmaps in the image.
createMipMaps(CLNImageArrayMipMapDeclarations) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionWritableImageArray
 
createMipMaps(CLNImageCubeMipMapDeclarations) - Method in interface com.io7m.calino.api.CLNSectionWritableImageCubeType
Create a set of mipmaps in the image.
createMipMaps(CLNImageCubeMipMapDeclarations) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionWritableImageCube
 
createParser(CLNParseRequest) - Method in interface com.io7m.calino.parser.api.CLNParserFactoryType
Create a new parser for the given request.
createParser(CLNParseRequest) - Method in class com.io7m.calino.parser.api.CLNParsers
Create a parser for the given request.
createParser(CLNParseRequest) - Method in class com.io7m.calino.vanilla.CLN1Parsers
 
createProbe(URI, SeekableByteChannel) - Method in interface com.io7m.calino.parser.api.CLNProbeFactoryType
Create a version probe.
createProbe(URI, SeekableByteChannel) - Method in class com.io7m.calino.parser.api.CLNProbes
 
createProcessor(CLNImageProcessorRequest) - Method in interface com.io7m.calino.imageproc.api.CLNImageProcessorFactoryType
Create a new image processor.
createProcessor(CLNImageProcessorRequest) - Method in class com.io7m.calino.imageproc.awt.CLNImageProcessorsAWT
 
createSection(long) - Method in interface com.io7m.calino.api.CLNFileWritableType
Create a new section with the given identifier.
createSection(long) - Method in class com.io7m.calino.vanilla.internal.CLN1FileWritable
 
createSectionEnd() - Method in interface com.io7m.calino.api.CLNFileWritableType
Create a new end section.
createSectionImage2D() - Method in interface com.io7m.calino.api.CLNFileWritableType
Create a new image 2D section.
createSectionImageArray() - Method in interface com.io7m.calino.api.CLNFileWritableType
Create a new image array section.
createSectionImageCube() - Method in interface com.io7m.calino.api.CLNFileWritableType
Create a new image cube section.
createSectionImageInfo() - Method in interface com.io7m.calino.api.CLNFileWritableType
Create a new image info section.
createSectionMetadata() - Method in interface com.io7m.calino.api.CLNFileWritableType
Create a new metadata section.
createValidator(CLNValidationRequest) - Method in interface com.io7m.calino.validation.api.CLNValidatorFactoryType
Create a new validator.
createValidator(CLNValidationRequest) - Method in class com.io7m.calino.vanilla.CLN1Validators
 
createWriter(CLNWriteRequest) - Method in class com.io7m.calino.vanilla.CLN1Writers
 
createWriter(CLNWriteRequest) - Method in interface com.io7m.calino.writer.api.CLNWriterFactoryType
Create a new writer for the given request.

D

dataByteOrder() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns the value of the dataByteOrder record component.
dataOffsetWithinSection() - Method in record class com.io7m.calino.api.CLNImage2DDescription
Returns the value of the dataOffsetWithinSection record component.
dataOffsetWithinSection() - Method in record class com.io7m.calino.api.CLNImageArrayDescription
Returns the value of the dataOffsetWithinSection record component.
dataOffsetWithinSection() - Method in record class com.io7m.calino.api.CLNImageCubeDescription
Returns the value of the dataOffsetWithinSection record component.
dataOffsetWithinSection() - Method in record class com.io7m.calino.api.CLNImageCubeFaceDescription
Returns the value of the dataOffsetWithinSection record component.
dataOffsetWithinSection() - Method in interface com.io7m.calino.api.CLNImageDescriptionType
 
dataSizeCompressed() - Method in record class com.io7m.calino.api.CLNImage2DDescription
Returns the value of the dataSizeCompressed record component.
dataSizeCompressed() - Method in record class com.io7m.calino.api.CLNImageArrayDescription
Returns the value of the dataSizeCompressed record component.
dataSizeCompressed() - Method in record class com.io7m.calino.api.CLNImageCubeDescription
Returns the value of the dataSizeCompressed record component.
dataSizeCompressed() - Method in record class com.io7m.calino.api.CLNImageCubeFaceDescription
Returns the value of the dataSizeCompressed record component.
dataSizeCompressed() - Method in interface com.io7m.calino.api.CLNImageDescriptionType
 
dataSizeUncompressed() - Method in record class com.io7m.calino.api.CLNImage2DDescription
Returns the value of the dataSizeUncompressed record component.
dataSizeUncompressed() - Method in record class com.io7m.calino.api.CLNImageArrayDescription
Returns the value of the dataSizeUncompressed record component.
dataSizeUncompressed() - Method in record class com.io7m.calino.api.CLNImageCubeDescription
Returns the value of the dataSizeUncompressed record component.
dataSizeUncompressed() - Method in record class com.io7m.calino.api.CLNImageCubeFaceDescription
Returns the value of the dataSizeUncompressed record component.
dataSizeUncompressed() - Method in interface com.io7m.calino.api.CLNImageDescriptionType
 
decompressedData() - Method in interface com.io7m.calino.supercompression.api.CLNDecompressorType
 
decompressedData() - Method in interface com.io7m.calino.supercompression.spi.CLNDecompressorSPIType
 
decompressors() - Method in record class com.io7m.calino.parser.api.CLNParseRequest
Returns the value of the decompressors record component.
DEPTH - Enum constant in enum class com.io7m.calino.api.CLNChannelSemantic
The channel represents depth values.
description() - Method in record class com.io7m.calino.api.CLNFileSectionDescription
Returns the value of the description record component.
description() - Method in interface com.io7m.calino.api.CLNSectionReadableType
 
description() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
 
descriptor() - Method in record class com.io7m.calino.api.CLNChannelDescription
 
descriptor() - Method in interface com.io7m.calino.api.CLNChannelsLayoutDescriptionType
 
descriptor() - Method in record class com.io7m.calino.api.CLNChannelsTypeDescriptionCustom
Returns the value of the descriptor record component.
descriptor() - Method in record class com.io7m.calino.api.CLNColorSpaceCustom
Returns the value of the descriptor record component.
descriptor() - Method in record class com.io7m.calino.api.CLNCompressionMethodCustom
Returns the value of the descriptor record component.
descriptor() - Method in record class com.io7m.calino.api.CLNCoordinateSystem
 
descriptor() - Method in interface com.io7m.calino.api.CLNDescribableType
 
descriptor() - Method in record class com.io7m.calino.api.CLNImageFlagCustom
Returns the value of the descriptor record component.
descriptor() - Method in record class com.io7m.calino.api.CLNSuperCompressionMethodCustom
Returns the value of the descriptor record component.
descriptorLengthLimit() - Method in record class com.io7m.calino.parser.api.CLNParseRequest
Returns the value of the descriptorLengthLimit record component.
descriptorLengthLimit() - Method in interface com.io7m.calino.parser.api.CLNParseRequestBuilderType
 

E

EAC - Enum constant in enum class com.io7m.calino.api.CLNCompressionMethodStandard
EAC compression.
equals(Object) - Method in record class com.io7m.calino.api.CLNChannelDescription
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNChannelsLayoutDescriptionCustom
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNChannelsTypeDescriptionCustom
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNColorSpaceCustom
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNCompressionMethodCustom
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNCoordinateSystem
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNFileSectionDescription
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImage2DDescription
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclaration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclarations
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImageArrayDescription
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclaration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclarations
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImageCubeDescription
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImageCubeFaceDeclaration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImageCubeFaceDescription
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclarations
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImageFlagCustom
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNImageInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNSectionDescription
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNSuperCompressionMethodCustom
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.api.CLNVersion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.imageproc.api.CLNImageLayoutConversion
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.imageproc.api.CLNImageProcessorRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.parser.api.CLNParseRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.supercompression.api.CLNCompressorRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.supercompression.api.CLNDecompressorRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.supercompression.spi.CLNCompressorSPIRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.supercompression.spi.CLNDecompressorSPIRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.validation.api.CLNValidationError
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.validation.api.CLNValidationRequest
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class com.io7m.calino.writer.api.CLNWriteRequest
Indicates whether some other object is "equal to" this one.
error2DCompressedDataSizeMismatch(CLNSectionReadableType, CLNImage2DDescription, long) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
error2DExpectedSizeZ1(CLNSectionReadableImageInfoType, int) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
error2DMipLevelDuplicate(CLNSectionReadableImage2DType, int) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
error2DMipLevelGaps(CLNSectionReadableImage2DType, int) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
error2DNoMipmaps(CLNSectionReadableImage2DType) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
error2DUncompressedDataCRC32Mismatch(CLNSectionReadableImage2DType, CLNImage2DDescription, long) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorArrayCompressedDataSizeMismatch(CLNSectionReadableType, CLNImageArrayDescription, long) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorArrayLayerCount(CLNSectionReadableImageArrayType, int, int) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorArrayMipLayerGaps(CLNSectionReadableImageArrayType, int, int, Set<Integer>) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorArrayMipLevelGaps(CLNSectionReadableImageArrayType, int) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorArrayMipNotUnique(CLNSectionReadableImageArrayType, int, int) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorArrayNoMipmaps(CLNSectionReadableImageArrayType) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorArrayUncompressedDataCRC32Mismatch(CLNSectionReadableType, CLNImageArrayDescription, long) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorCubeCompressedDataSizeMismatch(CLNSectionReadableImageCubeType, CLNImageCubeDescription, long) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorCubeExpectedSizeZ1(CLNSectionReadableImageInfoType, int) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorCubeMipFaceMissing(CLNSectionReadableImageCubeType, int, CLNCubeFace) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorCubeMipLevelDuplicate(CLNSectionReadableImageCubeType, int) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorCubeMipLevelGaps(CLNSectionReadableImageCubeType, int) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorCubeNoMipmaps(CLNSectionReadableImageCubeType) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorCubeUncompressedDataCRC32Mismatch(CLNSectionReadableType, CLNImageCubeDescription, long) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorImageDataNotPresent() - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorImageInfoNotPresent() - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorLimitExceeded(long, long, String) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
 
errorNoEndSection() - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorOfException(CLNSectionReadableType, Exception) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
errorOfException(CLNSectionReadableType, Exception, String) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
ETC1 - Enum constant in enum class com.io7m.calino.api.CLNCompressionMethodStandard
ETC1 compression.
ETC2 - Enum constant in enum class com.io7m.calino.api.CLNCompressionMethodStandard
ETC2 compression.
exception() - Method in record class com.io7m.calino.validation.api.CLNValidationError
Returns the value of the exception record component.
execute() - Method in interface com.io7m.calino.parser.api.CLNParserType
Execute the parser, returning a readable file.
execute() - Method in interface com.io7m.calino.parser.api.CLNProbeType
Execute the version probe, attempting to find the file format version.
execute() - Method in interface com.io7m.calino.validation.api.CLNValidatorType
Execute the validator.
execute() - Method in class com.io7m.calino.vanilla.internal.CLN1Parser
 
execute() - Method in class com.io7m.calino.vanilla.internal.CLN1Validator
 
execute() - Method in class com.io7m.calino.vanilla.internal.CLN1Writer
 
execute() - Method in interface com.io7m.calino.vanilla.internal.CLNIOOperationType
Execute the operation.
execute() - Method in interface com.io7m.calino.writer.api.CLNWriterType
Execute the writer.
execute(byte[]) - Method in interface com.io7m.calino.supercompression.api.CLNCompressorType
Execute the compressor.
execute(byte[]) - Method in interface com.io7m.calino.supercompression.spi.CLNCompressorSPIType
Execute the compressor.
execute(BufferedImage) - Method in class com.io7m.calino.imageproc.awt.internal.CLNImageDecode16
 
execute(BufferedImage) - Method in class com.io7m.calino.imageproc.awt.internal.CLNImageDecode32
 
execute(BufferedImage) - Method in class com.io7m.calino.imageproc.awt.internal.CLNImageDecode64
 
execute(BufferedImage) - Method in class com.io7m.calino.imageproc.awt.internal.CLNImageDecode8
 
execute(BufferedImage) - Method in class com.io7m.calino.imageproc.awt.internal.CLNImageDecodeA1R5G5B5
 
execute(BufferedImage) - Method in class com.io7m.calino.imageproc.awt.internal.CLNImageDecodeR4G4B4A4
 
execute(BufferedImage) - Method in class com.io7m.calino.imageproc.awt.internal.CLNImageDecodeR5G6B5
 
execute(BufferedImage) - Method in interface com.io7m.calino.imageproc.awt.internal.CLNImageDecodeType
Decode the given image.
execute(T) - Method in interface com.io7m.calino.vanilla.internal.CLNOnCloseOperationType
Execute on close.
executeActual() - Method in class com.io7m.calino.cmdline.internal.CLNAbstractReadFileCommand
 
executeActual() - Method in class com.io7m.calino.cmdline.internal.CLNCommandCreate2D
 
executeActual() - Method in class com.io7m.calino.cmdline.internal.CLNCommandCreateArray
 
executeActual() - Method in class com.io7m.calino.cmdline.internal.CLNCommandCreateCube
 
executeActual() - Method in class com.io7m.calino.cmdline.internal.CLNCommandVersion
 
executeWithReadFile(CLNFileReadableType) - Method in class com.io7m.calino.cmdline.internal.CLNAbstractReadFileCommand
 
executeWithReadFile(CLNFileReadableType) - Method in class com.io7m.calino.cmdline.internal.CLNCommandCheck
 
executeWithReadFile(CLNFileReadableType) - Method in class com.io7m.calino.cmdline.internal.CLNCommandExtractImageData2D
 
executeWithReadFile(CLNFileReadableType) - Method in class com.io7m.calino.cmdline.internal.CLNCommandExtractImageDataArray
 
executeWithReadFile(CLNFileReadableType) - Method in class com.io7m.calino.cmdline.internal.CLNCommandExtractImageDataCube
 
executeWithReadFile(CLNFileReadableType) - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowImageInfo
 
executeWithReadFile(CLNFileReadableType) - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowMetadata
 
executeWithReadFile(CLNFileReadableType) - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowSections
 
executeWithReadFile(CLNFileReadableType) - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowSummary
 
executeWithReadFile(CLNFileReadableType) - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowVersion
 
EXPONENT - Enum constant in enum class com.io7m.calino.api.CLNChannelSemantic
The channel represents exponent values.
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandCheck
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandCreate2D
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandCreateArray
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandCreateCube
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandExtractImageData2D
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandExtractImageDataArray
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandExtractImageDataCube
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowImageInfo
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowMetadata
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowSections
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowSummary
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowVersion
 
extendedHelp() - Method in class com.io7m.calino.cmdline.internal.CLNCommandVersion
 

F

face() - Method in record class com.io7m.calino.api.CLNImageCubeDescription
Returns the value of the face record component.
facesInOrder() - Static method in enum class com.io7m.calino.api.CLNCubeFace
 
file() - Method in record class com.io7m.calino.imageproc.api.CLNImageProcessorRequest
Returns the value of the file record component.
file() - Method in record class com.io7m.calino.validation.api.CLNValidationRequest
Returns the value of the file record component.
fileIdentifier() - Static method in class com.io7m.calino.api.CLNIdentifiers
 
fileOffset() - Method in record class com.io7m.calino.api.CLNFileSectionDescription
Returns the value of the fileOffset record component.
fileOffsetData() - Method in record class com.io7m.calino.api.CLNFileSectionDescription
Each section carries a fixed 16-byte header.
fileSectionDescription() - Method in interface com.io7m.calino.api.CLNSectionReadableType
 
fileSectionDescription() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
 
findParserFactoryFor(CLNVersion) - Method in class com.io7m.calino.parser.api.CLNParsers
Find a parser factory for the given file version.
findParserFactoryFor(SeekableByteChannel, URI) - Method in class com.io7m.calino.parser.api.CLNParsers
Find a parser factory for the given file.
findValidatorFactoryFor(CLNVersion) - Method in class com.io7m.calino.validation.api.CLNValidators
Find a validator factory for the given file version.
findWriterFactoryFor(CLNVersion) - Method in class com.io7m.calino.writer.api.CLNWriters
Find a writer factory for the given file version.
FIXED_POINT_NORMALIZED_SIGNED - Enum constant in enum class com.io7m.calino.api.CLNChannelsTypeDescriptionStandard
The channel consists of signed, normalized, fixed-point values.
FIXED_POINT_NORMALIZED_UNSIGNED - Enum constant in enum class com.io7m.calino.api.CLNChannelsTypeDescriptionStandard
The channel consists of unsigned, normalized, fixed-point values.
flags() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns the value of the flags record component.
FLOATING_POINT_IEEE754_SIGNED - Enum constant in enum class com.io7m.calino.api.CLNChannelsTypeDescriptionStandard
The channel consists of signed IEE754 floating point values.
FLOATING_POINT_IEEE754_UNSIGNED - Enum constant in enum class com.io7m.calino.api.CLNChannelsTypeDescriptionStandard
The channel consists of unsigned IEE754 floating point values.
format(String, Object...) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationStrings
 

G

generateMipMaps() - Method in record class com.io7m.calino.imageproc.api.CLNImageProcessorRequest
Returns the value of the generateMipMaps record component.
get(int, int) - Static method in class com.io7m.calino.api.CLNCompressionMethodASTC
Get the ASTC texture compression descriptor for the given block sizes.
GREEN - Enum constant in enum class com.io7m.calino.api.CLNChannelSemantic
The channel represents data on the green axis of an R(GB) image.

H

hashCode() - Method in record class com.io7m.calino.api.CLNChannelDescription
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNChannelsLayoutDescriptionCustom
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNChannelsTypeDescriptionCustom
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNColorSpaceCustom
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNCompressionMethodCustom
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNCoordinateSystem
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNFileSectionDescription
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImage2DDescription
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclaration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclarations
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImageArrayDescription
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclaration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclarations
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImageCubeDescription
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImageCubeFaceDeclaration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImageCubeFaceDescription
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclarations
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImageFlagCustom
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNSectionDescription
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNSuperCompressionMethodCustom
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.api.CLNVersion
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.imageproc.api.CLNImageLayoutConversion
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.imageproc.api.CLNImageProcessorRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.parser.api.CLNParseRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.supercompression.api.CLNCompressorRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.supercompression.api.CLNDecompressorRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.supercompression.spi.CLNCompressorSPIRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.supercompression.spi.CLNDecompressorSPIRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.validation.api.CLNValidationError
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.validation.api.CLNValidationRequest
Returns a hash code value for this object.
hashCode() - Method in record class com.io7m.calino.writer.api.CLNWriteRequest
Returns a hash code value for this object.
highestMinorVersion() - Method in interface com.io7m.calino.parser.api.CLNParserFactoryType
 
highestMinorVersion() - Method in interface com.io7m.calino.validation.api.CLNValidatorFactoryType
 
highestMinorVersion() - Method in class com.io7m.calino.vanilla.CLN1Parsers
 
highestMinorVersion() - Method in class com.io7m.calino.vanilla.CLN1Validators
 
highestMinorVersion() - Method in class com.io7m.calino.vanilla.CLN1Writers
 
highestMinorVersion() - Method in interface com.io7m.calino.writer.api.CLNWriterFactoryType
 

I

identifier() - Method in record class com.io7m.calino.api.CLNSectionDescription
Returns the value of the identifier record component.
identifier() - Method in interface com.io7m.calino.api.CLNSectionWritableType
 
identifier() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionWritableAbstract
 
imageDescription() - Method in record class com.io7m.calino.supercompression.api.CLNDecompressorRequest
Returns the value of the imageDescription record component.
imageDescription() - Method in record class com.io7m.calino.supercompression.spi.CLNDecompressorSPIRequest
Returns the value of the imageDescription record component.
imageInfo() - Method in interface com.io7m.calino.imageproc.api.CLNImageMipMapChainType
 
info() - Method in interface com.io7m.calino.api.CLNSectionReadableImageInfoType
 
info() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableImageInfo
 
INTEGER_SIGNED - Enum constant in enum class com.io7m.calino.api.CLNChannelsTypeDescriptionStandard
The channel consists of signed integer values.
INTEGER_UNSIGNED - Enum constant in enum class com.io7m.calino.api.CLNChannelsTypeDescriptionStandard
The channel consists of unsigned integer values.

K

keyValueDatumLimit() - Method in record class com.io7m.calino.parser.api.CLNParseRequest
Returns the value of the keyValueDatumLimit record component.
keyValueDatumLimit() - Method in interface com.io7m.calino.parser.api.CLNParseRequestBuilderType
 

L

layer() - Method in record class com.io7m.calino.api.CLNImageArrayDescription
Returns the value of the layer record component.
layer() - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclaration
Returns the value of the layer record component.
layoutConversion() - Method in record class com.io7m.calino.imageproc.api.CLNImageProcessorRequest
Returns the value of the layoutConversion record component.
LITTLE_ENDIAN - Enum constant in enum class com.io7m.calino.api.CLNByteOrder
The most significant byte appears last.
LZ4 - Enum constant in enum class com.io7m.calino.api.CLNSuperCompressionMethodStandard
LZ4 compressed data.

M

main(String[]) - Static method in class com.io7m.calino.cmdline.CLNMain
The main command-line entry point.
mainExitless(String[]) - Static method in class com.io7m.calino.cmdline.CLNMain
The main command-line entry point.
major() - Method in record class com.io7m.calino.api.CLNVersion
Returns the value of the major record component.
message() - Method in record class com.io7m.calino.validation.api.CLNValidationError
Returns the value of the message record component.
metadata() - Method in interface com.io7m.calino.api.CLNSectionReadableMetadataType
 
metadata() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableMetadata
 
method() - Method in record class com.io7m.calino.supercompression.api.CLNCompressorRequest
Returns the value of the method record component.
method() - Method in record class com.io7m.calino.supercompression.api.CLNDecompressorRequest
Returns the value of the method record component.
method() - Method in record class com.io7m.calino.supercompression.spi.CLNCompressorSPIRequest
Returns the value of the method record component.
method() - Method in record class com.io7m.calino.supercompression.spi.CLNDecompressorSPIRequest
Returns the value of the method record component.
minor() - Method in record class com.io7m.calino.api.CLNVersion
Returns the value of the minor record component.
mipMapDataRaw(CLNImage2DDescription) - Method in interface com.io7m.calino.api.CLNSectionReadableImage2DType
Obtain a readable channel that returns potentially compressed data.
mipMapDataRaw(CLNImage2DDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableImage2D
 
mipMapDataRaw(CLNImageArrayDescription) - Method in interface com.io7m.calino.api.CLNSectionReadableImageArrayType
Obtain a readable channel that returns potentially compressed data.
mipMapDataRaw(CLNImageArrayDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableImageArray
 
mipMapDataRaw(CLNImageCubeDescription) - Method in interface com.io7m.calino.api.CLNSectionReadableImageCubeType
Obtain a readable channel that returns potentially compressed data.
mipMapDataRaw(CLNImageCubeDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableImageCube
 
mipMapDataWithoutSupercompression(CLNImage2DDescription) - Method in interface com.io7m.calino.api.CLNSectionReadableImage2DType
Obtain a readable channel that returns decompressed data (that is, data with any supercompression removed).
mipMapDataWithoutSupercompression(CLNImage2DDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableImage2D
 
mipMapDataWithoutSupercompression(CLNImageArrayDescription) - Method in interface com.io7m.calino.api.CLNSectionReadableImageArrayType
Obtain a readable channel that returns decompressed data (that is, data with any supercompression removed).
mipMapDataWithoutSupercompression(CLNImageArrayDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableImageArray
 
mipMapDataWithoutSupercompression(CLNImageCubeDescription) - Method in interface com.io7m.calino.api.CLNSectionReadableImageCubeType
Obtain a readable channel that returns decompressed data (that is, data with any supercompression removed).
mipMapDataWithoutSupercompression(CLNImageCubeDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableImageCube
 
mipMapDescriptions() - Method in interface com.io7m.calino.api.CLNSectionReadableImage2DType
 
mipMapDescriptions() - Method in interface com.io7m.calino.api.CLNSectionReadableImageArrayType
 
mipMapDescriptions() - Method in interface com.io7m.calino.api.CLNSectionReadableImageCubeType
 
mipMapDescriptions() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableImage2D
 
mipMapDescriptions() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableImageArray
 
mipMapDescriptions() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableImageCube
 
mipMapLevel() - Method in record class com.io7m.calino.api.CLNImage2DDescription
Returns the value of the mipMapLevel record component.
mipMapLevel() - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclaration
Returns the value of the mipMapLevel record component.
mipMapLevel() - Method in record class com.io7m.calino.api.CLNImageArrayDescription
Returns the value of the mipMapLevel record component.
mipMapLevel() - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclaration
Returns the value of the mipMapLevel record component.
mipMapLevel() - Method in record class com.io7m.calino.api.CLNImageCubeDescription
Returns the value of the mipMapLevel record component.
mipMapLevel() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
Returns the value of the mipMapLevel record component.
mipMapLevel() - Method in interface com.io7m.calino.api.CLNImageDescriptionType
 
mipMapLevelCount() - Method in interface com.io7m.calino.imageproc.api.CLNImageMipMapChainType
 
mipMaps() - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclarations
Returns the value of the mipMaps record component.
mipMaps() - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclarations
Returns the value of the mipMaps record component.
mipMaps() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclarations
Returns the value of the mipMaps record component.
mipMapUncompressedBytes(int) - Method in interface com.io7m.calino.imageproc.api.CLNImageMipMapChainType
Retrieve the uncompressed bytes for the given mipmap level.

N

name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandCheck
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandCreate2D
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandCreateArray
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandCreateCube
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandExtractImageData2D
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandExtractImageDataArray
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandExtractImageDataCube
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowImageInfo
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowMetadata
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowSections
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowSummary
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandShowVersion
 
name() - Method in class com.io7m.calino.cmdline.internal.CLNCommandVersion
 
name() - Method in class com.io7m.calino.supercompression.lz4.CLNSupercompressionLZ4
 
name() - Method in interface com.io7m.calino.supercompression.spi.CLNCompressorSPIFactoryType
 
name() - Method in interface com.io7m.calino.supercompression.spi.CLNDecompressorSPIFactoryType
 
nameOf(long) - Static method in class com.io7m.calino.api.CLNIdentifiers
Determine a humanly-readable name of an identifier.
NEAREST - Enum constant in enum class com.io7m.calino.imageproc.api.CLNImageMipMapFilter
Mipmaps will be scaled down using a nearest neighbour filter.

O

of(String) - Static method in enum class com.io7m.calino.api.CLNChannelSemantic
Parse the channel semantic from the given channel descriptor.
of(String) - Static method in enum class com.io7m.calino.api.CLNCoordinateAxisR
Parse an R axis.
of(String) - Static method in enum class com.io7m.calino.api.CLNCoordinateAxisS
Parse an S axis.
of(String) - Static method in enum class com.io7m.calino.api.CLNCoordinateAxisT
Parse an T axis.
offset() - Method in record class com.io7m.calino.validation.api.CLNValidationError
Returns the value of the offset record component.
offsetStart() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionWritableAbstract
 
offsetStartData() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionWritableAbstract
 
openEnd() - Method in interface com.io7m.calino.api.CLNFileReadableType
 
openImage2D() - Method in interface com.io7m.calino.api.CLNFileReadableType
 
openImageArray() - Method in interface com.io7m.calino.api.CLNFileReadableType
 
openImageCube() - Method in interface com.io7m.calino.api.CLNFileReadableType
 
openImageInfo() - Method in interface com.io7m.calino.api.CLNFileReadableType
 
openMetadata() - Method in interface com.io7m.calino.api.CLNFileReadableType
 
openSection(CLNFileSectionDescription) - Method in interface com.io7m.calino.api.CLNFileReadableType
Open a section for reading.
openSection(CLNFileSectionDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1FileReadable
 

P

PACK_16 - Enum constant in enum class com.io7m.calino.api.CLNChannelLayoutPacking
Texture components are packed into a 16-bit value.
PACK_32 - Enum constant in enum class com.io7m.calino.api.CLNChannelLayoutPacking
Texture components are packed into a 32-bit value.
PACK_64 - Enum constant in enum class com.io7m.calino.api.CLNChannelLayoutPacking
Texture components are packed into a 64-bit value.
PACK_8 - Enum constant in enum class com.io7m.calino.api.CLNChannelLayoutPacking
Texture components are packed into an 8-bit value.
packing() - Method in record class com.io7m.calino.api.CLNChannelsLayoutDescriptionCustom
Returns the value of the packing record component.
packing() - Method in interface com.io7m.calino.api.CLNChannelsLayoutDescriptionType
 
parse(String) - Static method in record class com.io7m.calino.api.CLNChannelDescription
Parse a channel descriptor.
parse(String) - Static method in enum class com.io7m.calino.api.CLNChannelLayoutPacking
Parse a packing value.
parse(String) - Static method in record class com.io7m.calino.api.CLNVersion
Parse a version string.
parse(String, long) - Static method in interface com.io7m.calino.api.CLNSuperCompressionMethodType
Parse a descriptor as a super compression method.
parseDescriptor(String) - Static method in record class com.io7m.calino.api.CLNCoordinateSystem
Parse a coordinate system descriptor.
parseLayoutDescriptor(String) - Static method in class com.io7m.calino.api.CLNChannelsLayoutDescriptions
Parse a layout descriptor.
pixelAt(int, int, double[]) - Method in interface com.io7m.calino.imageproc.api.CLNImageView2DType
Sample a pixel at the given location.
pixelAt(int, int, double[]) - Method in class com.io7m.calino.imageproc.awt.internal.CLNImageAccess
Get the pixel at (x,y), normalizing the values to [0.0, 1.0].
pixelAt(int, int, double[]) - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU1555
 
pixelAt(int, int, double[]) - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU16
 
pixelAt(int, int, double[]) - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU32
 
pixelAt(int, int, double[]) - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU4444
 
pixelAt(int, int, double[]) - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU565
 
pixelAt(int, int, double[]) - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU64
 
pixelAt(int, int, double[]) - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU8
 
PNG - Enum constant in enum class com.io7m.calino.cmdline.internal.CLNOutputFormat
The raw data is converted to a vaguely suitable PNG format.
premultiplyAlpha() - Method in record class com.io7m.calino.imageproc.api.CLNImageProcessorRequest
Returns the value of the premultiplyAlpha record component.
process() - Method in interface com.io7m.calino.imageproc.api.CLNImageProcessorType
Execute the image processor, producing a mipmap chain.
process() - Method in class com.io7m.calino.imageproc.awt.internal.CLNImageProcessor
 

R

R16 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The R16 format.
R16_G16 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RG16 format.
R16_G16_B16 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RGB16 format.
R16_G16_B16_A16 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RGBA16 format.
R32 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The R32 format.
R32_G32 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RG32 format.
R32_G32_B32 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RGB32 format.
R32_G32_B32_A32 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RGBA32 format.
R4_G4_B4_A4 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RGBA4444 format.
R5_G6_B5 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RGB565 format.
R64 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The R64 format.
R64_G64 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RG64 format.
R64_G64_B64 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RGB64 format.
R64_G64_B64_A64 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RGBA64 format.
R8 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The R8 format.
R8_G8 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RG8 format.
R8_G8_B8 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RGB8 format.
R8_G8_B8_A8 - Enum constant in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
The RGBA8 format.
RAW - Enum constant in enum class com.io7m.calino.cmdline.internal.CLNOutputFormat
The raw data is written exactly as it appeared in the file.
reader() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
 
RED - Enum constant in enum class com.io7m.calino.api.CLNChannelSemantic
The channel represents data on the red axis of an R(GB) image.
request() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
 
request() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionWritableAbstract
 

S

SCALED_SIGNED - Enum constant in enum class com.io7m.calino.api.CLNChannelsTypeDescriptionStandard
The channel consists of signed scaled values; values are converted to floating point values, so -32 becomes -32.0.
SCALED_UNSIGNED - Enum constant in enum class com.io7m.calino.api.CLNChannelsTypeDescriptionStandard
The channel consists of unsigned scaled values; values are converted to floating point values, so 0xff becomes 255.0.
sectionDataChannel() - Method in interface com.io7m.calino.api.CLNSectionReadableType
Obtain a readable channel that delivers the data contained within the section.
sectionDataChannel() - Method in interface com.io7m.calino.api.CLNSectionWritableType
Obtain a writable channel that can write data within the section.
sectionDataChannel() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionReadableAbstract
 
sectionDataChannel() - Method in class com.io7m.calino.vanilla.internal.CLN1SectionWritableAbstract
 
sectionEndIdentifier() - Static method in class com.io7m.calino.api.CLNIdentifiers
 
sectionImage2DIdentifier() - Static method in class com.io7m.calino.api.CLNIdentifiers
 
sectionImageArrayIdentifier() - Static method in class com.io7m.calino.api.CLNIdentifiers
 
sectionImageCubeIdentifier() - Static method in class com.io7m.calino.api.CLNIdentifiers
 
sectionImageInfoIdentifier() - Static method in class com.io7m.calino.api.CLNIdentifiers
 
sectionMetadataIdentifier() - Static method in class com.io7m.calino.api.CLNIdentifiers
 
sections() - Method in interface com.io7m.calino.api.CLNFileReadableType
 
sections() - Method in interface com.io7m.calino.api.CLNFileWritableType
 
sections() - Method in class com.io7m.calino.vanilla.internal.CLN1FileReadable
 
sections() - Method in class com.io7m.calino.vanilla.internal.CLN1FileWritable
 
semantic() - Method in record class com.io7m.calino.api.CLNChannelDescription
Returns the value of the semantic record component.
setChannel(SeekableByteChannel) - Method in interface com.io7m.calino.parser.api.CLNParseRequestBuilderType
Set the file channel.
setDescriptorLengthLimit(long) - Method in interface com.io7m.calino.parser.api.CLNParseRequestBuilderType
Set the descriptor length limit.
setImageInfo(CLNImageInfo) - Method in interface com.io7m.calino.api.CLNSectionWritableImageInfoType
Set the image info.
setImageInfo(CLNImageInfo) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionWritableImageInfo
 
setKeyValueDatumLimit(long) - Method in interface com.io7m.calino.parser.api.CLNParseRequestBuilderType
Set the maximum length of a key or value in metadata.
setMetadata(Map<String, List<String>>) - Method in interface com.io7m.calino.api.CLNSectionWritableMetadataType
Set the keys and values.
setMetadata(Map<String, List<String>>) - Method in class com.io7m.calino.vanilla.internal.CLN1SectionWritableMetadata
 
setSource(URI) - Method in interface com.io7m.calino.parser.api.CLNParseRequestBuilderType
Set the file source.
shortName() - Method in enum class com.io7m.calino.api.CLNCubeFace
 
show() - Method in record class com.io7m.calino.api.CLNFileSectionDescription
 
showSize() - Method in record class com.io7m.calino.api.CLNImageInfo
 
size() - Method in record class com.io7m.calino.api.CLNSectionDescription
Returns the value of the size record component.
sizeCompressed() - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclaration
Returns the value of the sizeCompressed record component.
sizeCompressed() - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclaration
Returns the value of the sizeCompressed record component.
sizeCompressed() - Method in record class com.io7m.calino.api.CLNImageCubeFaceDeclaration
Returns the value of the sizeCompressed record component.
sizeUncompressed() - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclaration
Returns the value of the sizeUncompressed record component.
sizeUncompressed() - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclaration
Returns the value of the sizeUncompressed record component.
sizeUncompressed() - Method in record class com.io7m.calino.api.CLNImageCubeFaceDeclaration
Returns the value of the sizeUncompressed record component.
sizeX() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns the value of the sizeX record component.
sizeX() - Method in interface com.io7m.calino.imageproc.api.CLNImageView2DType
 
sizeX() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU1555
 
sizeX() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU16
 
sizeX() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU32
 
sizeX() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU4444
 
sizeX() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU565
 
sizeX() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU64
 
sizeX() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU8
 
sizeY() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns the value of the sizeY record component.
sizeY() - Method in interface com.io7m.calino.imageproc.api.CLNImageView2DType
 
sizeY() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU1555
 
sizeY() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU16
 
sizeY() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU32
 
sizeY() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU4444
 
sizeY() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU565
 
sizeY() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU64
 
sizeY() - Method in class com.io7m.calino.imageview.internal.CLNImageView2DFixedU8
 
sizeZ() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns the value of the sizeZ record component.
source() - Method in class com.io7m.calino.cmdline.internal.CLNAbstractReadFileCommand
 
source() - Method in record class com.io7m.calino.parser.api.CLNParseRequest
Returns the value of the source record component.
source() - Method in interface com.io7m.calino.parser.api.CLNParseRequestBuilderType
 
source() - Method in record class com.io7m.calino.validation.api.CLNValidationError
Returns the value of the source record component.
source() - Method in record class com.io7m.calino.validation.api.CLNValidationRequest
Returns the value of the source record component.
specificationSectionId() - Method in record class com.io7m.calino.validation.api.CLNValidationError
Returns the value of the specificationSectionId record component.
status() - Method in record class com.io7m.calino.validation.api.CLNValidationError
Returns the value of the status record component.
STATUS_ERROR - Enum constant in enum class com.io7m.calino.validation.api.CLNValidationStatus
The validation error is an error.
STATUS_WARNING - Enum constant in enum class com.io7m.calino.validation.api.CLNValidationStatus
The validation error is a warning.
STENCIL - Enum constant in enum class com.io7m.calino.api.CLNChannelSemantic
The channel represents stencil values.
superCompressionMethod() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns the value of the superCompressionMethod record component.
supportedCompressionMethods() - Method in class com.io7m.calino.supercompression.lz4.CLNSupercompressionLZ4
 
supportedCompressionMethods() - Method in interface com.io7m.calino.supercompression.spi.CLNCompressorSPIFactoryType
 
supportedDecompressionMethods() - Method in class com.io7m.calino.supercompression.lz4.CLNSupercompressionLZ4
 
supportedDecompressionMethods() - Method in interface com.io7m.calino.supercompression.spi.CLNDecompressorSPIFactoryType
 
supportedMajorVersion() - Method in interface com.io7m.calino.parser.api.CLNParserFactoryType
 
supportedMajorVersion() - Method in interface com.io7m.calino.validation.api.CLNValidatorFactoryType
 
supportedMajorVersion() - Method in class com.io7m.calino.vanilla.CLN1Parsers
 
supportedMajorVersion() - Method in class com.io7m.calino.vanilla.CLN1Validators
 
supportedMajorVersion() - Method in class com.io7m.calino.vanilla.CLN1Writers
 
supportedMajorVersion() - Method in interface com.io7m.calino.writer.api.CLNWriterFactoryType
 
supportsCompressionFor(CLNSuperCompressionMethodType) - Method in interface com.io7m.calino.supercompression.spi.CLNCompressorSPIFactoryType
Determine if a compression method is supported.
supportsDecompressionFor(CLNSuperCompressionMethodType) - Method in interface com.io7m.calino.supercompression.spi.CLNDecompressorSPIFactoryType
Determine if a compression method is supported.

T

target() - Method in record class com.io7m.calino.writer.api.CLNWriteRequest
Returns the value of the target record component.
targetByteOrder() - Method in record class com.io7m.calino.imageproc.api.CLNImageProcessorRequest
Returns the value of the targetByteOrder record component.
targetLayout() - Method in record class com.io7m.calino.imageproc.api.CLNImageLayoutConversion
Returns the value of the targetLayout record component.
texelBlockAlignment() - Method in interface com.io7m.calino.api.CLNChannelsLayoutDescriptionType
 
texelBlockAlignment() - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclarations
Returns the value of the texelBlockAlignment record component.
texelBlockAlignment() - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclarations
Returns the value of the texelBlockAlignment record component.
texelBlockAlignment() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclarations
Returns the value of the texelBlockAlignment record component.
texelBlockAlignment() - Method in record class com.io7m.calino.api.CLNImageInfo
 
toString() - Method in record class com.io7m.calino.api.CLNChannelDescription
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNChannelsLayoutDescriptionCustom
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNChannelsTypeDescriptionCustom
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNColorSpaceCustom
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNCompressionMethodCustom
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNCoordinateSystem
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNFileSectionDescription
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImage2DDescription
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclaration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImage2DMipMapDeclarations
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImageArrayDescription
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclaration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImageArrayMipMapDeclarations
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImageCubeDescription
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImageCubeFaceDeclaration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImageCubeFaceDescription
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclarations
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImageFlagCustom
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNImageInfo
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNSectionDescription
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNSuperCompressionMethodCustom
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.api.CLNVersion
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.imageproc.api.CLNImageLayoutConversion
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.imageproc.api.CLNImageProcessorRequest
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.parser.api.CLNParseRequest
Returns a string representation of this record class.
toString() - Method in class com.io7m.calino.parser.api.CLNProbes
 
toString() - Method in record class com.io7m.calino.supercompression.api.CLNCompressorRequest
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.supercompression.api.CLNDecompressorRequest
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.supercompression.spi.CLNCompressorSPIRequest
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.supercompression.spi.CLNDecompressorSPIRequest
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.validation.api.CLNValidationError
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.validation.api.CLNValidationRequest
Returns a string representation of this record class.
toString() - Method in record class com.io7m.calino.writer.api.CLNWriteRequest
Returns a string representation of this record class.
totalBits(List<CLNChannelDescription>) - Static method in class com.io7m.calino.api.CLNChannelsLayoutDescriptions
Determine the total required bits of the list of channels.
trailingOctets() - Method in interface com.io7m.calino.api.CLNFileReadableType
Obtain the number of trailing octets in the file.
trailingOctets() - Method in class com.io7m.calino.vanilla.internal.CLN1FileReadable
 

U

UNCOMPRESSED - Enum constant in enum class com.io7m.calino.api.CLNCompressionMethodStandard
No compression.
UNCOMPRESSED - Enum constant in enum class com.io7m.calino.api.CLNSuperCompressionMethodStandard
No compression.
UNUSED - Enum constant in enum class com.io7m.calino.api.CLNChannelSemantic
The channel represents unused values.

V

valueOf(String) - Static method in enum class com.io7m.calino.api.CLNByteOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNChannelLayoutPacking
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNChannelSemantic
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNChannelsTypeDescriptionStandard
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNColorSpaceStandard
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNCompressionMethodStandard
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNCoordinateAxisR
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNCoordinateAxisS
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNCoordinateAxisT
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNCubeFace
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNImageFlagStandard
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.api.CLNSuperCompressionMethodStandard
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.cmdline.internal.CLNOutputFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.imageproc.api.CLNImageMipMapFilter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.calino.validation.api.CLNValidationStatus
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.io7m.calino.api.CLNByteOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNChannelLayoutPacking
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNChannelSemantic
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNChannelsLayoutDescriptionStandard
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNChannelsTypeDescriptionStandard
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNColorSpaceStandard
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNCompressionMethodStandard
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNCoordinateAxisR
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNCoordinateAxisS
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNCoordinateAxisT
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNCubeFace
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNImageFlagStandard
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.api.CLNSuperCompressionMethodStandard
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.cmdline.internal.CLNOutputFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.imageproc.api.CLNImageMipMapFilter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.calino.validation.api.CLNValidationStatus
Returns an array containing the constants of this enum class, in the order they are declared.
version() - Method in interface com.io7m.calino.api.CLNFileReadableType
 
version() - Method in interface com.io7m.calino.api.CLNFileWritableType
 
version() - Method in class com.io7m.calino.vanilla.internal.CLN1FileReadable
 
version() - Method in class com.io7m.calino.vanilla.internal.CLN1FileWritable
 
version() - Method in record class com.io7m.calino.writer.api.CLNWriteRequest
Returns the value of the version record component.

W

warn2DCompressedSizeZero(CLNSectionReadableImage2DType, CLNImage2DDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warn2DImageOffsetZero(CLNSectionReadableImage2DType) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warn2DUncompressedDataSizeMismatch(CLNSectionReadableImage2DType, CLNImage2DDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warn2DUncompressedSizeZero(CLNSectionReadableImage2DType, CLNImage2DDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warnArrayCompressedSizeZero(CLNSectionReadableImageArrayType, CLNImageArrayDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warnArrayImageOffsetZero(CLNSectionReadableImageArrayType) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warnArrayUncompressedDataSizeMismatch(CLNSectionReadableImageArrayType, CLNImageArrayDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warnArrayUncompressedSizeZero(CLNSectionReadableImageArrayType, CLNImageArrayDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warnCubeCompressedSizeZero(CLNSectionReadableImageCubeType, CLNImageCubeDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warnCubeImageOffsetZero(CLNSectionReadableImageCubeType) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warnCubeUncompressedDataSizeMismatch(CLNSectionReadableImageCubeType, CLNImageCubeDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warnCubeUncompressedSizeZero(CLNSectionReadableImageCubeType, CLNImageCubeDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warnEndSectionNotZeroSize(CLNFileSectionDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warnSectionUnaligned(CLNFileSectionDescription) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
warnTrailingData(long, long) - Method in class com.io7m.calino.vanilla.internal.CLN1ValidationErrors
Construct an error.
writeMipMap(int) - Method in interface com.io7m.calino.api.CLWritableMipMaps2DType
Retrieve the byte channel associated with a mipmap level.
writeMipMap(int, int) - Method in interface com.io7m.calino.api.CLWritableMipMapsArrayType
Retrieve the byte channel associated with a mipmap level and layer.
writeMipMap(int, CLNCubeFace) - Method in interface com.io7m.calino.api.CLWritableMipMapsCubeType
Retrieve the byte channel associated with a mipmap level.

X

X_NEGATIVE - Enum constant in enum class com.io7m.calino.api.CLNCubeFace
The face pointing towards negative infinity on the X axis.
X_POSITIVE - Enum constant in enum class com.io7m.calino.api.CLNCubeFace
The face pointing towards positive infinity on the X axis.
xNegative() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
Returns the value of the xNegative record component.
xPositive() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
Returns the value of the xPositive record component.

Y

Y_NEGATIVE - Enum constant in enum class com.io7m.calino.api.CLNCubeFace
The face pointing towards negative infinity on the Y axis.
Y_POSITIVE - Enum constant in enum class com.io7m.calino.api.CLNCubeFace
The face pointing towards positive infinity on the Y axis.
yNegative() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
Returns the value of the yNegative record component.
yPositive() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
Returns the value of the yPositive record component.

Z

Z_NEGATIVE - Enum constant in enum class com.io7m.calino.api.CLNCubeFace
The face pointing towards negative infinity on the Z axis.
Z_POSITIVE - Enum constant in enum class com.io7m.calino.api.CLNCubeFace
The face pointing towards positive infinity on the Z axis.
zNegative() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
Returns the value of the zNegative record component.
zPositive() - Method in record class com.io7m.calino.api.CLNImageCubeMipMapDeclaration
Returns the value of the zPositive record component.
A B C D E F G H I K L M N O P R S T U V W X Y Z 
All Classes and Interfaces|All Packages