Uses of Class
security.whisper.javastix.coo.extension.types.RasterImageFileExtension
Packages that use RasterImageFileExtension
-
Uses of RasterImageFileExtension in security.whisper.javastix.coo.extension.types
Methods in security.whisper.javastix.coo.extension.types that return RasterImageFileExtensionModifier and TypeMethodDescriptionRasterImageFileExtension.Builder.build()Builds a newRasterImageFileExtension.static RasterImageFileExtensionRasterImageFileExtension.copyOf(RasterImageFileExtensionExt instance) Creates an immutable copy of aRasterImageFileExtensionExtvalue.final RasterImageFileExtensionRasterImageFileExtension.withBitsPerPixel(long value) Copy the current immutable object by setting a present value for the optionalbitsPerPixelattribute.final RasterImageFileExtensionRasterImageFileExtension.withBitsPerPixel(Optional<Long> optional) Copy the current immutable object by setting an optional value for thebitsPerPixelattribute.final RasterImageFileExtensionRasterImageFileExtension.withCustomProperties(Map<String, ? extends Object> entries) Copy the current immutable object by replacing thecustomPropertiesmap with the specified map.final RasterImageFileExtensionRasterImageFileExtension.withExifTags(Map<String, ? extends Object> entries) Copy the current immutable object by replacing theexifTagsmap with the specified map.final RasterImageFileExtensionRasterImageFileExtension.withImageCompressionAlgorithm(String value) Copy the current immutable object by setting a present value for the optionalimageCompressionAlgorithmattribute.final RasterImageFileExtensionRasterImageFileExtension.withImageCompressionAlgorithm(Optional<String> optional) Copy the current immutable object by setting an optional value for theimageCompressionAlgorithmattribute.final RasterImageFileExtensionRasterImageFileExtension.withImageHeight(long value) Copy the current immutable object by setting a present value for the optionalimageHeightattribute.final RasterImageFileExtensionRasterImageFileExtension.withImageHeight(Optional<Long> optional) Copy the current immutable object by setting an optional value for theimageHeightattribute.final RasterImageFileExtensionRasterImageFileExtension.withImageWidth(long value) Copy the current immutable object by setting a present value for the optionalimageWidthattribute.final RasterImageFileExtensionRasterImageFileExtension.withImageWidth(Optional<Long> optional) Copy the current immutable object by setting an optional value for theimageWidthattribute.final RasterImageFileExtensionCopy the current immutable object by setting a value for thetypeattribute.