Uses of Enum Class
org.anchoranalysis.core.format.NonImageFileFormat
Packages that use NonImageFileFormat
-
Uses of NonImageFileFormat in org.anchoranalysis.core.format
Methods in org.anchoranalysis.core.format that return NonImageFileFormatModifier and TypeMethodDescriptionstatic NonImageFileFormat
Returns the enum constant of this class with the specified name.static NonImageFileFormat[]
NonImageFileFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.anchoranalysis.core.format with parameters of type NonImageFileFormatModifier and TypeMethodDescriptionstatic Path
FormatExtensions.changeExtension
(Path path, NonImageFileFormat formatToChangeFrom, FileFormat formatToAssign) Change the extension in a path.