Uses of Class
org.ujmp.core.filematrix.FileFormat
-
Packages that use FileFormat Package Description org.ujmp.core.filematrix org.ujmp.core.util.io org.ujmp.jfreechart -
-
Uses of FileFormat in org.ujmp.core.filematrix
Methods in org.ujmp.core.filematrix that return FileFormat Modifier and Type Method Description static FileFormat
FileFormat. guess(byte[] data)
static FileFormat
FileFormat. guess(java.io.File file)
static FileFormat
FileFormat. guess(java.io.InputStream is)
static FileFormat
FileFormat. guess(java.lang.String filename)
static FileFormat
FileFormat. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FileFormat[]
FileFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ujmp.core.filematrix with parameters of type FileFormat Modifier and Type Method Description static boolean
FileFormat. isCompressed(FileFormat fileformat)
static boolean
FileFormat. isImage(FileFormat fileformat)
static boolean
FileFormat. isText(FileFormat fileformat)
-
Uses of FileFormat in org.ujmp.core.util.io
Methods in org.ujmp.core.util.io that return FileFormat Modifier and Type Method Description static FileFormat
FileUtil. guessFormat(java.io.File file)
-
Uses of FileFormat in org.ujmp.jfreechart
Methods in org.ujmp.jfreechart with parameters of type FileFormat Modifier and Type Method Description void
AbstractChartPanel. export(FileFormat fileFormat, java.io.File file)
-