Uses of Enum
org.ujmp.core.filematrix.FileFormat
Packages that use FileFormat
-
Uses of FileFormat in org.ujmp.core.filematrix
Methods in org.ujmp.core.filematrix that return FileFormatModifier and TypeMethodDescriptionstatic FileFormat
FileFormat.guess
(byte[] data) static FileFormat
static FileFormat
FileFormat.guess
(InputStream is) static FileFormat
static FileFormat
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 FileFormatModifier and TypeMethodDescriptionstatic 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 -
Uses of FileFormat in org.ujmp.jfreechart
Methods in org.ujmp.jfreechart with parameters of type FileFormatModifier and TypeMethodDescriptionvoid
AbstractChartPanel.export
(FileFormat fileFormat, File file)